summaryrefslogtreecommitdiffstats
path: root/wsd/Admin.hpp
Commit message (Expand)AuthorAgeFilesLines
* fix license headersAndras Timar2020-10-011-2/+0
* admin: cleanup resource consuming kitsGabriel Masei2020-06-091-0/+4
* admin: notify subscribers that doc memory has changedGabriel Masei2020-06-041-0/+1
* wsd: performance improvementsAshod Nakashian2020-06-021-1/+1
* tdf#114982 - AdminConsole: control logginggokaysatir2020-05-301-3/+9
* killpoco: removed Poco::Process completelyPranam Lashkari2020-04-291-2/+2
* wsd: admin: send smaps fd along websocket upgrade requestGabriel Masei2020-04-281-2/+3
* typo fixes in comments and codeAndras Timar2020-04-261-1/+1
* wsd: admin: move kit memory reporting from kit to admin moduleGabriel Masei2020-04-251-1/+1
* Admin: cleanup lifecycle of Document.Michael Meeks2020-04-251-0/+2
* Use #pragma onceTor Lillqvist2020-04-181-4/+1
* Poll - cleanup method naming, and fix merge issues.Michael Meeks2020-04-101-5/+4
* Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks2020-04-101-4/+5
* Add segmentation fault metric for Kit processesGabriel Masei2020-04-081-0/+1
* Replaced pipe with websocket based on Unix socket in communication with ForKitGabriel Masei2020-04-071-2/+1
* Add an initial libfuzzer based fuzzer for the admin consoleMiklos Vajna2020-04-021-3/+3
* Fix -Werror,-Woverloaded-virtual warningsMiklos Vajna2020-03-061-1/+1
* Add REST endpoint for admin metrics.Gabriel Masei2019-11-251-1/+10
* tools: make members private in MapMiklos Vajna2019-01-101-1/+1
* MonitorConnectRecord: make members privateMiklos Vajna2019-01-091-1/+9
* wsd: avoid unnecessary value parameterMiklos Vajna2018-07-091-1/+1
* Ensure all sessions have a sessionId and are subscribed.Jérémie Lesage2018-06-291-0/+4
* If a monitor is dis-connected, try to re-connect it.Michael Meeks2018-05-181-1/+10
* Allow a 'monitor' to be connected to remotely if configured.Michael Meeks2018-05-181-0/+5
* Allow the Admin console to be disabled in the configuration.Michael Meeks2018-04-171-5/+1
* 'static const int' needs an explicit definition in C++11Miklos Vajna2018-02-261-2/+2
* wsd: reduce memory load only when the footprint changesAshod Nakashian2018-02-111-3/+12
* wsd: static next to const int is not necessaryMiklos Vajna2018-01-151-1/+1
* wsd: simpler and more efficient OOM killingAshod Nakashian2018-01-111-3/+3
* wsd: limit how frequently we collect admin statsAshod Nakashian2018-01-111-1/+4
* admin: expose total available memory to admin clientsPranav Kant2017-08-291-0/+4
* wsd: Notify forkit conditionally about rlimitsPranav Kant2017-08-211-2/+3
* Introduce hard mode when we are OOMPranav Kant2017-07-071-0/+5
* admin: convert document list to drop downAditya Dewan2017-07-061-1/+1
* tdf#106451 admin: graph to monitor network activityAditya Dewan2017-06-161-1/+5
* wsd: apply rlimits set from Admin Console to ForKitAshod Nakashian2017-06-121-1/+11
* Support setting rlimits from Admin ConsoleAshod Nakashian2017-06-121-0/+5
* tdf#107278 admin console: adding graph to track CPU loadAditya Dewan2017-06-081-0/+2
* Admin: show cumulative bandwidth sent / recv'd over all time.Michael Meeks2017-06-031-2/+3
* tdf#107752 admin console: indicating whether a document is modified.Aditya Dewan2017-05-231-0/+1
* tdf#106449 admin:adding user list for each documentAditya Dewan2017-04-191-1/+1
* Admin model locking - major cleanup.Michael Meeks2017-04-031-3/+2
* Cleanup unit test hooks.Michael Meeks2017-03-161-6/+0
* remove obsolete Poco headers, and Poco SSL pieces.Michael Meeks2017-03-161-4/+1
* rename AdminRequestHandler to AdminSocketHandler.Michael Meeks2017-03-161-4/+4
* Move memstats & cpustats into the main polling thread.Michael Meeks2017-03-151-51/+5
* Admin: review error handling on auth. failure.Michael Meeks2017-03-151-1/+0
* Admin: should be its own socket-poll goodness.Michael Meeks2017-03-151-2/+12
* Switch to using websocket here.Michael Meeks2017-03-151-14/+11
* Adjust initial AdminRequestHandler entry point.Michael Meeks2017-03-151-2/+4