summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce Freemium optionsPranam Lashkari2021-07-203-0/+123
* log: don't try to get the channel of a non-existing loggerMiklos Vajna2021-07-151-0/+5
* Log Last Uno 4 Commands During a Fatal CrashGopi Krishna Menon2021-07-133-0/+40
* Revert "Make it possible to generate Trace Events already when loading the do...Tor Lillqvist2021-07-072-19/+1
* Make it possible to generate Trace Events already when loading the documentTor Lillqvist2021-07-072-1/+19
* Avoid assertion failure if toggling Trace Event generation back and forthTor Lillqvist2021-06-301-1/+2
* Add ProfileZone to encodeSubBufferToPNGTor Lillqvist2021-06-221-0/+3
* Add function to check if config has been initializedTor Lillqvist2021-06-212-2/+10
* Re-factor Trace Event stuff for improved functionality and thread safetyTor Lillqvist2021-06-214-24/+25
* No need to add the thread name to the args of Trace Events nowTor Lillqvist2021-06-212-31/+2