summaryrefslogtreecommitdiffstats
path: root/kit
Commit message (Expand)AuthorAgeFilesLines
* killpoco: remove lots of redundant JSON includes.Michael Meeks36 hours2-4/+1
* Logging: wrap poco and simplify logging.Michael Meeks2 days4-5/+5
* bgsave: set state to unmodified on successful background save.Michael Meeks2 days2-2/+29
* bgsave: ensure that a bgsave process doesn't have a tile queue.Michael Meeks6 days1-0/+4
* bgsave: various documentation cleanups & a missing const.Michael Meeks8 days2-2/+8
* bgsave: don't try to save twice in the same background process.Michael Meeks8 days2-2/+11
* bgsave: have a single source for InputProcessing enable & disable.Michael Meeks8 days3-13/+11
* bgsave: Don't busy-spin when input processing is blocked.Michael Meeks8 days1-1/+1
* bgsave: improve input processing trace debugging.Michael Meeks8 days2-1/+14
* uno: .uno:SetDocumentProperties: add file path parameterPranam Lashkari8 days1-0/+15
* on joining an existing session calc/writer can use new users spell preferencesCaolán McNamara9 days1-3/+22
* bgsave: remove closed sockets from Kit's SocketPoll.Michael Meeks9 days1-1/+1
* bgsave: Add SLEEPBACKGROUNDFORDEBUGGER environment variable.Michael Meeks9 days2-22/+4
* bgsave: rename parameter to background, and add setting.Michael Meeks10 days1-5/+3
* bgsave: add unit testing hooks for after bgsave fork & pre exit.Michael Meeks10 days2-0/+3
* bgsave: warn and fail on unexpected receipt of .uno:Save.Michael Meeks10 days1-1/+10
* bgsave: ensure kit processes die when their parents do.Michael Meeks10 days1-0/+2
* cid#360688 COPY_INSTEAD_OF_MOVECaolán McNamara10 days1-1/+1
* bgsave: switch to using a 'save' command to the kit.Michael Meeks11 days1-15/+25
* SigUtil now associates all commands with a session anyway.Michael Meeks11 days1-5/+2
* use SigUtil::setUserSignals before creating SocketPollCaolán McNamara13 days1-2/+5
* wsd: remove unused eof from the TileQueueAshod Nakashian2024-04-111-2/+0
* cool#8703 - Drop random node creation and rely on inherited fd.Michael Meeks2024-04-072-4/+5
* bgsave: initial implementation (gated on COOL_BGSAVE=1)Michael Meeks2024-04-054-5/+280
* bgsave: add WebSocketHandlers for Kit to chat with its forked child.Michael Meeks2024-04-052-0/+120
* If there are no open documents, wait until one is addedPatrick Luby2024-04-052-6/+12
* After fork we don't have a watchdog threadCaolán McNamara2024-04-051-0/+21
* kit: set creation date when online creates file from templatePranam Lashkari2024-04-031-1/+1
* Related: cool#8648 clipboard: use JSON when requesting HTML onlyMiklos Vajna2024-04-021-1/+1
* forkit: quicker zombie reaping by handling SIGCHLD.Michael Meeks2024-03-261-0/+13
* polls: switch compiled in delays to 60 seconds.Michael Meeks2024-03-251-1/+2
* cool#8465 clipboard: improve handling of plain text copy, complex caseMiklos Vajna2024-03-201-12/+32
* reduce uses of MOBILEAPP on some filesJaume Pujantell2024-03-206-158/+139
* wsd: corrections to TraceEventAshod Nakashian2024-03-181-2/+2
* wsd: avoid duplicate string copying for ProfileZoneAshod Nakashian2024-03-181-2/+1
* wsd: better empty string operationsAshod Nakashian2024-03-181-1/+1
* wsd: streamline TraceEvent stringsAshod Nakashian2024-03-181-5/+3
* Send isAllowChangeComments flag to ChildSession.Gökay Şatır2024-03-161-0/+6
* Cleanup ForKit's SocketPoll after forking.Michael Meeks2024-03-151-4/+12
* Set thread name early & cleanup thread_locals.Michael Meeks2024-03-152-2/+4
* canvas:svg: update inner text area of shape/textbox based on inputPranam Lashkari2024-03-151-0/+3
* Calm down warnings.Michael Meeks2024-03-121-3/+3
* fix build on !ENABLE_SIMD branchAndras Timar2024-03-101-1/+1
* Simd: address RLE mask as bytes instead.Michael Meeks2024-03-101-9/+14
* Simd: another marginal win.Michael Meeks2024-03-101-1/+3
* Simd: avoid altering block pointer during inner loop.Michael Meeks2024-03-101-5/+5
* wsd: reduce directives for unused variable supressionAshod Nakashian2024-03-092-15/+11
* cool#8465 clipboard: improve handling of plain text copy, simple caseMiklos Vajna2024-03-081-11/+35
* Setup thread-counter to monitor live threads in a Kit process.Michael Meeks2024-03-072-0/+17
* Re-factor thread counting into a ThreadCounter class.Michael Meeks2024-03-071-1/+1