summaryrefslogtreecommitdiffstats
path: root/src/ConfigParser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename dabSubchannel to DabSubchannelMatthias P. Braendli2016-04-151-5/+5
|
* Replace some boost shared_ptr by std onesMatthias P. Braendli2015-12-211-4/+5
|
* Corrected 'enhancedpacked' to 'enhancedpacket'Nick Piggott2015-12-121-1/+1
| | | | Config parser was looking for 'enhancedpacked' not 'enhancedpacket'
* Fix compilation with --enable-input-testMatthias P. Braendli2015-09-301-1/+1
|
* Fix several FIG0/19 bugs, subchan id in configMatthias P. Braendli2015-08-151-5/+4
|
* Do no use sizeof in FIG0/18 and 19Matthias P. Braendli2015-08-151-1/+4
|
* Add FIG0/19Matthias P. Braendli2015-08-151-31/+65
|
* Add cluster handling for announcementsMatthias P. Braendli2015-08-151-0/+28
|
* Implement FIG0/18 for announcementsMatthias P. Braendli2015-08-151-2/+13
|
* Create enum class subchannel_type_tMatthias P. Braendli2015-08-071-10/+10
|
* Merge branch 'master' into nextMatthias P. Braendli2015-07-031-3/+5
|\
| * Allow empty component labelsMatthias P. Braendli2015-07-031-3/+5
| |
* | Move some EDI things aroundMatthias P. Braendli2015-07-031-2/+1
| |
* | Replace MGMT socket by ZMQ, make services shared_ptrMatthias P. Braendli2015-06-211-6/+23
| |
* | Start big refactoringMatthias P. Braendli2015-06-191-93/+5
| | | | | | | | | | | | Multiplexer in separate object Replace pointers by shared_ptr Switch to C++11
* | Enable and take care of some warningsMatthias P. Braendli2015-04-231-2/+4
|/
* Merge Stats and Config server, config is also JSONMatthias P. Braendli2015-03-071-3/+4
|
* Publish ptree on port 8001Matthias P. Braendli2015-03-061-0/+964