summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* wsd: move wopi stub/dummy interface to MobileApp.hppAshod Nakashian2024-04-032-3/+33
* Watchdog: joinThread should tolerate not having a thread yet.Michael Meeks2024-03-291-4/+7
* Watchdog: re-direct USR2 when enabled to snapshot a late thread.Michael Meeks2024-03-293-12/+38
* forkit: quicker zombie reaping by handling SIGCHLD.Michael Meeks2024-03-262-0/+34
* polls: switch compiled in delays to 60 seconds.Michael Meeks2024-03-251-0/+1
* reduce uses of MOBILEAPP on some filesJaume Pujantell2024-03-207-59/+56
* add isMobileApp util function to reduce ifdefsJaume Pujantell2024-03-204-408/+470
* wsd: include cleanupAshod Nakashian2024-03-191-1/+0
* Watchdog to call probe-point when SocketPolls are slow.Michael Meeks2024-03-191-0/+113
* wsd: avoid duplicate string copying for ProfileZoneAshod Nakashian2024-03-181-0/+5
* wsd: better empty string operationsAshod Nakashian2024-03-181-1/+1
* wsd: streamline TraceEvent stringsAshod Nakashian2024-03-182-24/+33
* wsd: emit ProfileZone recording on demandAshod Nakashian2024-03-181-13/+25
* wsd: better encapsulation in ProfileZoneAshod Nakashian2024-03-182-25/+29
* wsd: better construction of ProfileZoneAshod Nakashian2024-03-181-24/+20
* Send permission parameter to wopi parameters.Gökay Şatır2024-03-161-0/+1
* Send isAllowChangeComments flag to ChildSession.Gökay Şatır2024-03-161-0/+4
* Only create Unit-test SocketPoll when used.Michael Meeks2024-03-152-7/+23
* Set thread name early & cleanup thread_locals.Michael Meeks2024-03-151-27/+30
* Generalize DirectoryCounter and add FDCounter class.Michael Meeks2024-03-152-10/+22
* use getentropy() for BSD systemsBayram Çiçek2024-03-151-3/+19
* Move loadPng to Png.hpp to share it.Michael Meeks2024-03-101-0/+20
* wsd: take arguments by-ref where possibleAshod Nakashian2024-03-091-1/+1
* wsd: reduce directives for unused variable supressionAshod Nakashian2024-03-097-46/+20
* Re-factor thread counting into a ThreadCounter class.Michael Meeks2024-03-073-10/+57
* nearly pure re-factor: split out code into its own modules.Michael Meeks2024-03-062-128/+152
* C++17 Remove checks on std::filesystemAron Budea2024-02-221-24/+5
* Replace Util::startsWith/endsWith w/ C++20 equivalentAron Budea2024-02-222-28/+4
* dumpState should summarize MessageQueue and TileQueue messages.Michael Meeks2024-02-212-0/+12
* init document theme during loadCaolán McNamara2024-02-212-0/+31
* cool#8328 - config header fixup.Michael Meeks2024-02-218-15/+8
* wsd: detect unencoded WOPISrcAshod Nakashian2024-02-092-0/+24
* js: remove obsolete CRS.Earth references.Michael Meeks2024-02-071-9/+9
* signal activity dumping: enrich with session details and state.Michael Meeks2024-02-062-0/+18
* killpoco: move own logging out of experimentalAshod Nakashian2024-02-051-13/+2
* wsd: header clean up and SPDX licenseAshod Nakashian2024-02-052-4/+8
* rng::getHardRandomHexString is now the same impl as rng::getHexStringCaolán McNamara2024-02-052-18/+0
* wsd: rescue the clipboard before autosaving on unloadAshod Nakashian2024-02-051-4/+4
* getTempFileCopyPath is only used by tests so move to test-only codeCaolán McNamara2024-02-012-74/+0
* randomness: abort if we can't get randomness, with a message.Michael Meeks2024-01-311-2/+5
* Remove trendy C++ & Poco wrappers for random numbers.Michael Meeks2024-01-312-26/+31
* handle filename collision if necessary.Michael Meeks2024-01-311-4/+18
* Revert "when exec'ing subprocess, only inherit stdin/stdout/stderr"Michael Meeks2024-01-271-21/+1
* when exec'ing subprocess, only inherit stdin/stdout/stderrNoel Grandin2024-01-271-1/+21
* speed up spawning/execing child programsNoel Grandin2024-01-272-89/+9