summaryrefslogtreecommitdiffstats
path: root/kit
Commit message (Expand)AuthorAgeFilesLines
* 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
* delta: include canonical-view-id into the TileLocation.Michael Meeks2022-06-222-5/+11
* re-factor TileLocation into its own struct.Michael Meeks2022-06-221-32/+37
* deltas: debug dump the state.Michael Meeks2022-06-162-0/+9
* delta: have own delta cache mutex, and size cache for session count.Michael Meeks2022-06-164-13/+30
* deltas: switch cache to unordered_set and manage size & lifecycle.Michael Meeks2022-06-161-13/+41
* Delta: add checks for bad memory usage across threads.Michael Meeks2022-06-101-1/+26
* wsd: consistent logging of session nameAshod Nakashian2022-06-071-12/+14
* wsd: cosmetics and assertionAshod Nakashian2022-06-071-0/+2
* use the more efficient getSelectionTypeAndText()Luboš Luňák2022-06-021-4/+5
* browser: contentcontrol: added dropdown typeRash4192022-06-012-1/+24
* perf: better identical run copying while un-pre-multiplying.Michael Meeks2022-05-311-4/+1
* deltas: 64bit copy & CRC for twice the construction speed.Michael Meeks2022-05-311-13/+23
* deltas: allocate a single chunk of pixels, instead of lots of rows.Michael Meeks2022-05-311-27/+36
* deltas: re-factor deltaToDataDelta into DeltaData constructor.Michael Meeks2022-05-311-60/+50
* perf: deflate optimize for speed not size for full tiles.Michael Meeks2022-05-301-1/+1
* Enable deltas by default.Michael Meeks2022-05-251-1/+1
* deltas: track, transmit and cache deltas (disabled for now)Michael Meeks2022-05-243-44/+116
* calc: new callback LOK_CALLBACK_PRINT_RANGESDennis Francis2022-05-201-0/+3
* introduce content control in onlineRash4192022-05-131-0/+3
* deltas: promote width before multiplication.Michael Meeks2022-05-101-1/+1
* delta: add return image sizeHenry Castro2022-05-101-4/+6
* kit: simplify initialization delta dataHenry Castro2022-05-101-7/+13
* delta: optimize un-premultiplying identical runs.Michael Meeks2022-05-101-4/+18
* Un-pre-multiply pixels in deltas and BGRA -> RGBA swap.Michael Meeks2022-05-101-2/+42
* Compress raw images too directly with zlib.Michael Meeks2022-05-101-0/+72