Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear the bulletin stringbuffer in an backwards-compatible way | Matthias P. Braendli | 2017-01-20 | 1 | -2/+2 |
| | |||||
* | Fix important EDI Timestamp issues | Matthias P. Braendli | 2017-01-18 | 3 | -74/+272 |
| | | | | | | | | | | First, use more servers, not only those from USNO that currenty show problems. Add a server from IETF and the github repository from the tz project that mirrors that file. Second, fix issues about parsing the bulletin and error handling. Third, run the bulletin update asynchronously once the mux runs, to avoid blocking it. | ||||
* | Rename set_utco to set_tai_utc_offset | Matthias P. Braendli | 2017-01-18 | 2 | -2/+2 |
| | |||||
* | Specify in doc that we do not support EDI Resend | Matthias P. Braendli | 2017-01-18 | 1 | -1/+2 |
| | |||||
* | Make UdpPacket copyable, add API to get buffer | Matthias P. Braendli | 2017-01-13 | 2 | -9/+8 |
| | |||||
* | Move fragments into interleaver instead of copying them | Matthias P. Braendli | 2016-12-24 | 3 | -28/+26 |
| | |||||
* | Directly create the outputs in shared_ptrs | Matthias P. Braendli | 2016-12-24 | 1 | -14/+13 |
| | |||||
* | Add EDI fragment interleaver | Matthias P. Braendli | 2016-12-23 | 9 | -16/+226 |
| | |||||
* | Modernise Simul and ZMQ class declarations | Matthias P. Braendli | 2016-12-23 | 1 | -29/+5 |
| | |||||
* | Create namespace for EDI | Matthias P. Braendli | 2016-12-23 | 10 | -19/+46 |
| | |||||
* | Remove useless creation of AFPacketiser and update some comments | Matthias P. Braendli | 2016-12-23 | 8 | -39/+34 |
| | |||||
* | Merge branch 'servicelinking' into next | Matthias P. Braendli | 2016-11-28 | 15 | -7/+750 |
|\ | |||||
| * | Remove service linking active from RC | Matthias P. Braendli | 2016-11-28 | 10 | -214/+69 |
| | | | | | | | | | | This can be added later if the need arises, and when proper testing validates the implementation. | ||||
| * | Merge branch 'next' into servicelinking | Matthias P. Braendli | 2016-11-12 | 62 | -4411/+1131 |
| |\ | |/ |/| | |||||
* | | Update TODO about inputs | Matthias P. Braendli | 2016-11-07 | 1 | -12/+7 |
| | | |||||
* | | Remove parser for old inputs | Matthias P. Braendli | 2016-11-07 | 1 | -310/+0 |
| | | |||||
* | | Remove old src/dabInput files | Matthias P. Braendli | 2016-11-07 | 26 | -2845/+0 |
| | | |||||
* | | Remove Dmb.{h,cpp} from compilation | Matthias P. Braendli | 2016-11-07 | 1 | -1/+0 |
| | | |||||
* | | Merge rework of inputs into 'next' | Matthias P. Braendli | 2016-11-07 | 25 | -306/+1157 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | This breaks the non-blocking fifo inputs, as it seems nobody is using them. It restores some UDP functionality, not necessarily in the same way as before. | ||||
| * | | Adapt Travis CI config to reduced configure options | Matthias P. Braendli | 2016-11-05 | 1 | -2/+1 |
| | | | |||||
| * | | Remove #if HAVE_{INPUT,FORMAT} in utils | Matthias P. Braendli | 2016-11-05 | 1 | -20/+0 |
| | | | |||||
| * | | Describe inputs a bit better in advanced.mux | Matthias P. Braendli | 2016-11-05 | 2 | -2/+33 |
| | | | |||||
| * | | Fix default PRBS polynomial | Matthias P. Braendli | 2016-11-05 | 1 | -1/+1 |
| | | | |||||
| * | | Remove old input and format configure options | Matthias P. Braendli | 2016-11-05 | 1 | -87/+4 |
| | | | |||||
| * | | Merge branch 'next' into inputrework | Matthias P. Braendli | 2016-11-05 | 3 | -8/+21 |
| |\ \ | |||||
| * | | | Add Packet File input | Matthias P. Braendli | 2016-11-05 | 3 | -35/+280 |
| | | | | |||||
| * | | | Treat DMB input as data, update TODO accordingly | Matthias P. Braendli | 2016-11-04 | 2 | -5/+24 |
| | | | | |||||
| * | | | Use RawFile for DAB+ and for data | Matthias P. Braendli | 2016-11-04 | 3 | -9/+6 |
| | | | | |||||
| * | | | Change readFrame argument types | Matthias P. Braendli | 2016-11-04 | 10 | -25/+21 |
| | | | | |||||
| * | | | Change check priorities of checkDabMpegFrame | Matthias P. Braendli | 2016-11-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | The function should anyway return something else than an enumeration... | ||||
| * | | | Do not throw a copy of the exception | Matthias P. Braendli | 2016-11-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add new UDP input | Matthias P. Braendli | 2016-11-04 | 6 | -13/+232 |
| | | | | |||||
| * | | | Fix PRBS url parsing | Matthias P. Braendli | 2016-10-30 | 1 | -3/+9 |
| | | | | |||||
| * | | | Add rudimentary file input | Matthias P. Braendli | 2016-10-30 | 11 | -51/+393 |
| | | | | | | | | | | | | | | | | No nonblock support yet | ||||
| * | | | Start reworking inputs, break all but Prbs and ZMQ | Matthias P. Braendli | 2016-10-30 | 10 | -125/+225 |
| | | | | |||||
* | | | | Print dabOutputTCP connection drop | Matthias P. Braendli | 2016-11-07 | 1 | -0/+4 |
| | | | | |||||
* | | | | Only initialise the socket in TcpSocket when necessary | Matthias P. Braendli | 2016-11-07 | 1 | -17/+16 |
| | | | | |||||
* | | | | Add const for the TCPConnection in remove_if lambda | Matthias P. Braendli | 2016-11-07 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Do not use boost::optional for TcpSocket | Matthias P. Braendli | 2016-11-05 | 3 | -8/+21 |
| | | | | | | | | | | | | | | | | | | | | | Older boost versions require T to be copy-constructable in optional<T>. This is not the case for TcpSocket, which is only move-constructable. Fixes compilation on debian jessie | ||||
* | | | Do not throw a copy of the exception | Matthias P. Braendli | 2016-11-05 | 1 | -1/+1 |
|/ / | |||||
* | | Make deleted TcpSocket constructors public | Matthias P. Braendli | 2016-10-30 | 1 | -2/+2 |
| | | |||||
* | | Add new Travis matrix entry | Matthias P. Braendli | 2016-10-30 | 1 | -0/+1 |
| | | |||||
* | | Replace emerg log level by alert | Matthias P. Braendli | 2016-10-30 | 2 | -4/+4 |
| | | | | | | | | | | | | emergency is reserved for states where the system becomes unusable, and some configurations send emergency logs to all consoles. That's a bit too drastic for our errors | ||||
* | | Make compilation possible with all formats disabled | Matthias P. Braendli | 2016-10-30 | 2 | -1/+10 |
| | | |||||
* | | Remove condition about test input in config parser | Matthias P. Braendli | 2016-10-30 | 1 | -14/+13 |
| | | |||||
* | | Define Travis build matrix | Matthias P. Braendli | 2016-10-30 | 1 | -9/+6 |
| | | |||||
* | | Avoid manual pointer management of the TCPDataDispatcher | Matthias P. Braendli | 2016-10-30 | 2 | -15/+2 |
| | | |||||
* | | Remove dabInputTest | Matthias P. Braendli | 2016-10-30 | 7 | -177/+4 |
| | | |||||
* | | Catch runtime_error in TCPDataDispatcher thread | Matthias P. Braendli | 2016-10-30 | 1 | -7/+13 |
| | | |||||
* | | Remove bridge format and input | Matthias P. Braendli | 2016-10-30 | 9 | -829/+1 |
| | |