- Nov 28, 2016
-
-
Andras Timar authored
-
- Nov 15, 2016
-
-
Andras Timar authored
-
- Nov 10, 2016
-
-
Andras Timar authored
-
- Nov 08, 2016
-
-
Andras Timar authored
-
- Oct 25, 2016
-
-
Andras Timar authored
-
Ashod Nakashian authored
It would be nonsensical to allow less connections than documents since each document must, by definition, have at least a single connection. This prevents blocking new documents because of connection limit. If that were the intention, max_documents should be lowered to match max_connections. Change-Id: Ide07e977f548ed917c6e51a2ba88f3cc07947efe Reviewed-on: https://gerrit.libreoffice.org/30209 Reviewed-by:
Ashod Nakashian <ashnakash@gmail.com> Tested-by:
Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 195936ff)
-
- Oct 12, 2016
-
-
Andras Timar authored
-
- Oct 11, 2016
-
-
Andras Timar authored
-
Tor Lillqvist authored
So no need to emit its definition to config.h. (cherry picked from commit e121e90f)
-
- Oct 02, 2016
-
-
Andras Timar authored
-
- Oct 01, 2016
-
-
Jan Holesovsky authored
Change-Id: Iac1e74d0624c2bbac4ffaf99b11488f02e626a2a (cherry picked from commit 04092436)
-
Jan Holesovsky authored
For debugging builds, use a logfile instead of the console. Change-Id: I0d5654a568115c054c7439fe1358f5613dc432bf (cherry picked from commit 0cb07b22)
-
- Sep 21, 2016
-
-
Andras Timar authored
-
Tor Lillqvist authored
I wanted to try loolwsd built with _GLIBCXX_DEBUG defined and thus needed cppunit built like that, too. (And Poco, but we already had configury to point to a self-built Poco.) (cherry picked from commit b7aa4791)
-
- Sep 14, 2016
-
-
Andras Timar authored
-
- Aug 22, 2016
-
-
Ashod Nakashian authored
Change-Id: Ia58ea1b87b1d82512f7107f2046c30bc54e4976a Reviewed-on: https://gerrit.libreoffice.org/28299 Reviewed-by:
Ashod Nakashian <ashnakash@gmail.com> Tested-by:
Ashod Nakashian <ashnakash@gmail.com>
-
- Jul 19, 2016
-
-
Jan Holesovsky authored
-
- Jul 14, 2016
-
-
Ashod Nakashian authored
The server can now be configured at build time to limit the total number of connections and/or the number of open documents, at a given time. ./configure --with-max-documents=10 --with-max-connections=20 will limit the number of documents to 10 and total number of connections (on one or all documents) to 20. Change-Id: I0c73a7e906c4f567cb3da480e885524815c9cc89 Reviewed-on: https://gerrit.libreoffice.org/27203 Reviewed-by:
Ashod Nakashian <ashnakash@gmail.com> Tested-by:
Ashod Nakashian <ashnakash@gmail.com>
-
- Jul 11, 2016
-
-
Pranav Kant authored
Change-Id: Icee68e557a3a0634c2da7385e29d658ec4f6e905
-
- Jun 27, 2016
-
-
Andras Timar authored
-
- May 11, 2016
-
-
Andras Timar authored
-
- May 10, 2016
-
-
Andras Timar authored
-
Jan Holesovsky authored
-
Jan Holesovsky authored
-
Andras Timar authored
-
Andras Timar authored
-
- May 03, 2016
-
-
Andras Timar authored
-
- Apr 25, 2016
-
-
Andras Timar authored
-
- Apr 15, 2016
-
-
Michael Meeks authored
Cleaner, and avoids bogus warnings during compile. Merge run_test.sh.in into a mode of run_unit.sh - gives the chance for nice debug output etc.
-
Michael Meeks authored
Should help diagnosing issues - to have this in our logs.
-
Michael Meeks authored
-
- Apr 14, 2016
-
-
Michael Meeks authored
-
Andras Timar authored
-
Andras Timar authored
-
Tor Lillqvist authored
Correspondingly always use #if, not #ifdef, to test.
-
Andras Timar authored
-
Michael Meeks authored
-
- Apr 13, 2016
-
-
Jan Holesovsky authored
Now loolwsd fills that in directly. Also show http:// or https:// in 'make run' according to the configuration.
-
- Apr 12, 2016
-
-
Michael Meeks authored
Enforce user being 'lool' for setcap binaries loolmount and loolforkit. Add warnings if configured without --enable-debug. Developers should pass --enable-debug to configure.
-
Michael Meeks authored
-