summaryrefslogtreecommitdiffstats
path: root/kit
Commit message (Expand)AuthorAgeFilesLines
* kit: default timeout to ~5 seconds when we get a negative wait.Michael Meeks2023-01-151-0/+2
* Add UserPrivateInfoSzymon Kłos2023-01-063-10/+44
* Handle exported pdf correctlySzymon Kłos2022-12-141-1/+1
* Add callback logic for LOK_CALLBACK_EXPORT_FILENickWingate2022-12-141-0/+11
* Put all Zotero logic to browserAndras Timar2022-12-121-31/+0
* initial zotero skeletonPranam Lashkari2022-11-302-0/+32
* allow more verbose log-level during startup to be configured.Michael Meeks2022-11-212-9/+18
* zstd: tune for speed, and compress deltas.Michael Meeks2022-11-211-2/+7
* wsd: when loading fails exit KitAshod Nakashian2022-11-201-0/+3
* masterpage: remove old hack for invalidationSzymon Kłos2022-11-171-7/+0
* masterpage: use mode for tile renderingSzymon Kłos2022-11-172-1/+8
* wsd: test: merge the results of all testsAshod Nakashian2022-11-151-4/+1
* wsd: test: make dlhandle static and properly cleanupAshod Nakashian2022-11-151-0/+2
* Introduce getDataArea in CalcSzymon Kłos2022-11-102-1/+27
* Fix crash for LOK_CALLBACK_FONTS_MISSING in the mobile appsTor Lillqvist2022-11-071-0/+3
* zstd: decompress blobs for testing using zstd not inflate.Michael Meeks2022-11-021-21/+5
* Clarify delta count updating.Michael Meeks2022-11-021-1/+1
* in-line ZSTD_minCLevel() call as a constant.Michael Meeks2022-11-021-2/+2
* Switch to zstd image compression.Michael Meeks2022-11-021-51/+38
* Fix typoSzymon Kłos2022-10-281-1/+1
* masterpage: correctly parse invalidatetiles message with modeSzymon Kłos2022-10-271-15/+12
* wsd: move svg processing to ClientSessionAshod Nakashian2022-10-261-1/+2
* wsd: support embedded mediaAshod Nakashian2022-10-252-2/+4
* Add alternative ways to handle "missing fonts": log, report, or ignoreTor Lillqvist2022-10-131-1/+19
* Handle the callback for missing fonts properlyTor Lillqvist2022-10-131-1/+1
* wsd: re-create the jail directory when mounting failsAshod Nakashian2022-09-231-4/+5
* masterpage: get & set optional mode parameter for tiles (server side)Szymon Kłos2022-09-192-3/+30
* Add a dummy handler (for now) for LOK_CALLBACK_FONTS_MISSINGTor Lillqvist2022-09-191-0/+3
* wsd: fix multi-part loggingAshod Nakashian2022-09-132-2/+2
* Embed images to exported HTMLAndras Timar2022-09-081-0/+6
* Split config.h into separate headers to avoid extensive rebuildAron Budea2022-09-052-0/+2
* Fix typos in commentsAndras Timar2022-08-231-1/+1
* wsd: fuzzer: fix buildAshod Nakashian2022-08-171-1/+1
* Remove residual callback codeNickWingate2022-08-051-8/+1
* Replace #ifdef-s with #if-s, and enable -WundefAron Budea2022-08-032-5/+5
* wsd: support code-coverage report via --with-coverageAshod Nakashian2022-08-022-1/+110
* wsd: mark copied jails earlyAshod Nakashian2022-08-021-3/+3
* wsd: always use Util::forcedExit to properly cleanupAshod Nakashian2022-08-022-36/+18
* wsd: improve logging when kit disconnectsAshod Nakashian2022-07-291-5/+9
* Add the ability to dump internal LOK core state / details.Michael Meeks2022-07-291-0/+7
* delta: fix delta cache sizing.Michael Meeks2022-07-281-1/+1
* tracing: re-work code, improve thread safety.Michael Meeks2022-07-191-32/+40
* wsd: fix warnings on GCC 12Ashod Nakashian2022-07-132-9/+11
* wsd: sig: dump backtrace with USR2Ashod Nakashian2022-07-121-0/+1
* wsd: sig: merge setTerminationSignals with setFatalSignalsAshod Nakashian2022-07-122-2/+0
* wsd: jail: add Poco namespace where missing in LinkOrCopyAshod Nakashian2022-07-121-9/+13
* wsd: jail: no need to pass loSubPath between processesAshod Nakashian2022-07-123-24/+8
* wsd: uninitialized localsAshod Nakashian2022-07-091-1/+1
* writer: fix: cannot add picture using picture contentcontrolRash4192022-07-062-8/+40
* TileLocation::hash(): shift when the input size_t alreadyMiklos Vajna2022-06-301-2/+7