aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Avoid manual pointer management of the TCPDataDispatcherMatthias P. Braendli2016-10-302-15/+2
| |
| * Remove dabInputTestMatthias P. Braendli2016-10-306-167/+0
| |
| * Catch runtime_error in TCPDataDispatcher threadMatthias P. Braendli2016-10-301-7/+13
| |
| * Remove bridge format and inputMatthias P. Braendli2016-10-308-822/+0
| |
| * 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-304-35/+51
| |
| * Use modern data types in prbsMatthias P. Braendli2016-10-302-43/+42
| |
* | Merge branch 'next' into servicelinkingMatthias P. Braendli2016-10-2930-1377/+347
|\|
| * Modernise PRBS generator and remove code for cmd line parserMatthias P. Braendli2016-10-2912-1203/+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-072-5/+18
|\|
| * Print to log when a setting is changed through RCMatthias P. Braendli2016-10-072-5/+18
| |
* | Minor comments and copyright changesMatthias P. Braendli2016-10-073-3/+6
| |
* | Merge 'next' into servicelinkingMatthias P. Braendli2016-10-077-272/+444
|\|
| * Add ZeroMQ RCMatthias P. Braendli2016-10-073-63/+15
| |
| * Rework remotecontrolMatthias P. Braendli2016-10-077-243/+464
| |
* | Add missing else if in FIG0/6Matthias P. Braendli2016-10-031-1/+1
| |
* | Fix byte order in FIG0/6 structuresMatthias P. Braendli2016-10-032-10/+18
| |
* | Fix iterator usage in FIG0/6Matthias P. Braendli2016-10-031-4/+38
| |
* | Merge next into servicelinkingMatthias P. Braendli2016-10-031-9/+12
|\|
| * Avoid deadlock on receiving signalMatthias P. Braendli2016-10-031-9/+12
| |
* | Announce correct FIG Extension for FIG0/6Matthias P. Braendli2016-10-021-1/+1
| |
* | Correct number of bytes inserted for FIG0/6Matthias P. Braendli2016-10-021-4/+0
| |
* | Set IdLQ properly in FIG0/6Matthias P. Braendli2016-10-021-8/+16
| |
* | Instantiate and schedule FIG0/6 in the carouselMatthias P. Braendli2016-10-022-0/+3
| |
* | Regroup linkagesets into subsets of same typeMatthias P. Braendli2016-10-026-51/+121
| |
* | Merge branch 'next' into servicelinkingMatthias P. Braendli2016-10-0230-1923/+2758
|\| | | | | | | And move FIG0/6 to new files
| * Split FIG0 into several filesMatthias P. Braendli2016-10-0228-1686/+2467
| |
| * Move FIG0 structures to separate fileMatthias P. Braendli2016-10-025-320/+352
| | | | | | | | (cherry picked from commit 0360110bfb7320f3310737b6b75da5f8cd96edb9)
| * Refactor handling of FIG state out of 0/19Matthias P. Braendli2016-10-022-82/+69
| | | | | | | | We are going to need this for other FIGs too
* | Add some WIP for FIG0/6Matthias P. Braendli2016-10-023-9/+136
| |
* | Add some FIG0/6 structures and skeletonMatthias P. Braendli2016-09-303-0/+116
| |
* | Move FIG0 structures to separate fileMatthias P. Braendli2016-09-305-320/+352
| |
* | Print linking info on startupMatthias P. Braendli2016-09-304-19/+52
| |