summaryrefslogtreecommitdiffstats
path: root/src/ManagementServer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix segmentation faultMatthias P. Braendli2018-03-271-1/+1
| | | | | | This bug occurs when the output is blocking, e.g. a pipe and the input has time to fill quicker than with a nonblocking output.
* Introduce slow peak statistic, averaging over 5 minutesMatthias P. Braendli2018-03-071-41/+72
|
* Add version string to management serverMatthias P. Braendli2018-03-071-2/+12
|
* Use enum class for input_state_tMatthias P. Braendli2018-02-241-10/+8
|
* ManagementServer: Use zmq poller instead of nonblock and usleepMatthias P. Braendli2018-02-191-13/+44
|
* Replace boost thread in ManagementServerMatthias P. Braendli2018-02-191-17/+16
|
* ManagementServer: make audio_levels statistic more responsiveMatthias P. Braendli2018-02-191-47/+117
|
* Do not clear statistics on readMatthias P. Braendli2018-02-151-29/+30
|
* Prepare audio level stats for clear-on-read removalMatthias P. Braendli2018-02-151-3/+140
|
* Merge state management command into values, adapt munin accordinglyMatthias P. Braendli2017-10-161-51/+9
|
* Modernize a few bits and piecesMatthias P. Braendli2016-10-291-1/+1
|
* Replace NULL by nullptrMatthias P. Braendli2016-10-281-1/+1
|
* Remove incomplete setptree ManagementServer commandMatthias P. Braendli2016-04-011-69/+1
|
* Improve ManagementServer request loggingMatthias P. Braendli2016-01-101-2/+4
|
* Reduce ManagementServer requirement to boost 1.55Matthias P. Braendli2015-08-171-1/+1
|
* Add boost check for experimental feature in ManagementServerMatthias P. Braendli2015-08-131-0/+5
|
* Use nonblocking management server ZMQ recvMatthias P. Braendli2015-08-071-4/+6
|
* Replace MGMT socket by ZMQ, make services shared_ptrMatthias P. Braendli2015-06-211-101/+68
|
* Correct usage of json parser buffersMatthias P. Braendli2015-06-191-5/+6
|
* Use boost::asio in Management ServerMatthias P. Braendli2015-06-191-136/+110
|
* Start big refactoringMatthias P. Braendli2015-06-191-5/+17
| | | | | | Multiplexer in separate object Replace pointers by shared_ptr Switch to C++11
* Add ptree upload to mgmt server (incomplete)Matthias P. Braendli2015-06-191-11/+76
|
* ManagementServer: missing else in command parserMatthias P. Braendli2015-05-221-1/+1
|
* Merge Stats and Config server, config is also JSONMatthias P. Braendli2015-03-071-0/+424