summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* re-factor: Socket / WebSocketHandler.Michael Meeks2020-03-112-28/+60
* Introduce StringVector::equals()Miklos Vajna2020-03-093-2/+38
* Remove unused filterHandleRequest unit test hook.Michael Meeks2020-03-071-9/+0
* handleDisconnect - unused.Michael Meeks2020-03-072-10/+0
* WebSocket - simplify handleMessage for now.Michael Meeks2020-03-052-2/+2
* Session: simplify shutdown and privatize some pieces.Michael Meeks2020-03-051-2/+11
* StringVector: fix build with gcc-4.9Miklos Vajna2020-03-021-3/+3
* Rework StringVector to have a single underlying stringMiklos Vajna2020-02-285-27/+103
* Rework LOOLProtocol::tokenize() to return a StringVector objectMiklos Vajna2020-02-2812-30/+127
* Fix iOS build (and maybe Android, too)Tor Lillqvist2020-02-241-0/+2
* wsd: cleanly shutdown when unittest times outAshod Nakashian2020-02-231-2/+2
* wsd: logging improvements and formattingAshod Nakashian2020-02-231-106/+113
* Add an initial libfuzzer based fuzzerMiklos Vajna2020-02-223-1/+16
* common: fix crash when the version string contains no dot characterMiklos Vajna2020-02-221-2/+9
* fuzzer: fix this up so it works againMiklos Vajna2020-02-201-1/+1
* UnitBase::exitTest: make sure we flag for termination only onceMiklos Vajna2020-02-191-0/+5
* tdf#130673 - kill obsolete locking.Michael Meeks2020-02-141-6/+0
* Resolved: Server crash when link opened in new tabPranam Lashkari2020-01-221-1/+5
* test: switch to parallel tests based on Unit framework.Michael Meeks2020-01-212-2/+11
* copyFile: de-poco-ize and handle EINTR and short writes.Michael Meeks2020-01-212-1/+78
* util: for process thread count - ignore '.' and '..' in /proc/self/tasksMichael Meeks2020-01-201-2/+6
* Move file url anonymization down from LOOLWSD into FileUtil.Michael Meeks2020-01-182-0/+34
* sighandler: break infinite loop with corrupted heapMichael Meeks2020-01-181-11/+9
* watermarking: create SessionMap template to canonicalize views.Michael Meeks2020-01-062-26/+42
* wsd: debug: add env variable "PAUSEFORDEBUGGER" to attach debuggerHenry Castro2019-12-202-0/+18
* Dump DocumentBroker state more completely.Michael Meeks2019-11-272-1/+13
* wsd: use SIGKILL to kill a childAshod Nakashian2019-11-251-1/+1
* Add REST endpoint for admin metrics.Gabriel Masei2019-11-252-8/+20
* Seccomp: add ARM supportCorentin Noël2019-11-221-4/+17
* Avoid UB in Session::setHash()Miklos Vajna2019-11-221-3/+3
* wsd: kill with SIGABRT now that SIGTERM cleanly shutsdownAshod Nakashian2019-11-211-1/+1
* wsd: avoid malloc in signal handlerAshod Nakashian2019-11-192-33/+11
* wsd: replace mutex in signal handlerAshod Nakashian2019-11-192-12/+43
* wsd: SIGTERM signals clean shutdown nowAshod Nakashian2019-11-181-1/+1
* test: thread-safe common shared test dataAshod Nakashian2019-11-182-10/+12
* killpoco: removed StringTokenizer from common directoryPranam Lashkari2019-11-153-12/+19
* killpoco: Remove StringTokenizer from LOOLWSD.cpp.Jan Holesovsky2019-11-081-0/+13
* killpoco: Remove trivial StringTokenizer uses from some files.Jan Holesovsky2019-11-082-6/+2
* killpoco: Remove POCO from Protocol.cpp + related StringTokenizer usage.Jan Holesovsky2019-11-082-43/+11
* killpoco: Remove POCO usage from FileUtil.cpp when C++17 is available.Jan Holesovsky2019-11-081-1/+57
* killpoco: Get rid of Poco::Process:id() usage.Jan Holesovsky2019-11-073-5/+5
* killpoco: Get rid of Poco/Thread.h from the rest of the Android-related files.Jan Holesovsky2019-11-072-2/+1
* killpoco: Use std::thread instead of Poco::Thread.Jan Holesovsky2019-11-072-11/+21
* killpoco: Don't use POCO for app exit values.Jan Holesovsky2019-11-071-4/+3
* wsd: cleanup the global flag accessorsAshod Nakashian2019-11-063-37/+45
* test: Improve iso8601ToTimestamp and testsAshod Nakashian2019-10-292-10/+37
* wsd: warning logging on the console is now magenta for visibilityAshod Nakashian2019-10-291-0/+1
* test: improve TileCacheTestsAshod Nakashian2019-10-291-1/+1
* wsd: dynamic child timeoutAshod Nakashian2019-10-291-1/+1
* wsd: logging improvementsAshod Nakashian2019-10-281-1/+1