summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: avoid adding too large ints in the Rectangle ctorMiklos Vajna2024-05-281-3/+12
* Cleanup and shorten tilecombine descriptor lists.Michael Meeks2024-05-261-12/+4
* cool#9145 - KitQueue: re-work _tileQueue to use TileDesc.Michael Meeks2024-05-231-1/+1
* cool#9120 - use a simple hash to avoid most tile: comparisons.Michael Meeks2024-05-221-3/+11
* wsd: generic readFileAshod Nakashian2024-05-212-49/+49
* wsd: refactored readFile to take bufferAshod Nakashian2024-05-212-8/+20
* cypress and C++ tests: enable full trace logging to keep timing the same.Michael Meeks2024-05-141-0/+5
* Logging: add Area parameter and new LOGA_ macros to annotate areas.Michael Meeks2024-05-143-24/+82
* cid#366099 Uninitialized pointer fieldCaolán McNamara2024-05-131-0/+1
* bgsave: don't process left-over tile messages from the KitQueue.Michael Meeks2024-05-101-0/+6
* Forkit needs to wakeup to waitpid processes.Michael Meeks2024-05-101-1/+1
* bgsave: lower priority of background thread.Michael Meeks2024-05-102-0/+9
* mount: remove test-mount directoryAshod Nakashian2024-05-091-1/+5
* wsd: mount: safeRemoveDir will not error when unmount failsAshod Nakashian2024-05-091-3/+3
* mount: avoid hard-codingAshod Nakashian2024-05-091-2/+5
* Move common/MessageQueue.cpp -> kit/KitQueue.cpp.Michael Meeks2024-05-092-1007/+0
* MessageQueue: squash into TileQueue.Michael Meeks2024-05-092-77/+42
* MessageQueue cleanup, and avoid accidental use in tests.Michael Meeks2024-05-092-1/+3
* bgsave: improve unit tests.Michael Meeks2024-05-081-0/+20
* cid#365222 COPY_INSTEAD_OF_MOVECaolán McNamara2024-05-071-1/+1
* cid#365225 COPY_INSTEAD_OF_MOVECaolán McNamara2024-05-071-1/+1
* impress: restrict presentation in readonly modeHubert Figuière2024-05-071-0/+1
* Add more comment warnings around security critical code.Michael Meeks2024-05-071-0/+4
* comments: remove obsolete thread related comments.Michael Meeks2024-05-071-4/+4
* bgsave: change statusindicator protocol message to 'progress' + JSON.Michael Meeks2024-05-062-1/+4
* bump watchdog pings from 20ms to 50msCaolán McNamara2024-04-301-1/+1
* test: cleanup logging accounting post fork, for more helpful tests.Michael Meeks2024-04-292-0/+10
* test: allow an exitTest to work in Kit and propagate its result.Michael Meeks2024-04-292-3/+42
* test: abort a test whose kit has a segfault by default.Michael Meeks2024-04-291-0/+4
* test: create UnitSyntheticLok - to stub and override LOK behavior.Michael Meeks2024-04-291-8/+12
* killpoco: remove lots of redundant JSON includes.Michael Meeks2024-04-254-8/+6
* logging: remove now unused StreamLogger.Michael Meeks2024-04-241-89/+0
* Logging: wrap poco and simplify logging.Michael Meeks2024-04-244-165/+222
* wsd: simplify LOG_MESSAGE to the logging frameworkHenry Castro2024-04-241-96/+23
* wsd: remove "PRIO" parameter to the logging frameworkHenry Castro2024-04-241-19/+31
* wsd: add 'name' parameter to the logging frameworkHenry Castro2024-04-241-5/+5
* A more plausible default for _isWriteable.Michael Meeks2024-04-221-1/+1
* fix test failure with hardening flags enabledCaolán McNamara2024-04-181-3/+5
* bgsave: various documentation cleanups & a missing const.Michael Meeks2024-04-181-1/+1
* bgsave: don't try to save twice in the same background process.Michael Meeks2024-04-181-1/+1
* bgsave: improve input processing trace debugging.Michael Meeks2024-04-181-0/+5
* bgsave: Add SLEEPBACKGROUNDFORDEBUGGER environment variable.Michael Meeks2024-04-172-1/+22
* bgsave: add unit testing hooks for after bgsave fork & pre exit.Michael Meeks2024-04-161-0/+4
* bgsave: ensure kit processes die when their parents do.Michael Meeks2024-04-162-0/+14
* wsd: Unconditionally compile support-key-enabled code pathsAron Budea2024-04-145-9/+53
* wsd: redunce string concatenation churnAshod Nakashian2024-04-111-3/+11
* drop newly unused HAVE_GETENTROPY and HAVE_SYS_RANDOM_HCaolán McNamara2024-04-071-8/+0
* cool#8703 - Drop random node creation and rely on inherited fd.Michael Meeks2024-04-072-104/+1
* Random re-work: keep a file-descriptor open to /dev/urandomMichael Meeks2024-04-072-30/+34
* After fork we don't have a watchdog threadCaolán McNamara2024-04-051-1/+2