Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix segmentation fault | Matthias P. Braendli | 2018-03-27 | 1 | -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 minutes | Matthias P. Braendli | 2018-03-07 | 1 | -41/+72 |
| | |||||
* | Add version string to management server | Matthias P. Braendli | 2018-03-07 | 1 | -2/+12 |
| | |||||
* | Use enum class for input_state_t | Matthias P. Braendli | 2018-02-24 | 1 | -10/+8 |
| | |||||
* | ManagementServer: Use zmq poller instead of nonblock and usleep | Matthias P. Braendli | 2018-02-19 | 1 | -13/+44 |
| | |||||
* | Replace boost thread in ManagementServer | Matthias P. Braendli | 2018-02-19 | 1 | -17/+16 |
| | |||||
* | ManagementServer: make audio_levels statistic more responsive | Matthias P. Braendli | 2018-02-19 | 1 | -47/+117 |
| | |||||
* | Do not clear statistics on read | Matthias P. Braendli | 2018-02-15 | 1 | -29/+30 |
| | |||||
* | Prepare audio level stats for clear-on-read removal | Matthias P. Braendli | 2018-02-15 | 1 | -3/+140 |
| | |||||
* | Merge state management command into values, adapt munin accordingly | Matthias P. Braendli | 2017-10-16 | 1 | -51/+9 |
| | |||||
* | Modernize a few bits and pieces | Matthias P. Braendli | 2016-10-29 | 1 | -1/+1 |
| | |||||
* | Replace NULL by nullptr | Matthias P. Braendli | 2016-10-28 | 1 | -1/+1 |
| | |||||
* | Remove incomplete setptree ManagementServer command | Matthias P. Braendli | 2016-04-01 | 1 | -69/+1 |
| | |||||
* | Improve ManagementServer request logging | Matthias P. Braendli | 2016-01-10 | 1 | -2/+4 |
| | |||||
* | Reduce ManagementServer requirement to boost 1.55 | Matthias P. Braendli | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | Add boost check for experimental feature in ManagementServer | Matthias P. Braendli | 2015-08-13 | 1 | -0/+5 |
| | |||||
* | Use nonblocking management server ZMQ recv | Matthias P. Braendli | 2015-08-07 | 1 | -4/+6 |
| | |||||
* | Replace MGMT socket by ZMQ, make services shared_ptr | Matthias P. Braendli | 2015-06-21 | 1 | -101/+68 |
| | |||||
* | Correct usage of json parser buffers | Matthias P. Braendli | 2015-06-19 | 1 | -5/+6 |
| | |||||
* | Use boost::asio in Management Server | Matthias P. Braendli | 2015-06-19 | 1 | -136/+110 |
| | |||||
* | Start big refactoring | Matthias P. Braendli | 2015-06-19 | 1 | -5/+17 |
| | | | | | | Multiplexer in separate object Replace pointers by shared_ptr Switch to C++11 | ||||
* | Add ptree upload to mgmt server (incomplete) | Matthias P. Braendli | 2015-06-19 | 1 | -11/+76 |
| | |||||
* | ManagementServer: missing else in command parser | Matthias P. Braendli | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | Merge Stats and Config server, config is also JSON | Matthias P. Braendli | 2015-03-07 | 1 | -0/+424 |