summaryrefslogtreecommitdiffstats
path: root/test/TileCacheTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* wsd: test: tollerate extra tiles on invalidationAshod Nakashian2021-11-231-1/+1
* rename: remaining lool->cool changesAndras Timar2021-11-181-33/+33
* misc: more renames 'lool' -> 'cool'Henry Castro2021-11-171-2/+2
* wsd: always subscribe when proactively rendering tilesAshod Nakashian2021-11-151-2/+1
* Move LOOLWebSocket into test/ - where it can be slowly removed.Michael Meeks2021-10-111-1/+0
* log: avoid logging after shutdown on all log levelsMiklos Vajna2021-08-121-1/+2
* wsd: test: killpoco in TileCacheTestsAshod Nakashian2021-04-271-55/+201
* wsd: improved WebSocketSession interfaceAshod Nakashian2021-04-271-18/+18
* wsd: test: log the actual test name instead of function namesAshod Nakashian2021-04-271-41/+40
* wsd: test: killpoco in TileCacheTestsAshod Nakashian2021-04-271-32/+65
* wsd: test: killpoco in TileCacheTests againAshod Nakashian2021-04-271-9/+189
* wsd: test: start the test poll thread only during the testAshod Nakashian2021-04-271-2/+2
* wsd: test: killpoco in tile cache testAshod Nakashian2021-04-121-13/+47
* test: calc has 0-alpha empty tiles which are not blackDennis Francis2021-04-071-2/+2
* wsd: test: use chrono for readable and safe time durationsAshod Nakashian2021-04-021-19/+43
* wsd: test: improvementsAshod Nakashian2021-01-231-3/+6
* Fix typosAndrea Gelmini2020-10-071-4/+4
* fix license headersAndras Timar2020-10-011-2/+0
* wsd: improved TileCacheAshod Nakashian2020-07-141-4/+5
* wsd: move LOOLProtocol::tokenize to Util::tokenizeAshod Nakashian2020-06-021-4/+4
* wsd: single-char string literals -> charAshod Nakashian2020-06-021-8/+8
* typo fixes in comments and codeAndras Timar2020-04-261-1/+1
* wsd: test assertion macrosAshod Nakashian2020-03-141-86/+86
* Rework LOOLProtocol::tokenize() to return a StringVector objectMiklos Vajna2020-02-281-4/+4
* test: dung out redundant LOOL_TEST_CLIENT_PORT.Michael Meeks2020-01-211-0/+2
* build fix after 'killpoco: removed StringTokenizer'Andras Timar2019-11-131-2/+2
* StringTokenizer replaced with tokenize in file `TileCacheTsts.cpp`Pranam Lashkari2019-11-121-6/+6
* Fix TileCacheTests::testUnresponsiveClient()Miklos Vajna2019-10-311-1/+2
* test: improve TileCacheTests::testUnresponsiveClientAshod Nakashian2019-10-291-14/+23
* test: improve TileCache testsAshod Nakashian2019-10-291-18/+29
* test: improve TileCacheTestsAshod Nakashian2019-10-291-74/+55
* TileCache: track and limit size to control memory usage.Michael Meeks2019-10-281-0/+31
* testTileWriteIDHandling: don't block for too longAshod Nakashian2019-10-281-3/+4
* Added normalizedViewId to the tests with tilemsgmert2019-10-151-44/+47
* typo fixes in comments and codeAndras Timar2019-10-081-3/+3
* Fix up TileCacheTests::testTileInvalidateWriterPage() testTamás Zolnai2019-10-011-1/+1
* test: avoid writing to cerr directly in TileCacheTestsMiklos Vajna2019-09-121-20/+25
* CPPUNIT_ASSERT_GREATEREQUAL is not available in cppunit of older distrosAndras Timar2019-09-051-0/+2
* tdf#107038 Poco::Timestamp replacement with std::chronoDarkByt312019-09-021-1/+1
* Fix TileCacheTests::testClientPartImpress()Miklos Vajna2019-08-221-2/+2
* Update unit test data for recent master.Michael Meeks2019-05-031-4/+1
* Adapt test for new hiddenparts field.Michael Meeks2019-05-011-1/+4
* TileCache: key almost everything on TileDesc instead of string names.Michael Meeks2019-03-051-0/+11
* TileCache: switch to in-memory, rather than persistent.Michael Meeks2019-02-151-1/+1
* TileCache: re-factor API to work in terms of vectors, not file references.Michael Meeks2019-02-141-8/+7
* TileCacheTests: these writes are never readMiklos Vajna2018-12-051-6/+0
* wsd: disable tile caching when TileCachePersistent is falseAshod Nakashian2018-10-121-1/+1
* Reduce the running time of testWireIDFilteringOnWSDSideTamás Zolnai2018-10-011-4/+4
* Reduce the running time of these this testTamás Zolnai2018-10-011-2/+2
* Upper limit of sent out versions of the same tileTamás Zolnai2018-09-291-0/+62