summaryrefslogtreecommitdiff
path: root/kit/Kit.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-09-17Mark getMobileAppDocId() as constMiklos Vajna1-1/+1
2020-09-15Mark processInputEnabled() as constMiklos Vajna1-1/+1
2020-08-26wsd: use a shared threadname suffix for each documentAshod Nakashian1-1/+1
2020-08-25wsd: move jail setup to the script to support readonly systemplateAshod Nakashian1-40/+74
2020-08-17wsd: support read-only systemplateAshod Nakashian1-4/+11
2020-08-13Guard against view count being zeroTor Lillqvist1-1/+2
2020-08-11wsd: make outgoing connection timeout configurableAshod Nakashian1-1/+0
2020-07-25kit: disable parallel processing at higher levelsGabriel Masei1-2/+10
2020-07-22kit: disable parallel handling of messages while processing load and saveGabriel Masei1-0/+10
2020-07-21Document::dumpState: fix isLoading typoMiklos Vajna1-1/+1
2020-07-18Kit: add initial state dumping on USR1.Michael Meeks1-1/+74
2020-07-17Process any pending tileQueue items first.Michael Meeks1-2/+10
2020-07-16tdf#129296 leaflet: Password protected document load failingPranam Lashkari1-0/+2
2020-07-14Make objects and threads go away more reliably in the iOS appTor Lillqvist1-28/+21
2020-07-13More re-factoring of tile renderingTor Lillqvist1-20/+17
2020-07-12Bin DeltaGenerator-using code that has been commented out since 2017Tor Lillqvist1-1/+0
2020-07-11Re-factoring to make re-use in a next-gen iOS app easierTor Lillqvist1-538/+21
2020-07-06wsd: cleanup realpath callAshod Nakashian1-4/+3
2020-07-03Fix a couple uses of misleading function names in loggingTor Lillqvist1-3/+3
2020-07-03Move the setupKitEnvironment() function into a file of its ownTor Lillqvist1-39/+1
2020-07-01wsd: faster jail setup via bind-mountAshod Nakashian1-120/+79
2020-06-30notebookbar: early initSzymon Kłos1-2/+7
2020-06-29kit: mark KitSocketPoll as finalMiklos Vajna1-1/+1
2020-06-26tdf#128502: Chunk of work to enable "multi-tasking" in the iOS appTor Lillqvist1-28/+181
2020-06-02wsd: performance improvementsAshod Nakashian1-1/+2
2020-06-02wsd: move LOOLProtocol::tokenize to Util::tokenizeAshod Nakashian1-5/+5
2020-06-02wsd: remove unused QueueHandlerAshod Nakashian1-3/+2
2020-06-02wsd: single-char string literals -> charAshod Nakashian1-1/+1
2020-06-02wsd: single-char string literals -> charAshod Nakashian1-19/+19
2020-04-29killpoco: removed Poco::Process completelyPranam Lashkari1-1/+0
2020-04-29forward the device form factor of the client on a new view requestMarco Cecchetti1-0/+4
2020-04-28wsd: admin: send smaps fd along websocket upgrade requestGabriel Masei1-20/+2
2020-04-28kit: Do not broadcast cell-cursor invalidation messagesDennis Francis1-5/+0
2020-04-25Kit: remove redundant FILE wrapper around the fd.Michael Meeks1-10/+8
2020-04-25wsd: admin: move kit memory reporting from kit to admin moduleGabriel Masei1-13/+15
2020-04-24wsd: linkOrCopy now uses realpath to avoid linksAshod Nakashian1-1/+10
2020-04-24wsd: improved logging of jail setupAshod Nakashian1-32/+73
2020-04-24wsd: killpoco - reduce Poco usage where unnecessaryAshod Nakashian1-1/+6
2020-04-22Fix -Werror,-Winconsistent-missing-overrideMiklos Vajna1-1/+1
2020-04-22Do not broadcast view-cursor invalidation messagesDennis Francis1-2/+1
2020-04-21tdf#128502: Make _loKitDocument in class Document non-static againTor Lillqvist1-6/+20
2020-04-21tdf#128502: Get rid of the static file-level variable 'document' in Kit.cppTor Lillqvist1-104/+110
2020-04-19Bin unused variableTor Lillqvist1-1/+0
2020-04-18Don't use "kitbroker" as part of the thread name in a 'kit' processTor Lillqvist1-1/+1
2020-04-14tdf#132100 - don't copy debugsource into jails.Michael Meeks1-2/+5
2020-04-10kill IoUtil - obsolete & unused.Michael Meeks1-1/+0
2020-04-10Poll - cleanup method naming, and fix merge issues.Michael Meeks1-2/+2
2020-04-10Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks1-8/+7
2020-04-07tdf#129895: handle symlinks when populating chrootMartin Milata1-3/+19
2020-03-31Log every error we send to the JS.Jan Holesovsky1-5/+5