summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* respond different logo brands when it has supportHenry Castro2018-05-242-0/+17
* UnitHTTP: make sure function defined in header is inline to avoid ODR violationMiklos Vajna2018-05-221-1/+1
* Before we kill the child, check it exists, ie. kill(pid, 0) == 0.Jan Holesovsky2018-05-181-0/+1
* seccomp: allow socket shutdown in kit process.Michael Meeks2018-05-181-1/+0
* Use correct path in the client websockets.Jan Holesovsky2018-05-181-4/+4
* wsd: log proper ISO date in YYYY-MM-DD formatAshod Nakashian2018-04-231-1/+2
* Move UnitHTTP code to header to avoid linking trouble.Michael Meeks2018-04-172-44/+26
* Ensure the forkit does not have lingering threads after preinit.Michael Meeks2018-04-162-0/+18
* Sanity-check the scheme and host for frame ancestor, POCO does not do that.Jan Holesovsky2018-04-042-0/+36
* common: mark parseJSON() as inline explicitlyMiklos Vajna2018-03-191-1/+1
* Use a hard random /tmp directory for document intermediates.Michael Meeks2018-03-152-0/+27
* fix --disable-seccomp buildRene Engelhard2018-03-031-1/+1
* wsd: improved wopi info parsingAshod Nakashian2018-02-232-1/+148
* ut: log timestamp to track timeouts betterAshod Nakashian2018-02-113-7/+32
* document conflict: unit testPranav Kant2018-02-091-1/+3
* IME supportPranav Kant2018-02-081-1/+1
* common: spell out non-trivial autos to improve readabilityMiklos Vajna2018-02-0713-57/+57
* follow up, avoid logging when closing file descriptorsHenry Castro2018-01-311-1/+1
* util: avoid logging when closing file descriptorsHenry Castro2018-01-311-3/+1
* common: avoid pointless copy in UtilMiklos Vajna2018-01-301-1/+1
* Implement an improved fork/exec wrapper.Michael Meeks2018-01-292-0/+97
* Print humanized bytes in the logsPranav Kant2018-01-262-0/+29
* wsd: cleanup logging and remove unused helpersAshod Nakashian2018-01-192-52/+10
* Add FIXMETor Lillqvist2018-01-151-1/+3
* Add Util::startsWith() to check whether a std::string starts with anotherTor Lillqvist2018-01-151-0/+5
* wsd: save documents before recyclingAshod Nakashian2018-01-111-1/+0
* wsd: simpler and more efficient OOM killingAshod Nakashian2018-01-112-2/+2
* loplugin:includeformPranav Kant2017-12-212-3/+3
* loplugin:includeformPranav Kant2017-12-2011-17/+17
* Annotate string pointers in hex dumps to make sense of memory.Michael Meeks2017-12-151-34/+48
* lokdialog: Adapt to LOK dialog API changesPranav Kant2017-12-041-2/+1
* loolmap - read the parent's page data for unshared pages too.Michael Meeks2017-11-301-11/+16
* Dump hex contents of un-shared memory.Michael Meeks2017-11-291-0/+51
* rlimits: Friendlier and more precise logging of numbersAron Budea2017-11-231-68/+37
* fix build with poco 1.8.0(.1)Rene Engelhard2017-11-131-2/+2
* Make sure that loop index type is never narrower than the length typeMiklos Vajna2017-11-061-1/+1
* Remove unused stringsMiklos Vajna2017-11-032-2/+0
* tdf#99744 SaveAs: Extend test to check that the Save As result was sent.Jan Holesovsky2017-10-261-1/+9
* More -Werror=implicit-fallthrough=Tor Lillqvist2017-10-261-0/+18
* lokdialog: Mouse/key events, canvas use & child window impl.Pranav Kant2017-10-251-1/+2
* lokdialog: wsd: first cut at lok dialog rendering apiPranav Kant2017-10-251-1/+2
* common, wsd: clean up redundant castsMiklos Vajna2017-10-241-1/+1
* rlimits: The fsize and nofile need more tweaking...Jan Holesovsky2017-10-061-1/+12
* Compile the support key in (when configured to use one).Jan Holesovsky2017-10-061-19/+2
* Support key logic in loolws + improvements in loolconfig.Jan Holesovsky2017-10-061-4/+12
* Support key logic and verification.Michael Meeks2017-10-032-0/+178
* PutFile ext: X-LOOL-WOPI-IsAutosave header to indicate autosave + unit test.Jan Holesovsky2017-10-031-0/+6
* fixed wrong logging textMarco Cecchetti2017-10-021-1/+1
* wsd: support for FSIZE and NOFILE system limitsMarco Cecchetti2017-09-261-1/+18
* Allow unit tests to avoid handleInput.Michael Meeks2017-09-191-1/+2