Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add EDI option to ./configure | Matthias P. Braendli | 2015-07-03 | 3 | -7/+12 |
| | |||||
* | Add dumb reconfigure to DabMultiplexer | Matthias P. Braendli | 2015-07-03 | 2 | -12/+20 |
| | |||||
* | update zmq.hpp to support zmq 4.1.x | Matthias P. Braendli | 2015-07-03 | 1 | -3/+39 |
| | |||||
* | Add correct C++11 autotools check | Matthias P. Braendli | 2015-06-21 | 3 | -2/+169 |
| | |||||
* | Replace MGMT socket by ZMQ, make services shared_ptr | Matthias P. Braendli | 2015-06-21 | 14 | -189/+276 |
| | |||||
* | remove warning due to signedness of comparison | Matthias P. Braendli | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -152/+126 |
| | |||||
* | Start big refactoring | Matthias P. Braendli | 2015-06-19 | 16 | -2423/+2634 |
| | | | | | | 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 | 3 | -20/+88 |
| | |||||
* | Add a statistics page to gui | Matthias P. Braendli | 2015-06-19 | 4 | -1/+71 |
| | |||||
* | Remove confusing CRC in ensemble graph | Matthias P. Braendli | 2015-06-14 | 1 | -4/+4 |
| | |||||
* | Slightly nicer error print on init failure | Matthias P. Braendli | 2015-06-14 | 1 | -11/+5 |
| | |||||
* | Re-enable real-time priority for the multiplexer thread | Matthias P. Braendli | 2015-06-05 | 1 | -9/+7 |
| | |||||
* | Simplify DAB label handling | Matthias P. Braendli | 2015-05-25 | 3 | -17/+30 |
| | | | | | The DabLabel object only save the label in the unpadded form, and handle padding with spaces at the time of usage. | ||||
* | Labels: use spaces instead of NULs for trailing padding | Stefan Pöschel | 2015-05-24 | 4 | -31/+32 |
| | | | | | | The NULs ATM used for trailing label padding are not defined in the EBU Latin based charset we use. As all 16 label bytes must be used, use spaces instead, like real-world broadcasters do. | ||||
* | ManagementServer: missing else in command parser | Matthias P. Braendli | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | zmqinput-keygen: do not write files if generation failed | Matthias P. Braendli | 2015-05-22 | 1 | -0/+1 |
| | |||||
* | Add libfec check to configure.ac | Matthias P. Braendli | 2015-05-03 | 1 | -0/+6 |
| | |||||
* | Remove zeromq download instructions from INSTALL.md | Matthias P. Braendli | 2015-05-03 | 1 | -12/+3 |
| | |||||
* | Enable and take care of some warnings | Matthias P. Braendli | 2015-04-23 | 11 | -27/+31 |
| | |||||
* | Prepare release v0.7.3v0.7.3 | Matthias P. Braendli | 2015-04-10 | 2 | -1/+10 |
| | |||||
* | Fix -e option | Matthias P. Braendli | 2015-03-21 | 1 | -3/+4 |
| | |||||
* | Add tabbed interface to gui | Matthias P. Braendli | 2015-03-15 | 7 | -30/+162 |
| | |||||
* | GUI: create a second page with a service table | Matthias P. Braendli | 2015-03-14 | 4 | -71/+165 |
| | |||||
* | Add web gui work in progress | Matthias P. Braendli | 2015-03-07 | 4 | -0/+3915 |
| | |||||
* | Merge Stats and Config server, config is also JSON | Matthias P. Braendli | 2015-03-07 | 11 | -378/+121 |
| | |||||
* | Publish ptree on port 8001 | Matthias P. Braendli | 2015-03-06 | 6 | -19/+341 |
| | |||||
* | Remove char* from dabSubchannel | Matthias P. Braendli | 2015-03-02 | 6 | -120/+133 |
| | |||||
* | Set more sensible default compile options | Matthias P. Braendli | 2015-03-02 | 3 | -31/+41 |
| | |||||
* | Fix incorrect inputoperations for DAB file input | Matthias P. Braendli | 2015-02-21 | 1 | -4/+5 |
| | |||||
* | EDI: write transport header in PFT | Matthias P. Braendli | 2015-01-26 | 5 | -18/+51 |
| | |||||
* | Replace signal() by sigaction() | Matthias P. Braendli | 2015-01-23 | 1 | -13/+13 |
| | |||||
* | Remove confusing and useless error message | Matthias P. Braendli | 2015-01-23 | 1 | -2/+0 |
| | |||||
* | Fix lto indication in startup screen | Matthias P. Braendli | 2015-01-23 | 1 | -1/+10 |
| | |||||
* | Use CLOCK_MONOTONIC instead of gettimeofday | Matthias P. Braendli | 2015-01-23 | 2 | -12/+12 |
| | | | | | gettimeofday is not a suitable clock for measuring intervals, because it can jump. | ||||
* | Quick hack to fix autoconf on some systems | Matthias P. Braendli | 2015-01-23 | 1 | -1/+1 |
| | |||||
* | Security: Telnet only accessible from localhost | Matthias P. Braendli | 2015-01-23 | 2 | -4/+4 |
| | |||||
* | Change FIG0 repetition rate | Matthias P. Braendli | 2015-01-16 | 1 | -1/+10 |
| | |||||
* | Define User Application Type in configuration file | Matthias P. Braendli | 2015-01-12 | 5 | -35/+94 |
| | |||||
* | Remove union, set defaults for DabComponent fields | Matthias P. Braendli | 2015-01-12 | 1 | -6/+15 |
| | |||||
* | Add datagroup option to config file | Matthias P. Braendli | 2014-12-25 | 2 | -2/+16 |
| | |||||
* | Fix shortlabel parsing when it's numeric | Matthias P. Braendli | 2014-12-19 | 1 | -16/+21 |
| | | | | | Short labels that were numeric were directly interpreted as a flag, which was undocumented, inconsistent and not very useful. | ||||
* | Always set protection in example.mux | Matthias P. Braendli | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | Fix -h flag | Matthias P. Braendli | 2014-11-23 | 1 | -1/+6 |
| | |||||
* | typo | Matthias P. Braendli | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | Make -e optional | Matthias P. Braendli | 2014-11-17 | 2 | -2/+15 |
| | |||||
* | Add double quotes to all labels in example.mux | Matthias P. Braendli | 2014-11-14 | 1 | -4/+4 |
| | |||||
* | Remove compile warnings | Matthias P. Braendli | 2014-11-14 | 1 | -3/+3 |
| | |||||
* | Refactor StatsServer to be a bit more generic | Matthias P. Braendli | 2014-10-24 | 4 | -57/+71 |
| |