| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | explanations about set_short_label | Matthias P. Braendli | 2014-02-14 | 1 | -2/+15 |
* | add hexadecimal support for configuration entries | Matthias P. Braendli | 2014-02-12 | 2 | -22/+57 |
* | add dabInputZmqMPEG to command line parser | Matthias P. Braendli | 2014-02-11 | 1 | -3/+54 |
* | inputZMQ readframe can be common to MPEG and AAC+ | Matthias P. Braendli | 2014-02-11 | 2 | -15/+90 |
* | create base class for ZMQ inputs, put AAC+ ZMQ into child class | Matthias P. Braendli | 2014-02-11 | 3 | -33/+45 |
* | add zmq.hpp to Makefile.am, update configure.acv0.4.2 | Matthias P. Braendli | 2014-02-11 | 1 | -1/+2 |
* | Add zmq.hpp locally, prefer it over the system one. Fix usage of zmq.recv | Matthias P. Braendli | 2014-02-11 | 4 | -13/+578 |
* | nicer printout in utils.cpp | Matthias P. Braendli | 2014-02-11 | 1 | -3/+2 |
* | Fix Log.cpp header | Matthias P. Braendli | 2014-02-07 | 1 | -4/+4 |
* | add figtype and address parameters for packet components | Matthias P. Braendli | 2014-02-07 | 1 | -0/+32 |
* | repair versioning and tarball generationv0.4.0 | Matthias P. Braendli | 2014-02-07 | 3 | -10/+13 |
* | fix minor mistakes | Matthias P. Braendli | 2014-02-07 | 2 | -1/+2 |
* | rename CRC-DabMux to ODR-DabMux | Matthias P. Braendli | 2014-02-07 | 91 | -375/+375 |
* | Merge branch 'master' into next | Matthias P. Braendli | 2014-01-31 | 3 | -4/+13 |
|\ |
|
| * | fix zmq.h include error when ZMQ disabled | Matthias P. Braendli | 2014-01-31 | 3 | -5/+12 |
* | | change telnet rc config, add example to doc | Matthias P. Braendli | 2014-01-24 | 1 | -4/+1 |
* | | Add logging support to RemoteControlTelnet | Matthias P. Braendli | 2014-01-24 | 2 | -8/+5 |
* | | Implement remote control and global_stats, and add to configuration | Matthias P. Braendli | 2014-01-24 | 6 | -29/+73 |
* | | correct 'forbid copying a DabInputCompatible' | Matthias P. Braendli | 2014-01-22 | 1 | -3/+5 |
* | | actually add the RemoteControl.{h,cpp} files | Matthias P. Braendli | 2014-01-21 | 2 | -0/+459 |
* | | add RemoteControl, make the ZMQ input inherit from it | Matthias P. Braendli | 2014-01-21 | 6 | -7/+51 |
* | | forbid copying a DabInputCompatible | Matthias P. Braendli | 2014-01-21 | 1 | -0/+3 |
* | | fix some cppcheck errors | Matthias P. Braendli | 2014-01-20 | 6 | -20/+20 |
* | | make DabInputZMQ a new-style input | Matthias P. Braendli | 2014-01-19 | 4 | -142/+120 |
* | | Add wrapper class, and use it for all inputs | Matthias P. Braendli | 2014-01-19 | 5 | -77/+126 |
|/ |
|
* | change zmqInput buffering handling | Matthias P. Braendli | 2014-01-19 | 2 | -17/+60 |
* | StatsServer corrections | Matthias P. Braendli | 2014-01-17 | 3 | -16/+31 |
* | improve logging | Matthias P. Braendli | 2014-01-17 | 2 | -16/+17 |
* | correct wrong usage of memset | Matthias P. Braendli | 2014-01-17 | 1 | -1/+1 |
* | Make inputZMQ use the statistics, add munin script | Matthias P. Braendli | 2014-01-17 | 5 | -5/+22 |
* | add code for TCP statistics server | Matthias P. Braendli | 2014-01-17 | 4 | -0/+425 |
* | improve debugging print, add print to stderr | Matthias P. Braendli | 2014-01-12 | 3 | -34/+50 |
* | replace all occurrencies of TcpLog and old etiLog | Matthias P. Braendli | 2014-01-12 | 27 | -352/+353 |
* | update Log.{h,cpp} | Matthias P. Braendli | 2014-01-12 | 2 | -9/+36 |
* | remove some references to tcplog | Matthias P. Braendli | 2014-01-12 | 7 | -13/+7 |
* | remove tcplog, add log | Matthias P. Braendli | 2014-01-12 | 4 | -399/+225 |
* | rename executable to crc-dabmux | Matthias P. Braendli | 2014-01-10 | 1 | -8/+9 |
* | Remove INFO message 'ETI frame number' | Matthias P. Braendli | 2014-01-10 | 1 | -1/+3 |
* | better handing when ZMQ input buffer is full | Matthias P. Braendli | 2014-01-10 | 1 | -3/+9 |
* | invert ZMQ input direction (encoders connect to mux) | Matthias P. Braendli | 2014-01-05 | 1 | -1/+1 |
* | documentation updates | Matthias P. Braendli | 2014-01-03 | 1 | -2/+2 |
* | replace CRC-DabMux-cfg by -e configuration option | Matthias P. Braendli | 2014-01-03 | 3 | -27/+10 |
* | remove useless ZMQ input messages | Matthias P. Braendli | 2014-01-03 | 1 | -3/+0 |
* | zmq input, fix memory leak | Matthias P. Braendli | 2013-12-17 | 1 | -1/+3 |
* | Fix output cleanup that could lead to segfaults | Matthias P. Braendli | 2013-12-15 | 1 | -2/+4 |
* | Add ZeroMQ dabplus input | Matthias P. Braendli | 2013-12-15 | 5 | -1479/+327 |
* | update version generation for git, update INSTALL | Matthias P. Braendli | 2013-11-12 | 3 | -8/+8 |
* | insert hg revision into version string | Matthias P. Braendli (think) | 2013-11-08 | 3 | -7/+16 |
* | add support for ZeroMQ output | Matthias P. Braendli (think) | 2013-11-08 | 11 | -5/+314 |
* | make dabOutput more object-oriented | Matthias P. Braendli (think) | 2013-11-08 | 18 | -1357/+1520 |