Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EDI: correct value of ATST seconds field | Matthias P. Braendli | 2019-01-28 | 3 | -22/+22 |
| | |||||
* | Use reentrant gmtime and localtime functions, and other tweaks | Matthias P. Braendli | 2019-01-28 | 5 | -53/+38 |
| | |||||
* | Add EDI timestamp offset configuration | Matthias P. Braendli | 2019-01-10 | 2 | -4/+13 |
| | |||||
* | Update copyright headers | Matthias P. Braendli | 2019-01-07 | 7 | -13/+19 |
| | |||||
* | ClockTAI: refactor downloading slightly | Matthias P. Braendli | 2019-01-07 | 1 | -63/+74 |
| | |||||
* | ClockTAI: cache only to /var/tmp | Matthias P. Braendli | 2019-01-07 | 1 | -22/+8 |
| | |||||
* | Rework TAIClock, make some functions free from side-effects | Matthias P. Braendli | 2019-01-07 | 2 | -217/+189 |
| | |||||
* | Allow user to specify TAI bulletin URLs | Matthias P. Braendli | 2018-12-18 | 3 | -15/+65 |
| | |||||
* | Fix TAI bulletin parsing on systems where long is 32 bits | Matthias P. Braendli | 2018-11-11 | 1 | -4/+4 |
| | |||||
* | Some fixes for issues seen with cppcheck | Matthias P. Braendli | 2018-10-29 | 5 | -22/+7 |
| | |||||
* | Rework inputstat to use absolute timestamps internally | Matthias P. Braendli | 2018-10-29 | 2 | -80/+93 |
| | |||||
* | Store leap-second cache in /var/tmp | Matthias P. Braendli | 2018-10-11 | 1 | -4/+20 |
| | |||||
* | Refactor urls in ClockTAI | Matthias P. Braendli | 2018-10-11 | 1 | -7/+6 |
| | |||||
* | Add support for sending empty linkage sets to clear receiver databases | Matthias P. Braendli | 2018-08-16 | 3 | -60/+83 |
| | |||||
* | FIG0/6: use service ECC if defined | Matthias P. Braendli | 2018-08-16 | 1 | -2/+3 |
| | |||||
* | zmq2edi: Add option to drop late packets | Matthias P. Braendli | 2018-08-06 | 3 | -8/+22 |
| | |||||
* | Add support for services with different ECC in FIG0/9 | Matthias P. Braendli | 2018-07-31 | 4 | -8/+127 |
| | |||||
* | Calculate total number of CUs and print in summary | Matthias P. Braendli | 2018-07-25 | 1 | -0/+5 |
| | |||||
* | Use absolute expiry time in TransitionHandler | Matthias P. Braendli | 2018-07-24 | 2 | -20/+20 |
| | | | | | This is because we cannot guarantee that the update function is called in regular intervals. | ||||
* | Check if a FIG has changed its rate before sorting the FIGs | Matthias P. Braendli | 2018-07-24 | 2 | -5/+40 |
| | |||||
* | Minor FIGCarousel cleanup | Matthias P. Braendli | 2018-07-24 | 1 | -12/+14 |
| | |||||
* | Change FIG interface function signatures | Matthias P. Braendli | 2018-07-24 | 18 | -63/+63 |
| | |||||
* | Add some debugging to FIG0/19 | Matthias P. Braendli | 2018-07-24 | 1 | -0/+10 |
| | |||||
* | zmq2edi: Display number of late frames in stats | Matthias P. Braendli | 2018-07-24 | 1 | -7/+8 |
| | |||||
* | Protect announcement switching variables with mutex | Matthias P. Braendli | 2018-07-24 | 2 | -15/+25 |
| | |||||
* | Avoid negative time intervals in odr-zmq2edi | Matthias P. Braendli | 2018-06-18 | 1 | -3/+2 |
| | |||||
* | Remove _WIN32 code from Simul output | Matthias P. Braendli | 2018-05-20 | 1 | -41/+6 |
| | |||||
* | Fix strncpy warning in output RAW | Matthias P. Braendli | 2018-05-14 | 1 | -2/+7 |
| | |||||
* | Take Log improvements from ODR-DabMod | Matthias P. Braendli | 2018-04-22 | 4 | -65/+87 |
| | |||||
* | Fix RC includes | Matthias P. Braendli | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | Update RemoteControl, taking changes from ODR-DabMod | Matthias P. Braendli | 2018-04-20 | 5 | -56/+70 |
| | |||||
* | Update ThreadsafeQueue | Matthias P. Braendli | 2018-04-20 | 1 | -7/+30 |
| | |||||
* | Fix segmentation fault | Matthias P. Braendli | 2018-03-27 | 1 | -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. | ||||
* | Avoid doing useless copies in RAW output | Matthias P. Braendli | 2018-03-09 | 1 | -16/+15 |
| | |||||
* | Fix spelling of writting, remove old dabOutput.cpp | Matthias P. Braendli | 2018-03-09 | 4 | -119/+10 |
| | |||||
* | Introduce slow peak statistic, averaging over 5 minutes | Matthias P. Braendli | 2018-03-07 | 2 | -42/+76 |
| | |||||
* | Add version string to management server | Matthias P. Braendli | 2018-03-07 | 1 | -2/+12 |
| | |||||
* | Try to fix Travis OSX build | Matthias P. Braendli | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Update ThreadSafequeue | Matthias P. Braendli | 2018-03-06 | 1 | -17/+28 |
| | |||||
* | Check for ZMQ message size before dereferencing frame | Matthias P. Braendli | 2018-03-01 | 1 | -3/+5 |
| | |||||
* | Add active linkage set flag to configuration | Matthias P. Braendli | 2018-03-01 | 3 | -3/+6 |
| | |||||
* | Remove support for other_ensembles in services | Matthias P. Braendli | 2018-03-01 | 1 | -35/+6 |
| | |||||
* | Rework frequency information representation | Matthias P. Braendli | 2018-03-01 | 6 | -391/+398 |
| | |||||
* | Move FIG0/21 header insertion out of fle loop | Matthias P. Braendli | 2018-03-01 | 1 | -11/+17 |
| | |||||
* | Check FI size at startup because we don't auto-split the lists | Matthias P. Braendli | 2018-03-01 | 1 | -0/+36 |
| | |||||
* | Check that FIGs don't write too many bytes | Matthias P. Braendli | 2018-03-01 | 2 | -1/+13 |
| | |||||
* | Fix length of FI freq list check | Matthias P. Braendli | 2018-03-01 | 2 | -9/+19 |
| | |||||
* | zmq2edi: use int for getopt return value | Matthias P. Braendli | 2018-02-26 | 1 | -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_t | Matthias P. Braendli | 2018-02-24 | 2 | -11/+9 |
| | |||||
* | Add another error in case of empty range_modulation | Matthias P. Braendli | 2018-02-22 | 1 | -0/+3 |
| |