summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Print to log when a setting is changed through RCMatthias P. Braendli2016-10-072-5/+18
* Add ZeroMQ RCMatthias P. Braendli2016-10-073-63/+15
* Rework remotecontrolMatthias P. Braendli2016-10-077-243/+464
* Avoid deadlock on receiving signalMatthias P. Braendli2016-10-031-9/+12
* Split FIG0 into several filesMatthias P. Braendli2016-10-0228-1686/+2467
* Move FIG0 structures to separate fileMatthias P. Braendli2016-10-025-320/+352
* Refactor handling of FIG state out of 0/19Matthias P. Braendli2016-10-022-82/+69
* TCP out: properly interrupt the threadMatthias P. Braendli2016-09-261-1/+1
* Add warning about primary component labelsMatthias P. Braendli2016-09-232-0/+9
* Remove FIG0/5 debuggingMatthias P. Braendli2016-09-231-8/+0
* Add FIG0/5 to transmit language now that it's not in 0/17 anymoreMatthias P. Braendli2016-09-234-5/+129
* Simplify FIG0/3 structuresMatthias P. Braendli2016-09-232-33/+22
* Update FIG0/17 to EN 300 401 V2.1.1Matthias P. Braendli2016-09-232-35/+25
* Update FIG0/9 to EN 300 401 V2.1.1Matthias P. Braendli2016-09-232-2/+4
* Rework File and Fifo output initialisationMatthias P. Braendli2016-09-163-99/+86
* Merge master of DavidLutton/ODR-DabMux into nextMatthias P. Braendli2016-09-162-2/+54
|\
| * Attempt to create FIFO before open, no checksDavid Lutton2016-09-111-4/+0
| * Creates FIFO but breaks stdoutDavid Lutton2016-09-112-2/+58
* | Improve TCP output error displayMatthias P. Braendli2016-09-161-1/+8
* | Update copyright in utils.cppMatthias P. Braendli2016-09-161-1/+1
* | Remove libfec build dependencyMatthias P. Braendli2016-09-162-62/+65
* | Add parts of ka9q libfec to src/fec/Matthias P. Braendli2016-09-1611-0/+1128
* | Add missing ThreadsafeQueue.hMatthias P. Braendli2016-09-112-0/+145
* | Do not compile bridgetest anymoreMatthias P. Braendli2016-09-111-5/+1
* | Drop SLIP, Refactor sockets, improve TCP outputMatthias P. Braendli2016-09-1122-1944/+615
* | Reduce FIG0/17 Repetition RateNick Piggott2016-09-091-1/+1
* | Reindent code and update docMatthias P. Braendli2016-09-091-13/+13
* | Update to add EPG Profile information to User Application BytesNick Piggott2016-09-091-5/+14
* | Add missing include arrayMatthias P. Braendli2016-09-081-1/+2
|/
* Add RC parameters for deferred start/stop of announcementsMatthias P. Braendli2016-09-013-6/+107
* Remove dabUtils.{h,cpp}, move to utilsMatthias P. Braendli2016-08-229-95/+26
* Switch FIG0/10 to long formMatthias P. Braendli2016-08-228-32/+59
* Fix parsing in TAI-UTC bulletinMatthias P. Braendli2016-07-301-11/+96
* Add TAI clock runtime failure if no cURL availableMatthias P. Braendli2016-07-301-0/+2
* Make ZeroMQ mandatory, ManagementServer needs it anywayMatthias P. Braendli2016-07-221-6/+0
* Add 1h retry if TAI offset download failedMatthias P. Braendli2016-07-221-0/+3
* Add comment about ASCTy for DAB+Matthias P. Braendli2016-07-111-1/+9
* Properly copy DabOutputFile, make get_info() constMatthias P. Braendli2016-07-043-10/+12