summaryrefslogtreecommitdiff
path: root/common/Util.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-02-12android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.Jan Holesovsky1-2/+2
2019-02-12android: No execinfo.h on Android (yet).Jan Holesovsky1-1/+0
2018-10-16wsd: anonymization improvements and unittestsAshod Nakashian1-32/+48
2018-10-16wsd: flush logs before existingAshod Nakashian1-0/+1
2018-10-16wsd: prevent anonymization to empty stringsAshod Nakashian1-0/+6
2018-10-16wsd: anonymize filename by using the WOPI file IDAshod Nakashian1-4/+28
2018-10-16wsd: add anonymization helpersAshod Nakashian1-0/+53
2018-10-16wsd: always use signal-safe callsAshod Nakashian1-10/+11
2018-10-17Start on a gtk+-based workalike to the iOS appTor Lillqvist1-1/+2
2018-10-16On iOS, Util::getThreadId() just wraps std::this_thread::get_id()Tor Lillqvist1-2/+1
2018-09-12Intermediate commit of work in progress on an iOS appTor Lillqvist1-0/+4
2018-09-10More mobile app stuff, very much early state of work in progressTor Lillqvist1-3/+3
2018-08-29Make this file compile for iOSTor Lillqvist1-3/+28
2018-08-29Third parameter to prefix() is a boolTor Lillqvist1-0/+1
2018-04-16Ensure the forkit does not have lingering threads after preinit.Michael Meeks1-0/+15
2018-04-04Sanity-check the scheme and host for frame ancestor, POCO does not do that.Jan Holesovsky1-0/+28
2018-03-15Use a hard random /tmp directory for document intermediates.Michael Meeks1-0/+24
2018-02-11ut: log timestamp to track timeouts betterAshod Nakashian1-6/+5
2018-02-07common: spell out non-trivial autos to improve readabilityMiklos Vajna1-5/+5
2018-01-31follow up, avoid logging when closing file descriptorsHenry Castro1-1/+1
2018-01-31util: avoid logging when closing file descriptorsHenry Castro1-3/+1
2018-01-30common: avoid pointless copy in UtilMiklos Vajna1-1/+1
2018-01-29Implement an improved fork/exec wrapper.Michael Meeks1-0/+92
2018-01-26Print humanized bytes in the logsPranav Kant1-0/+26
2018-01-11wsd: simpler and more efficient OOM killingAshod Nakashian1-1/+1
2017-12-20loplugin:includeformPranav Kant1-1/+1
2017-11-06Make sure that loop index type is never narrower than the length typeMiklos Vajna1-1/+1
2017-11-03Remove unused stringsMiklos Vajna1-1/+0
2017-07-07Introduce hard mode when we are OOMPranav Kant1-0/+21
2017-06-08tdf#107278 admin console: adding graph to track CPU loadAditya Dewan1-12/+28
2017-05-29wsd: support per-user links and commandsAshod Nakashian1-1/+22
2017-05-25admin-console: Check the password against hashed value in configPranav Kant1-0/+21
2017-05-15wsd: corrections to replace and unittestsAshod Nakashian1-5/+11
2017-05-08wsd: random jail paths instead of pidAshod Nakashian1-2/+8
2017-04-03wsd: better thread affinity loggingAshod Nakashian1-6/+6
2017-03-31Use process name for a thread if no name is set (yet).Michael Meeks1-1/+7
2017-03-30Cleanup prctl / gettid system-call thrash on logging.Michael Meeks1-0/+21
2017-03-20wsd: log thread affinity violationsAshod Nakashian1-0/+4
2017-03-10config.h - get includes right: must always be the first include.Michael Meeks1-1/+2
2017-02-09wsd: read memory RSS directly from /proc/pid/statAshod Nakashian1-22/+29
2017-02-07WaE: add missing bracket.Michael Meeks1-1/+1
2017-02-07Admin - measure dirty memory of kits, and RSS of forkit.Michael Meeks1-2/+2
2017-02-05wsd: correctly initialize forkit pid in AdminAshod Nakashian1-1/+1
2017-02-03wsd: report PSS of kit processesAshod Nakashian1-2/+70
2017-01-16wsd: return 0 when fail to proc get memoryAshod Nakashian1-1/+6
2017-01-13Avoid pointless breaking up of the one same Util namespace in partsTor Lillqvist1-52/+45
2017-01-13No Hungarian notation pleaseTor Lillqvist1-3/+3
2016-12-21wsd: logging updatesAshod Nakashian1-2/+2
2016-11-25Apply the pre-branch rename script to re-organize the source.Michael Meeks1-0/+209