summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* added method to get inode number from Stat objectPranam Lashkari2021-11-251-0/+1
* wsd: Termination flag requires having ShutdownRequestedAshod Nakashian2021-11-232-4/+10
* wsd: test: safer assertions without side-effectsAshod Nakashian2021-11-231-0/+23
* rename: remaining lool->cool changesAndras Timar2021-11-1815-65/+65
* rename: loolmount -> coolmountMert Tumer2021-11-171-6/+6
* kit: rename 'lool' -> 'cool'Henry Castro2021-11-171-1/+1
* misc: more renames 'lool' -> 'cool'Henry Castro2021-11-171-1/+1
* rename: loolforkit -> coolforkitMert Tumer2021-11-161-3/+3
* Write timestamps to log in local time and add time zone differentialAndras Timar2021-11-162-7/+26
* Strip shell string syntax quotes from the PRETTY_NAME line in /etc/os-releaseTor Lillqvist2021-11-161-1/+24
* quarantine: create hard links for quarantining when file is savedPranam Lashkari2021-11-011-0/+1
* wsd: use the WOPI protocol for local files instead of the current "local stor...Rash4192021-11-011-0/+6
* Use tokens.equals() instead of tokens[] ==Hugo Peixoto2021-10-212-21/+21
* LOK: unifying the Freemium and uno command hiding APIs part 2Pranam Lashkari2021-10-212-12/+12
* introduce way to hide/restrict uno commandsPranam Lashkari2021-10-212-0/+62
* freemium: renamed Freemium namespace to CommandControlPranam Lashkari2021-10-212-5/+5
* Fix bug in StringVector::startsWith and add testsHugo Peixoto2021-10-181-1/+1
* Optimize startsWith calls on StringVector elementsHugo Peixoto2021-10-151-0/+27
* JSON escaping: Have some initial extra spaceMike Kaganski2021-10-141-1/+1
* Escape strings in JSONMike Kaganski2021-10-131-0/+88
* Drop circular inclusion of the header itselfMike Kaganski2021-10-131-1/+0
* Move LOOLWebSocket into test/ - where it can be slowly removed.Michael Meeks2021-10-114-365/+2
* wsd: allow shutting down during startupAshod Nakashian2021-10-062-0/+5
* wsd: avoid misbehaving library cleanupAshod Nakashian2021-10-062-0/+11
* common: fix leftover debug outputMiklos Vajna2021-10-051-1/+0
* Notify of completing sleeping to wait for a debugger.Michael Meeks2021-10-021-0/+3
* Handle UnitType::Tool in global instance getters and settersSzymon Kłos2021-09-281-1/+8
* Cleanup in Unit* subclassesSzymon Kłos2021-09-222-41/+72
* android fix: use correct instance for Unit classes getterSzymon Kłos2021-09-222-16/+56
* Enable wait for attaching a debugger in debug builds by default.Michael Meeks2021-09-131-2/+5
* wsd: hexifying helpers and testsAshod Nakashian2021-09-132-22/+45
* Stop using .bmp files for tiles on iOSTor Lillqvist2021-09-073-224/+0
* Actually do remove leftover tiles in the iOS appTor Lillqvist2021-09-011-4/+1
* Remove leftover tiles in the iOS app already when the document is closedTor Lillqvist2021-09-013-17/+80
* freemium: corrected typosPranam Lashkari2021-09-011-1/+1
* Always lock the work queue.Michael Meeks2021-09-011-3/+9
* Get argument count right to spawn.Michael Meeks2021-09-011-4/+2
* Valgrind support for tracing the forkit & kits.Michael Meeks2021-09-011-3/+14
* Assign _firstLine before _data is changedNickWingate2021-08-301-5/+13
* Make firstLine() return reference not valueNickWingate2021-08-301-1/+1
* Remove _firstLine assignment from constructorNickWingate2021-08-301-6/+11
* Remove more leftover files taking space in the iOS appTor Lillqvist2021-08-241-1/+1
* Unit: add new 'Tool' type of unit test handler.Michael Meeks2021-08-172-1/+17
* log: avoid logging after shutdown on all log levelsMiklos Vajna2021-08-121-5/+5
* use pragma instead of header guards in freemium header filesPranam Lashkari2021-08-061-3/+1
* Don't let other clients prevent textinput and removetextcontext mergingTor Lillqvist2021-07-221-12/+14
* Merge sequential 'removetextcontext' messages when possibleTor Lillqvist2021-07-221-0/+71
* Merge textinput messages when possibleTor Lillqvist2021-07-221-0/+68
* No need for the template class MessageQueueBaseTor Lillqvist2021-07-211-9/+6
* Don't stop loolwsd when logger already existsSzymon Kłos2021-07-211-4/+15