summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2018-01-22wsd: cleanup logging and remove unused helpersAshod Nakashian2-52/+10
2018-01-22wsd: save documents before recyclingAshod Nakashian1-1/+0
2017-12-05lokdialog: Adapt to LOK dialog API changesPranav Kant1-2/+1
2017-11-24rlimits: Friendlier and more precise logging of numbersAron Budea1-68/+37
2017-11-13fix build with poco 1.8.0(.1)Rene Engelhard1-2/+2
2017-11-06Make sure that loop index type is never narrower than the length typeMiklos Vajna1-1/+1
2017-11-03Remove unused stringsMiklos Vajna2-2/+0
2017-10-26tdf#99744 SaveAs: Extend test to check that the Save As result was sent.Jan Holesovsky1-1/+9
2017-10-26More -Werror=implicit-fallthrough=Tor Lillqvist1-0/+18
2017-10-25lokdialog: Mouse/key events, canvas use & child window impl.Pranav Kant1-1/+2
2017-10-25lokdialog: wsd: first cut at lok dialog rendering apiPranav Kant1-1/+2
2017-10-24common, wsd: clean up redundant castsMiklos Vajna1-1/+1
2017-10-06rlimits: The fsize and nofile need more tweaking...Jan Holesovsky1-1/+12
2017-10-06Compile the support key in (when configured to use one).Jan Holesovsky1-19/+2
2017-10-06Support key logic in loolws + improvements in loolconfig.Jan Holesovsky1-4/+12
2017-10-03Support key logic and verification.Michael Meeks2-0/+178
2017-10-03PutFile ext: X-LOOL-WOPI-IsAutosave header to indicate autosave + unit test.Jan Holesovsky1-0/+6
2017-10-02fixed wrong logging textMarco Cecchetti1-1/+1
2017-09-26wsd: support for FSIZE and NOFILE system limitsMarco Cecchetti1-1/+18
2017-09-19Allow unit tests to avoid handleInput.Michael Meeks1-1/+2
2017-09-11Count key-strokes, and report per session.Michael Meeks1-0/+1
2017-09-07support for rendering a watermark on each tileMarco Cecchetti2-0/+9
2017-08-18No need to scare people too much.Jan Holesovsky1-1/+1
2017-08-09wsd: Fix the OAuth unit test.Jan Holesovsky1-0/+6
2017-07-12Open the log channel explicitly to avoid file creation inside jailPranav Kant1-0/+6
2017-07-07Introduce hard mode when we are OOMPranav Kant2-0/+24
2017-07-03configure option to disable SECCOMPAndras Timar2-2/+16
2017-06-20Use WireIds instead of long hashes to identify tiles efficiently.Michael Meeks2-0/+31
2017-06-20Protocol - only match complete token names.Michael Meeks1-1/+2
2017-06-16Units: allow filtering of user alerts.Michael Meeks1-0/+6
2017-06-16Update modifiedTime for local files unconditionallyPranav Kant1-0/+14
2017-06-13Remove data rlimitAshod Nakashian1-17/+0
2017-06-12wsd: pass default rlimits to forkit from configAshod Nakashian1-0/+15
2017-06-12wsd: support setting process rlimitsAshod Nakashian2-5/+88
2017-06-08tdf#107278 admin console: adding graph to track CPU loadAditya Dewan2-12/+32
2017-06-02Accumulate I/O stats per document.Michael Meeks2-0/+14
2017-05-29wsd: support per-user links and commandsAshod Nakashian4-3/+36
2017-05-25admin-console: Check the password against hashed value in configPranav Kant2-0/+23
2017-05-22Correctly send termination reason to clientsAshod Nakashian1-2/+1
2017-05-17wsd: Debugging environment vars to debug storagesPranav Kant1-7/+7
2017-05-15wsd: logsAshod Nakashian1-2/+2
2017-05-15wsd: corrections to replace and unittestsAshod Nakashian2-6/+12
2017-05-15wsd: include version in http agent stringsAshod Nakashian1-2/+5
2017-05-08wsd: random jail paths instead of pidAshod Nakashian1-2/+8
2017-05-05SocketDisposition: push it down the stack, and cleanup around that.Michael Meeks1-0/+1
2017-05-02Fix build with older kernel versions.Jan Holesovsky1-0/+4
2017-04-28Trap rather than kill from seccomp and log invalid syscalls.Michael Meeks1-8/+54
2017-04-28Signal safe number logging (lame but useful).Michael Meeks2-0/+17
2017-04-28SigUtil: split out dumpBacktrace.Michael Meeks2-3/+11
2017-04-28Seccomp: filter more syscalls.Michael Meeks1-7/+26