summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Dump DocumentBroker state more completely.Michael Meeks2-1/+13
2019-11-25wsd: use SIGKILL to kill a childAshod Nakashian1-1/+1
2019-11-25Add REST endpoint for admin metrics.Gabriel Masei2-8/+20
2019-11-22Seccomp: add ARM supportCorentin Noël1-4/+17
2019-11-22Avoid UB in Session::setHash()Miklos Vajna1-3/+3
2019-11-21wsd: kill with SIGABRT now that SIGTERM cleanly shutsdownAshod Nakashian1-1/+1
2019-11-19wsd: avoid malloc in signal handlerAshod Nakashian2-33/+11
2019-11-19wsd: replace mutex in signal handlerAshod Nakashian2-12/+43
2019-11-18wsd: SIGTERM signals clean shutdown nowAshod Nakashian1-1/+1
2019-11-18test: thread-safe common shared test dataAshod Nakashian2-10/+12
2019-11-15killpoco: removed StringTokenizer from common directoryPranam Lashkari3-12/+19
2019-11-08killpoco: Remove StringTokenizer from LOOLWSD.cpp.Jan Holesovsky1-0/+13
2019-11-08killpoco: Remove trivial StringTokenizer uses from some files.Jan Holesovsky2-6/+2
2019-11-08killpoco: Remove POCO from Protocol.cpp + related StringTokenizer usage.Jan Holesovsky2-43/+11
2019-11-08killpoco: Remove POCO usage from FileUtil.cpp when C++17 is available.Jan Holesovsky1-1/+57
2019-11-07killpoco: Get rid of Poco::Process:id() usage.Jan Holesovsky3-5/+5
2019-11-07killpoco: Get rid of Poco/Thread.h from the rest of the Android-related files.Jan Holesovsky2-2/+1
2019-11-07killpoco: Use std::thread instead of Poco::Thread.Jan Holesovsky2-11/+21
2019-11-07killpoco: Don't use POCO for app exit values.Jan Holesovsky1-4/+3
2019-11-06wsd: cleanup the global flag accessorsAshod Nakashian3-37/+45
2019-10-29test: Improve iso8601ToTimestamp and testsAshod Nakashian2-10/+37
2019-10-29wsd: warning logging on the console is now magenta for visibilityAshod Nakashian1-0/+1
2019-10-29test: improve TileCacheTestsAshod Nakashian1-1/+1
2019-10-29wsd: dynamic child timeoutAshod Nakashian1-1/+1
2019-10-28wsd: logging improvementsAshod Nakashian1-1/+1
2019-10-28wsd: allow longer timeout for child forkingAshod Nakashian1-2/+2
2019-10-28wsd: logging: color trace differently to improve readabilityAshod Nakashian1-0/+3
2019-10-15Include normalizedViewId to TileCachemert2-0/+28
2019-10-14wsd: fix password-protect file loading from multiple viewsAshod Nakashian1-0/+19
2019-10-08Avoid lots of re-sizing of token array while parsing.Michael Meeks1-0/+1
2019-10-08typo fixes in comments and codeAndras Timar5-31/+31
2019-09-28tdf#107038 Poco::Timestamp replacement with std::chronoDarkByt312-0/+13
2019-09-22wsd: fix variable might be clobbered by ‘longjmp’ or ‘vfork’Ashod Nakashian1-23/+43
2019-09-22wsd: improved logging of thread renamingAshod Nakashian1-8/+20
2019-09-16Use portable format conversion specifier for uint64_tTor Lillqvist1-1/+2
2019-09-16Fix build failure in the MOBILEAPP caseTor Lillqvist2-1/+3
2019-09-16Log: rename isShutdown to isShutdownCalledMiklos Vajna2-12/+12
2019-09-11Avoid static member access through instanceMiklos Vajna1-1/+1
2019-09-09Fix UB in unit-wopiMiklos Vajna2-9/+18
2019-09-05Avoid PRIx64 format - we are 64bit only, so lx will do.Michael Meeks1-1/+1
2019-09-05Avoid using std::get_time to compile on older Linux.Michael Meeks1-5/+9
2019-09-03Fix portability problems after 22f1656e08d1cc873a523bf1f869bdd75066dd2aTor Lillqvist1-1/+1
2019-09-03wsd: cosmetic formattingAshod Nakashian1-0/+1
2019-09-02tdf#107038 Poco::Timestamp replacement with std::chronoDarkByt313-2/+84
2019-08-26Add watermark opacity setting.Michael Meeks2-1/+14
2019-08-17wsd: Use unordered map for anonymizationAshod Nakashian1-5/+4
2019-08-17wsd: improved anonymization algorithmAshod Nakashian2-17/+28
2019-08-17wsd: cache the logger instance to avoid costly lookupsAshod Nakashian1-2/+10
2019-08-15common: fix UB in vectorAppend()Miklos Vajna1-0/+6
2019-08-13common: wrap SigHandlerTrap in a getter function to avoid ODR violationMiklos Vajna2-4/+9