summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix startup console printoutMatthias P. Braendli2014-02-142-122/+109
|
* improve RC constnessMatthias P. Braendli2014-02-145-18/+26
|
* Add more ZMQ RC parametersMatthias P. Braendli2014-02-144-19/+76
|
* add STRINGIFY macro to PcDebug.hMatthias P. Braendli2014-02-141-0/+3
|
* remove dabInputDabplusFifo warningMatthias P. Braendli2014-02-141-0/+2
|
* correct RC mistakesMatthias P. Braendli2014-02-144-7/+18
|
* make DabComponent a class and make its label RC controllableMatthias P. Braendli2014-02-147-51/+137
|
* RemoteControl: make only one list commandMatthias P. Braendli2014-02-141-18/+9
|
* DabService labels can now be changed through the remote controlMatthias P. Braendli2014-02-148-52/+178
|
* improve handling of labelsMatthias P. Braendli2014-02-148-276/+278
|
* explanations about set_short_labelMatthias P. Braendli2014-02-141-2/+15
|
* add hexadecimal support for configuration entriesMatthias P. Braendli2014-02-122-22/+57
|
* add dabInputZmqMPEG to command line parserMatthias P. Braendli2014-02-111-3/+54
|
* inputZMQ readframe can be common to MPEG and AAC+Matthias P. Braendli2014-02-112-15/+90
|
* create base class for ZMQ inputs, put AAC+ ZMQ into child classMatthias P. Braendli2014-02-113-33/+45
|
* add zmq.hpp to Makefile.am, update configure.acv0.4.2Matthias P. Braendli2014-02-111-1/+2
|
* Add zmq.hpp locally, prefer it over the system one. Fix usage of zmq.recvMatthias P. Braendli2014-02-114-13/+578
|
* nicer printout in utils.cppMatthias P. Braendli2014-02-111-3/+2
|
* Fix Log.cpp headerMatthias P. Braendli2014-02-071-4/+4
|
* add figtype and address parameters for packet componentsMatthias P. Braendli2014-02-071-0/+32
|
* repair versioning and tarball generationv0.4.0Matthias P. Braendli2014-02-073-10/+13
|
* fix minor mistakesMatthias P. Braendli2014-02-072-1/+2
|
* rename CRC-DabMux to ODR-DabMuxMatthias P. Braendli2014-02-0791-375/+375
|
* Merge branch 'master' into nextMatthias P. Braendli2014-01-313-4/+13
|\ | | | | | | | | | | Conflicts: src/dabInputZmq.cpp src/dabInputZmq.h
| * fix zmq.h include error when ZMQ disabledMatthias P. Braendli2014-01-313-5/+12
| |
* | change telnet rc config, add example to docMatthias P. Braendli2014-01-241-4/+1
| |
* | Add logging support to RemoteControlTelnetMatthias P. Braendli2014-01-242-8/+5
| |
* | Implement remote control and global_stats, and add to configurationMatthias P. Braendli2014-01-246-29/+73
| |
* | correct 'forbid copying a DabInputCompatible'Matthias P. Braendli2014-01-221-3/+5
| |
* | actually add the RemoteControl.{h,cpp} filesMatthias P. Braendli2014-01-212-0/+459
| |
* | add RemoteControl, make the ZMQ input inherit from itMatthias P. Braendli2014-01-216-7/+51
| |
* | forbid copying a DabInputCompatibleMatthias P. Braendli2014-01-211-0/+3
| |
* | fix some cppcheck errorsMatthias P. Braendli2014-01-206-20/+20
| |
* | make DabInputZMQ a new-style inputMatthias P. Braendli2014-01-194-142/+120
| |
* | Add wrapper class, and use it for all inputsMatthias P. Braendli2014-01-195-77/+126
|/
* change zmqInput buffering handlingMatthias P. Braendli2014-01-192-17/+60
|
* StatsServer correctionsMatthias P. Braendli2014-01-173-16/+31
|
* improve loggingMatthias P. Braendli2014-01-172-16/+17
|
* correct wrong usage of memsetMatthias P. Braendli2014-01-171-1/+1
|
* Make inputZMQ use the statistics, add munin scriptMatthias P. Braendli2014-01-175-5/+22
|
* add code for TCP statistics serverMatthias P. Braendli2014-01-174-0/+425
|
* improve debugging print, add print to stderrMatthias P. Braendli2014-01-123-34/+50
|
* replace all occurrencies of TcpLog and old etiLogMatthias P. Braendli2014-01-1227-352/+353
|
* update Log.{h,cpp}Matthias P. Braendli2014-01-122-9/+36
|
* remove some references to tcplogMatthias P. Braendli2014-01-127-13/+7
|
* remove tcplog, add logMatthias P. Braendli2014-01-124-399/+225
|
* rename executable to crc-dabmuxMatthias P. Braendli2014-01-101-8/+9
|
* Remove INFO message 'ETI frame number'Matthias P. Braendli2014-01-101-1/+3
|
* 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
|