summaryrefslogtreecommitdiffstats
path: root/wsd/TileCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* wsd: move tokenizer helpers into StringVectorAshod Nakashian2022-04-141-1/+2
* wsd: reduce debug and generally redundant logsAshod Nakashian2022-02-241-1/+1
* wsd: dump all the state managers in DocBrokerAshod Nakashian2022-02-241-3/+4
* common: introduce COOLProtocol::getNonNegTokenInteger()Miklos Vajna2021-12-171-8/+4
* TileCache: improve parsing in parseInvalidateMsg()Miklos Vajna2021-12-021-6/+10
* wsd: cache misses are not errorsAshod Nakashian2021-11-241-1/+3
* rename: remaining lool->cool changesAndras Timar2021-11-181-5/+5
* wsd: revisit log messages misc filesHenry Castro2021-02-231-1/+1
* Check ENABLE_DEBUG conditional correctly.Michael Meeks2020-12-101-1/+1
* wsd: log: overload chrono duration to simplify loggingAshod Nakashian2020-12-081-18/+15
* fix license headersAndras Timar2020-10-011-2/+0
* wsd: hashmaps have better data localityAshod Nakashian2020-08-101-1/+1
* Notify WSD of tiles which we didn't need to render.Michael Meeks2020-08-071-11/+13
* TileCache: cleanup debug, propagate now more helpfully & fix staleness.Michael Meeks2020-08-071-27/+34
* wsd: improved TileCacheAshod Nakashian2020-07-141-70/+76
* wsd: prefer emplace_back where possibleAshod Nakashian2020-07-011-3/+2
* wsd: move LOOLProtocol::tokenize to Util::tokenizeAshod Nakashian2020-06-021-1/+1
* wsd: single-char string literals -> charAshod Nakashian2020-06-021-5/+5
* wsd: harden socket weakptrAshod Nakashian2020-04-241-1/+3
* Introduce StringVector::equals()Miklos Vajna2020-03-091-3/+3
* Rework LOOLProtocol::tokenize() to return a StringVector objectMiklos Vajna2020-02-281-1/+1
* Avoid potentially uninitialized warning.Michael Meeks2019-10-281-1/+3
* TileCache: track and limit size to control memory usage.Michael Meeks2019-10-281-14/+102
* Include normalizedViewId to TileCachemert2019-10-151-11/+19
* typo fixes in comments and codeAndras Timar2019-10-081-1/+1
* remove un-necessary includes.Michael Meeks2019-09-021-15/+6
* tdf#107038 Poco::Timestamp replacement with std::chronoDarkByt312019-09-021-5/+3
* wsd: reduce tile logging from debug to trace levelAshod Nakashian2019-04-231-1/+1
* wsd, tile cache: avoid copy in loop when result is only used as const refMiklos Vajna2019-03-081-7/+7
* TileCache: add dumpState for TilesBeingRendered.Michael Meeks2019-03-051-0/+17
* TileCache: key almost everything on TileDesc instead of string names.Michael Meeks2019-03-051-97/+111
* TileCache: remove redundant, expensive tracking in ClientSession.Michael Meeks2019-03-021-13/+15
* wsd: remove unused using declarationsMiklos Vajna2019-02-251-2/+0
* TileCache: dumpState.Michael Meeks2019-02-151-0/+14
* TileCache: switch to in-memory, rather than persistent.Michael Meeks2019-02-151-128/+59
* TileCache: re-factor API to work in terms of vectors, not file references.Michael Meeks2019-02-141-17/+29
* Tweak problemms.Michael Meeks2019-02-131-1/+0
* TileCache::TileBeingRendered: make members privateMiklos Vajna2018-11-201-11/+11
* anonymization: Anonymize uri's in the tilecacheJan Holesovsky2018-10-161-3/+7
* wsd: disable tile caching when TileCachePersistent is falseAshod Nakashian2018-10-121-4/+9
* Fix tilesBeingRendered tracking by clientTamás Zolnai2018-09-291-11/+0
* Avoid rendering / sending the same tile twiceTamás Zolnai2018-09-291-0/+37
* Still more iOS app and related Online C++ code hackingTor Lillqvist2018-09-191-2/+0
* More mobile app stuff, very much early state of work in progressTor Lillqvist2018-09-101-1/+3
* Make this file compile for iOSTor Lillqvist2018-09-041-2/+2
* common, kit, test, wsd: these parameters are copied for each invocation ...Miklos Vajna2018-08-131-1/+1
* Fix TileCacheTests::testCancelTilesMultiView failureTamás Zolnai2018-08-031-1/+0
* Revert "Cancel tiles also in wsd's senderqueue"Tamás Zolnai2018-08-031-3/+2
* Make client tilesBeingRendered tracking more robustTamás Zolnai2018-07-311-4/+13
* Unused methodTamás Zolnai2018-07-311-5/+0