summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Minor FIGCarousel cleanupMatthias P. Braendli2018-07-241-12/+14
|
* Change FIG interface function signaturesMatthias P. Braendli2018-07-2418-63/+63
|
* Add some debugging to FIG0/19Matthias P. Braendli2018-07-241-0/+10
|
* zmq2edi: Display number of late frames in statsMatthias P. Braendli2018-07-241-7/+8
|
* Print zmq_remote received messages nicelyMatthias P. Braendli2018-07-241-1/+1
|
* Protect announcement switching variables with mutexMatthias P. Braendli2018-07-242-15/+25
|
* Avoid negative time intervals in odr-zmq2ediMatthias P. Braendli2018-06-181-3/+2
|
* Remove munin version check from stats_dabmux_munin.pyMatthias P. Braendli2018-05-301-4/+0
| | | | Its more practical when running it directly
* Prepare v2.1.2v2.1.2Matthias P. Braendli2018-05-292-1/+6
|
* Remove _WIN32 code from Simul outputMatthias P. Braendli2018-05-201-41/+6
|
* Fix strncpy warning in output RAWMatthias P. Braendli2018-05-141-2/+7
|
* Take Log improvements from ODR-DabModMatthias P. Braendli2018-04-224-65/+87
|
* Fix RC includesMatthias P. Braendli2018-04-201-1/+1
|
* Update RemoteControl, taking changes from ODR-DabModMatthias P. Braendli2018-04-205-56/+70
|
* Update ThreadsafeQueueMatthias P. Braendli2018-04-201-7/+30
|
* Prepare v2.1.1v2.1.1Matthias P. Braendli2018-03-272-1/+6
|
* Fix segmentation faultMatthias P. Braendli2018-03-271-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.
* Prepare v2.1.0v2.1.0Matthias P. Braendli2018-03-212-1/+7
|
* Avoid doing useless copies in RAW outputMatthias P. Braendli2018-03-091-16/+15
|
* Fix spelling of writting, remove old dabOutput.cppMatthias P. Braendli2018-03-094-119/+10
|
* Introduce slow peak statistic, averaging over 5 minutesMatthias P. Braendli2018-03-074-49/+104
|
* Add version string to management serverMatthias P. Braendli2018-03-072-5/+17
|
* Try to fix Travis OSX buildMatthias P. Braendli2018-03-071-1/+1
|
* Update ThreadSafequeueMatthias P. Braendli2018-03-061-17/+28
|
* Prepare v2.0.0v2.0.0Matthias P. Braendli2018-03-012-1/+11
|
* Update travis brew instructionsMatthias P. Braendli2018-03-011-2/+8
|
* Check for ZMQ message size before dereferencing frameMatthias P. Braendli2018-03-011-3/+5
|
* Add our EId in the other-service exampleMatthias P. Braendli2018-03-011-2/+3
|
* Add active linkage set flag to configurationMatthias P. Braendli2018-03-014-3/+9
|
* Remove support for other_ensembles in servicesMatthias P. Braendli2018-03-011-35/+6
|
* Rework frequency information representationMatthias P. Braendli2018-03-017-461/+477
|
* Move FIG0/21 header insertion out of fle loopMatthias P. Braendli2018-03-011-11/+17
|
* Check FI size at startup because we don't auto-split the listsMatthias P. Braendli2018-03-011-0/+36
|
* Check that FIGs don't write too many bytesMatthias P. Braendli2018-03-012-1/+13
|
* Fix length of FI freq list checkMatthias P. Braendli2018-03-013-9/+21
|
* Rename stats_dabmux_multi to stats_dabmux_muninMatthias P. Braendli2018-02-262-2/+2
|
* zmq2edi: use int for getopt return valueMatthias P. Braendli2018-02-261-1/+1
| | | | | | | Because somebody reported > src/zmq2edi/zmq2edi.cpp:231:19: warning: case label value is less than > minimum value for type for the case -1:
* Use enum class for input_state_tMatthias P. Braendli2018-02-242-11/+9
|
* Add another error in case of empty range_modulationMatthias P. Braendli2018-02-221-0/+3
|
* Replace boost::thread by std::thread in TCP OutputMatthias P. Braendli2018-02-221-7/+13
|
* Let FIGs fail more gently in case of errorsMatthias P. Braendli2018-02-217-27/+39
|
* Check Linkage set key service on startupMatthias P. Braendli2018-02-213-13/+41
|
* Disable FIG0/24 debugging outputMatthias P. Braendli2018-02-211-1/+1
|
* Print FIG0/24 settings at startupMatthias P. Braendli2018-02-211-0/+22
|
* Rework other_ensemble to support OE=1 in FIG0/24Matthias P. Braendli2018-02-205-74/+182
|
* Use shared_ptr instead of component and subchannel pointersMatthias P. Braendli2018-02-2016-187/+131
|
* ManagementServer: Use zmq poller instead of nonblock and usleepMatthias P. Braendli2018-02-192-34/+48
|
* Replace boost thread in ManagementServerMatthias P. Braendli2018-02-192-26/+24
|
* ManagementServer: make audio_levels statistic more responsiveMatthias P. Braendli2018-02-192-115/+125
|
* Add OE=1 support for FrequencyInformationMatthias P. Braendli2018-02-177-11/+58
|