summaryrefslogtreecommitdiffstats
path: root/common/Util.cpp
Commit message (Expand)AuthorAgeFilesLines
* killpoco: remove lots of redundant JSON includes.Michael Meeks7 days1-3/+2
* bgsave: Add SLEEPBACKGROUNDFORDEBUGGER environment variable.Michael Meeks2024-04-171-1/+19
* drop newly unused HAVE_GETENTROPY and HAVE_SYS_RANDOM_HCaolán McNamara2024-04-071-8/+0
* Random re-work: keep a file-descriptor open to /dev/urandomMichael Meeks2024-04-071-30/+31
* Watchdog: re-direct USR2 when enabled to snapshot a late thread.Michael Meeks2024-03-291-0/+9
* reduce uses of MOBILEAPP on some filesJaume Pujantell2024-03-201-1/+1
* add isMobileApp util function to reduce ifdefsJaume Pujantell2024-03-201-387/+0
* Set thread name early & cleanup thread_locals.Michael Meeks2024-03-151-27/+30
* Generalize DirectoryCounter and add FDCounter class.Michael Meeks2024-03-151-4/+4
* use getentropy() for BSD systemsBayram Çiçek2024-03-151-3/+19
* Re-factor thread counting into a ThreadCounter class.Michael Meeks2024-03-071-8/+42
* wsd: detect unencoded WOPISrcAshod Nakashian2024-02-091-0/+16
* wsd: header clean up and SPDX licenseAshod Nakashian2024-02-051-2/+4
* rng::getHardRandomHexString is now the same impl as rng::getHexStringCaolán McNamara2024-02-051-15/+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-311-26/+30
* 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-271-85/+7
* wsd: fix reading past the end of the clipboard in postProcessCopyPayload()Miklos Vajna2024-01-231-4/+4
* convert-to: be more tolerant of unusual filenames.Michael Meeks2024-01-151-0/+28
* cid#340396 Insecure data handlingCaolán McNamara2024-01-151-0/+1
* Use /proc/self/smaps_rollup for improved perf #7927Michael Meeks2024-01-031-2/+9
* use isKitInProcess() instead of KIT_IN_PROCESSJaume Pujantell2023-12-181-9/+3
* kit-in-process: pure re-factor to a run-time function to flag this.Darshan-upadhyay11102023-11-221-0/+10
* Fetch available memory and limits from our control group not the system.Michael Meeks2023-11-141-1/+59
* wsd: log: BufferedConsoleChannel with thread-local bufferAshod Nakashian2023-10-021-0/+1
* kit: improve date format of UNO commands in crashreportsMiklos Vajna2023-09-111-2/+7
* cid#322632 COPY_INSTEAD_OF_MOVECaolán McNamara2023-08-241-2/+1
* cid#318953 COPY_INSTEAD_OF_MOVECaolán McNamara2023-08-141-2/+2
* cid#318875 Dereference after null checkCaolán McNamara2023-08-091-4/+6
* cid#318946 Argument cannot be negativeCaolán McNamara2023-07-051-1/+2
* cid#318835 COPY_INSTEAD_OF_MOVECaolán McNamara2023-06-291-1/+1
* cid#318952 Resource leakCaolán McNamara2023-06-141-0/+1
* cid#318877 Resource leakCaolán McNamara2023-06-141-0/+1
* wsd: de-duplicate assertCorrectThreadAshod Nakashian2023-05-221-0/+13
* wsd: minor improvement to Util::replaceAshod Nakashian2023-05-151-1/+1
* use getrandom() instead of /dev/[u]randomBayram Çiçek2023-03-171-6/+19
* WASM fix includes in C++ codeMichael Stahl2023-01-091-1/+1
* wsd: better log levelsAshod Nakashian2022-12-211-1/+4
* wsd: test: add decodeURIComponentAshod Nakashian2022-12-121-0/+7
* wsd: extract URI encoding in a helperAshod Nakashian2022-10-261-0/+8
* Display build config (configure options) on admin consoleAndras Timar2022-10-131-5/+10
* Split config.h into separate headers to avoid extensive rebuildAron Budea2022-09-051-0/+1
* wsd: support code-coverage report via --with-coverageAshod Nakashian2022-08-021-0/+5
* wsd: always use Util::forcedExit to properly cleanupAshod Nakashian2022-08-021-2/+2
* wsd: alias: handle a case when regex is added in host tag of alias_groupRash4192022-06-151-0/+33
* Admin: improve smaps parsing performance.Michael Meeks2022-05-261-5/+11
* wsd: move tokenizer helpers into StringVectorAshod Nakashian2022-04-121-46/+0
* wsd: add: support to define multiple domain with '|'Rash4192022-04-051-11/+28