aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Change check priorities of checkDabMpegFrameMatthias P. Braendli2016-11-041-3/+3
| | | | | | | | | | | | | | | | The function should anyway return something else than an enumeration...
| * | | Do not throw a copy of the exceptionMatthias P. Braendli2016-11-041-1/+1
| | | |
| * | | Add new UDP inputMatthias P. Braendli2016-11-046-13/+232
| | | |
| * | | Fix PRBS url parsingMatthias P. Braendli2016-10-301-3/+9
| | | |
| * | | Add rudimentary file inputMatthias P. Braendli2016-10-3011-51/+393
| | | | | | | | | | | | | | | | No nonblock support yet
| * | | Start reworking inputs, break all but Prbs and ZMQMatthias P. Braendli2016-10-3010-125/+225
| | | |
* | | | Print dabOutputTCP connection dropMatthias P. Braendli2016-11-071-0/+4
| | | |
* | | | Only initialise the socket in TcpSocket when necessaryMatthias P. Braendli2016-11-071-17/+16
| | | |
* | | | Add const for the TCPConnection in remove_if lambdaMatthias P. Braendli2016-11-071-1/+1
| |/ / |/| |
* | | Do not use boost::optional for TcpSocketMatthias P. Braendli2016-11-053-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 exceptionMatthias P. Braendli2016-11-051-1/+1
|/ /
* | Make deleted TcpSocket constructors publicMatthias P. Braendli2016-10-301-2/+2
| |
* | Add new Travis matrix entryMatthias P. Braendli2016-10-301-0/+1
| |
* | Replace emerg log level by alertMatthias P. Braendli2016-10-302-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 disabledMatthias P. Braendli2016-10-302-1/+10
| |
* | Remove condition about test input in config parserMatthias P. Braendli2016-10-301-14/+13
| |
* | Define Travis build matrixMatthias P. Braendli2016-10-301-9/+6
| |
* | Avoid manual pointer management of the TCPDataDispatcherMatthias P. Braendli2016-10-302-15/+2
| |
* | Remove dabInputTestMatthias P. Braendli2016-10-307-177/+4
| |
* | Catch runtime_error in TCPDataDispatcher threadMatthias P. Braendli2016-10-301-7/+13
| |
* | Remove bridge format and inputMatthias P. Braendli2016-10-309-829/+1
| |
* | Remove zmqinput-keygen warningMatthias P. Braendli2016-10-301-0/+1
| |
* | Make DabInputBase::open take a referenceMatthias P. Braendli2016-10-305-6/+6
| |
* | Move hexparse to utils and add default PRBS polyMatthias P. Braendli2016-10-305-37/+53
| |
* | Use modern data types in prbsMatthias P. Braendli2016-10-302-43/+42
| |
| * Merge branch 'next' into servicelinkingMatthias P. Braendli2016-10-2931-1383/+347
| |\ | |/ |/|
* | Modernise PRBS generator and remove code for cmd line parserMatthias P. Braendli2016-10-2913-1209/+173
| |
* | Modernize a few bits and piecesMatthias P. Braendli2016-10-296-13/+13
| |
* | Modernize ReedSolomon, use vector instead of raw bufferMatthias P. Braendli2016-10-292-32/+43
| |
* | Replace NULL by nullptrMatthias P. Braendli2016-10-2819-66/+66
| |
* | Force -std=c++11 in CXXFLAGSMatthias P. Braendli2016-10-281-2/+2
| |
* | Fix zmq epgm:// input and mpeg enryptionMatthias P. Braendli2016-10-152-64/+53
| |
| * Add FIG0/6 CEIMatthias P. Braendli2016-10-105-7/+95
| |
| * Merge next into servicelinkingMatthias P. Braendli2016-10-107-105/+164
| |\ | |/ |/|
* | Fix telnet RC shutdownMatthias P. Braendli2016-10-102-75/+121
| |
* | Replace select() by poll() for TcpSocket acceptMatthias P. Braendli2016-10-101-10/+5
| |
* | Fix TCP output display in startup summaryMatthias P. Braendli2016-10-101-0/+2
| |
* | Replace m_running by m_active in RCMatthias P. Braendli2016-10-102-15/+18
| |
* | Fix dabOutputTCP shutdown using accept() with timeoutMatthias P. Braendli2016-10-103-1/+37
| |
* | Simplify FIG allocation code in carouselMatthias P. Braendli2016-10-102-27/+6
| |
| * Merge next into servicelinkingMatthias P. Braendli2016-10-0710-37/+217
| |\ | |/ |/|
* | Print to log when a setting is changed through RCMatthias P. Braendli2016-10-072-5/+18
| |
* | Update gui READMEMatthias P. Braendli2016-10-071-3/+6
| |
* | Add ability to change RC settings from guiMatthias P. Braendli2016-10-077-30/+81
| |
* | Add RC readout in web guiMatthias P. Braendli2016-10-073-3/+116
| |
| * Minor comments and copyright changesMatthias P. Braendli2016-10-073-3/+6
| |
| * Merge 'next' into servicelinkingMatthias P. Braendli2016-10-0715-279/+539
| |\ | |/ |/|
* | Add ZeroMQ RCMatthias P. Braendli2016-10-076-63/+101
| |
* | Rework remotecontrolMatthias P. Braendli2016-10-077-243/+464
| |
* | Update jquery version for guiMatthias P. Braendli2016-10-075-7/+9
| |