summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update gitignoreMatthias P. Braendli2016-01-311-0/+4
|
* Travis CI: Add libcurl4-openssl-devMatthias P. Braendli2016-01-301-0/+1
|
* Fix TIST definitionMatthias P. Braendli2016-01-291-3/+3
| | | | | | | Before, the TIST was wrongly incremented by 12ms instead of 24ms. Was wrong since commit c509b9af6e043220a5949a86e3d7121728b23429 no release was impacted.
* Only set CLOCK_TAI if both TIST and EDI are enabledMatthias P. Braendli2016-01-291-12/+9
|
* Set edi TIST, still in an incorrect wayMatthias P. Braendli2016-01-104-21/+34
|
* Add TAI handling for EDI with TISTMatthias P. Braendli2016-01-107-17/+410
|
* Improve ManagementServer request loggingMatthias P. Braendli2016-01-101-2/+4
|
* Replace some boost shared_ptr by std onesMatthias P. Braendli2015-12-2113-43/+47
|
* Add missing stdexcept includeMatthias P. Braendli2015-12-211-0/+1
|
* Fix EDI SAD for muxes with many subchannelsMatthias P. Braendli2015-12-211-4/+4
|
* Add range checks in ESTn EDI TagMatthias P. Braendli2015-12-211-0/+11
|
* Improve startup configuration printoutMatthias P. Braendli2015-12-211-9/+12
|
* Add component carousel to FIG0/3Matthias P. Braendli2015-12-212-16/+29
|
* Use etiLog in DabOutputRaw::WriteMatthias P. Braendli2015-12-181-1/+1
|
* Fix error handling in zmq readkeyMatthias P. Braendli2015-12-181-2/+3
|
* Fix error handling in dmb UDP inputMatthias P. Braendli2015-12-181-2/+13
|
* Fix potentially wrong write in file outputMatthias P. Braendli2015-12-182-2/+4
|
* Travis: boostMatthias P. Braendli2015-12-181-1/+1
|
* Trusty: actually remove build scriptMatthias P. Braendli2015-12-181-1/+13
|
* Travis: boost, remove build scriptMatthias P. Braendli2015-12-182-16/+1
|
* Travis CI: simplify, try on trustyMatthias P. Braendli2015-12-181-34/+3
|
* Travis CI: boostMatthias P. Braendli2015-12-181-0/+1
|
* Travis CIMatthias P. Braendli2015-12-181-4/+1
|
* Travis CI, select right compilerMatthias P. Braendli2015-12-181-1/+17
|
* Travis CIMatthias P. Braendli2015-12-181-4/+24
|
* Travis: Add newer compilersMatthias P. Braendli2015-12-181-1/+1
|
* Travis: create build scriptMatthias P. Braendli2015-12-182-4/+16
|
* Travis CI updateMatthias P. Braendli2015-12-181-1/+1
|
* Travis CIMatthias P. Braendli2015-12-181-6/+1
|
* PFT: initialise m_num_chunksMatthias P. Braendli2015-12-181-0/+2
|
* Add missing initialisationMatthias P. Braendli2015-12-182-1/+7
|
* Add Travis CI configMatthias P. Braendli2015-12-181-0/+25
|
* EDI: Simplify subchannel handlingMatthias P. Braendli2015-12-183-14/+10
|
* Fix udp:// syntax for data subchannelsMatthias P. Braendli2015-12-181-2/+9
|
* Set initial timestampMatthias P. Braendli2015-12-181-0/+3
|
* Merge remote-tracking branch 'yoann/next' into nextMatthias P. Braendli2015-12-133-28/+52
|\ | | | | | | Fixes munin script and adds gui improvements
| * Replace - to _ in sub name to be compatible with munin script.Yoann QUERET2015-10-061-3/+3
| |
| * Replace - to _ in sub name to be compatible with munin script.Yoann QUERET2015-10-061-1/+1
| |
| * indentationYoann QUERET2015-10-021-12/+12
| |
| * Use space indentation insted tabYoann QUERET2015-10-022-27/+27
| |
| * Make config.json output fully JSON compatibleYoann QUERET2015-10-022-6/+4
| |
| * Remove unused moduleYoann QUERET2015-10-021-1/+0
| |
| * Make uniform " and 'Yoann QUERET2015-10-021-3/+6
| |
| * Add timeout on ZMQ socket connectionYoann QUERET2015-10-021-14/+25
| |
| * Add ability to set socket host/port and mux host/port in argvYoann QUERET2015-10-021-2/+15
| |
* | Corrected 'enhancedpacked' to 'enhancedpacket'Nick Piggott2015-12-121-1/+1
| | | | | | | | Config parser was looking for 'enhancedpacked' not 'enhancedpacket'
* | Clarify TIST settingMatthias P. Braendli2015-12-041-3/+15
| |
* | Prepare release v0.8.1v0.8.1Matthias P. Braendli2015-11-272-1/+7
| |
* | Enable EDI by defaultMatthias P. Braendli2015-11-271-1/+2
| |
* | Respect Rule of Three for UdpSocketMatthias P. Braendli2015-11-271-0/+2
| |