aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Apply b1fc144 from commonMatthias P. Braendli2019-09-026-21/+73
|
* Fix usage of abs() in Edi inputMatthias P. Braendli2019-08-271-2/+3
|
* EDI input: add new buffer managementMatthias P. Braendli2019-08-2711-62/+215
|
* Add missing includeMatthias P. Braendli2019-08-271-0/+1
|
* Make InputBase::close() return voidMatthias P. Braendli2019-08-2711-16/+11
|
* Make InputBase::setBitrate fail with invalid_argument instead of return valueMatthias P. Braendli2019-08-277-12/+25
|
* Make InputBase::open() return voidMatthias P. Braendli2019-08-2712-29/+18
|
* Set PTHREAD_CFLAGS for LDADD tooMatthias P. Braendli2019-08-271-3/+3
|
* Make EDI includes consistentMatthias P. Braendli2019-08-214-5/+6
|
* Fix pthread flag in Makefile.amMatthias P. Braendli2019-08-211-8/+8
|
* Add missing climits includeMatthias P. Braendli2019-08-211-0/+1
|
* Add virtual dtor for metadata base classMatthias P. Braendli2019-08-211-0/+2
|
* Rename Config.h to EDIConfig.hMatthias P. Braendli2019-08-214-4/+4
|
* Simplify nonblocking File inputMatthias P. Braendli2019-08-211-17/+20
|
* Merge 'MichelDeVittori/master' with nonblock file fix into nextMatthias P. Braendli2019-08-211-13/+9
|\
| * Update File.cppMichel De Vittori2019-07-221-13/+9
| |
| * Update File.cppMichel De Vittori2019-07-191-1/+1
| |
* | Merge branch 'ediInput' into nextMatthias P. Braendli2019-08-2159-1706/+4118
|\ \
| * | Use EDI output from odr-mmbtools-commonMatthias P. Braendli2019-08-1920-173/+463
| | |
| * | Remove BOOST_ASIO from configure.acMatthias P. Braendli2019-08-191-1/+0
| | |
| * | Pull in files from odr-mmbtools-commonMatthias P. Braendli2019-08-1311-150/+222
| | | | | | | | | | | | Telnet RC is now single-user only.
| * | First prototype taking EDI TIST into account for contributionMatthias P. Braendli2019-07-296-11/+72
| | |
| * | Merge branch 'next' into ediInputMatthias P. Braendli2019-07-024-5/+9
| |\ \
| * | | Add more EDI input improvementsMatthias P. Braendli2019-06-2514-13/+2117
| | | |
| * | | Merge EDI input workMatthias P. Braendli2019-06-114-2/+44
| |\ \ \
| * | | | Work on STI-D/EDI inputMatthias P. Braendli2019-06-0715-109/+272
| | | | |
| * | | | Unify Socket abstractionsMatthias P. Braendli2019-05-2818-1314/+1037
| | | | |
* | | | | Increase ODR-ZMQ2EDI restart delay 5sMatthias P. Braendli2019-08-191-1/+1
| | | | |
* | | | | Add a bit of background explanation about FIG0/19 NewFlagMatthias P. Braendli2019-07-111-0/+13
| | | | |
* | | | | Update Travis buildMatthias P. Braendli2019-07-091-11/+11
| | | | |
* | | | | Implement zmq2edi and zmq2farsync ZMQ socket reset after 10s timeoutMatthias P. Braendli2019-07-092-113/+137
| |_|/ / |/| | |
* | | | Fix components not appearing in RCMatthias P. Braendli2019-06-261-3/+3
| |_|/ |/| |
* | | Prepare v2.4.1v2.4.1Matthias P. Braendli2019-06-252-1/+5
| | |
* | | Fix odr-zmq2edi multi-outputMatthias P. Braendli2019-06-251-1/+1
| |/ |/|
* | Prepare v2.4.0v2.4.0Matthias P. Braendli2019-06-073-1/+43
| |
* | EDI configuration: default to protocol udpMatthias P. Braendli2019-06-071-1/+1
|/
* EDI: Implement TCP outputMatthias P. Braendli2019-05-068-12/+70
|
* EDI: put more code in common between DabMux and ZMQ2EDIMatthias P. Braendli2019-05-0614-343/+395
|
* Stop using variable length array in InterleaverMatthias P. Braendli2019-05-062-16/+9
|
* Move TCPDataDispatcher into TcpSocketMatthias P. Braendli2019-05-064-138/+180
|
* Remove trailing spaces and be explicit about clone command lineMatthias P. Braendli2019-04-111-9/+13
|
* better installaton procedure for Ubuntuandimik2019-04-101-14/+30
| | | Remark: INSTALL.md is not HTML ...
* Port some RC changes from ODR-DabModMatthias P. Braendli2019-03-122-79/+110
|
* Remove boost thread from install dependenciesMatthias P. Braendli2019-02-263-165/+1
|
* zmq2edi: Fix MNSC endianness swapMatthias P. Braendli2019-02-251-2/+2
|
* Fix startptr error checking of hexparse()Matthias P. Braendli2019-02-191-5/+11
|
* Update a few copyright headersMatthias P. Braendli2019-02-186-14/+14
|
* Apply UTCO in odr-zmq2edi wait time calculationMatthias P. Braendli2019-02-181-8/+1
|
* Rework timestampingMatthias P. Braendli2019-02-1810-103/+79
| | | | | | | * Ensure MNSC and EDI carry the same timestamp * Rename `edi_tistoffset` to `tist_offset` * Remove conditional compilation of EDI output * Reset PPS so as to align ETI frames across mux restarts
* Add FIG2 options for character field and text controlMatthias P. Braendli2019-02-166-64/+155
|