summaryrefslogtreecommitdiffstats
path: root/src/dabInputZmq.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make DabInputBase::open take a referenceMatthias P. Braendli2016-10-301-1/+1
* Modernize a few bits and piecesMatthias P. Braendli2016-10-291-2/+2
* Replace NULL by nullptrMatthias P. Braendli2016-10-281-1/+1
* MPEG zmq input bugfixMatthias P. Braendli2016-03-061-3/+3
* Fix error handling in zmq readkeyMatthias P. Braendli2015-12-181-2/+3
* Enable and take care of some warningsMatthias P. Braendli2015-04-231-7/+4
* Merge Stats and Config server, config is also JSONMatthias P. Braendli2015-03-071-3/+0
* Refactor StatsServer to be a bit more genericMatthias P. Braendli2014-10-241-7/+7
* Fix memory leak in ZMQ inputMatthias P. Braendli2014-08-261-5/+5
* Add support for new ZMQ frame for MPEG inputMatthias P. Braendli2014-08-151-2/+18
* improve autoconfigureMatthias P. Braendli2014-08-011-1/+1
* Correct dabInputZMQ messageReceived flag handlingMatthias P. Braendli2014-05-141-4/+5
* fix some comments in dabInputZmqMatthias P. Braendli2014-05-091-2/+3
* Add peak audio levels to statisticsMatthias P. Braendli2014-04-251-0/+3
* Add support for new zmq frame formatMatthias P. Braendli2014-04-251-23/+46
* non libsodium zeromq crash on ZMQ_CURVE_SERVER set to 0Matthias P. Braendli2014-04-191-4/+2
* Report zmq error in exceptionMatthias P. Braendli2014-04-191-6/+12
* Add zmq encryption parameters to remotecontrolMatthias P. Braendli2014-04-171-1/+46
* Add CURVE authentification support for dabInputZMQMatthias P. Braendli2014-04-171-2/+139
* Move dabInputZMQ configuration into structMatthias P. Braendli2014-04-171-10/+10
* Remove using directives from .h filesMatthias P. Braendli2014-04-171-1/+5
* Make ZMQ prebuffering configurableMatthias P. Braendli2014-04-111-5/+22
* Remove some compilation warningsMatthias P. Braendli2014-04-041-2/+2
* Remove unused variablesMatthias P. Braendli2014-03-171-2/+0
* improve RC constnessMatthias P. Braendli2014-02-141-2/+3
* Add more ZMQ RC parametersMatthias P. Braendli2014-02-141-11/+47
* DabService labels can now be changed through the remote controlMatthias P. Braendli2014-02-141-1/+1
* inputZMQ readframe can be common to MPEG and AAC+Matthias P. Braendli2014-02-111-6/+65
* create base class for ZMQ inputs, put AAC+ ZMQ into child classMatthias P. Braendli2014-02-111-17/+21
* Add zmq.hpp locally, prefer it over the system one. Fix usage of zmq.recvMatthias P. Braendli2014-02-111-11/+10
* rename CRC-DabMux to ODR-DabMuxMatthias P. Braendli2014-02-071-4/+4
* Merge branch 'master' into nextMatthias P. Braendli2014-01-311-1/+7
|\
| * fix zmq.h include error when ZMQ disabledMatthias P. Braendli2014-01-311-2/+6
* | Implement remote control and global_stats, and add to configurationMatthias P. Braendli2014-01-241-7/+5
* | add RemoteControl, make the ZMQ input inherit from itMatthias P. Braendli2014-01-211-0/+33
* | make DabInputZMQ a new-style inputMatthias P. Braendli2014-01-191-113/+76
|/
* change zmqInput buffering handlingMatthias P. Braendli2014-01-191-14/+52
* Make inputZMQ use the statistics, add munin scriptMatthias P. Braendli2014-01-171-2/+11
* replace all occurrencies of TcpLog and old etiLogMatthias P. Braendli2014-01-121-10/+10
* remove some references to tcplogMatthias P. Braendli2014-01-121-2/+0
* better handing when ZMQ input buffer is fullMatthias P. Braendli2014-01-101-3/+9
* invert ZMQ input direction (encoders connect to mux)Matthias P. Braendli2014-01-051-1/+1
* remove useless ZMQ input messagesMatthias P. Braendli2014-01-031-3/+0
* zmq input, fix memory leakMatthias P. Braendli2013-12-171-1/+3
* Add ZeroMQ dabplus inputMatthias P. Braendli2013-12-151-0/+226