libreoffice-online/loolwsd/test
Pranav Kant d5f8c5b2e6 Change main websocket url for consistency with other urls
From
/lool/ws/docurl
to
/lool/docurl/ws

The main purpose behind changing this and other related urls is
to help in load-balancing. The first two parts of the URL can now
be used in a hash-based load-balancing algorithm which decides which
slave gets to serve the requests. Requests such as insertfile,
downloadas need to end up in the same slave in which document was opened.
/lool/docurl/ i.e first two parts of the URL are constant for all
the requests that should be served by a single slave.

Change-Id: Ibc605ca1251957b8b32b376cf19b78f6178fadfa
2016-09-30 00:50:57 +05:30
..
data loolwsd: test: cursor and view cursor positions 2016-09-25 12:49:52 -04:00
.gitignore
countloolkits.hpp Drop always-defaulted 'timeoutMs' parameter to countLoolKitProcesses() 2016-09-16 12:52:55 +03:00
helpers.hpp Change main websocket url for consistency with other urls 2016-09-30 00:50:57 +05:30
httpcrashtest.cpp loolwsd: fix unittest regressions 2016-08-15 12:12:39 +00:00
httpwserror.cpp loolwsd: test: update max connections 2016-09-28 18:16:09 -04:00
httpwstest.cpp Change main websocket url for consistency with other urls 2016-09-30 00:50:57 +05:30
integration-http-server.cpp loolwsd: replace Poco regex with std 2016-09-27 02:32:36 +00:00
Makefile.am Move the TileQueue tests that do not require loolwsd to a separate file. 2016-09-29 20:04:05 +02:00
run_unit.sh.in Make the advice about gdb actually useful. 2016-09-27 18:18:23 +02:00
test.cpp We don't need to check LOOL_NO_LOGCOLOR any more 2016-09-27 12:38:43 +03:00
TileCacheTests.cpp Move the TileQueue tests that do not require loolwsd to a separate file. 2016-09-29 20:04:05 +02:00
TileQueueTests.cpp Move testTileQueue from WhiteBoxTests to TileQueueTests. 2016-09-29 20:32:25 +02:00
UnitAdmin.cpp Change main websocket url for consistency with other urls 2016-09-30 00:50:57 +05:30
UnitFonts.cpp
UnitFuzz.cpp Start of simpler input fuzzer. 2016-09-01 10:11:03 +01:00
UnitPrefork.cpp loolwsd: fix PreFork test 2016-07-07 20:27:18 +00:00
UnitStorage.cpp
UnitTileCache.cpp
UnitTimeout.cpp loolwsd: fix naming style of static members 2016-06-07 09:18:49 +02:00
WhiteBoxTests.cpp Move testTileQueue from WhiteBoxTests to TileQueueTests. 2016-09-29 20:32:25 +02:00