summaryrefslogtreecommitdiffstats
path: root/src/utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright in utils.cppMatthias P. Braendli2016-09-161-1/+1
|
* Drop SLIP, Refactor sockets, improve TCP outputMatthias P. Braendli2016-09-111-3/+0
| | | | | | | | Quite a large refactoring of the sockets, TCP and UDP, in order to improve the ETI-over-TCP output. This can now accept several simultaneous connections, and requires a throttle. The SLIP input is gone. The UDP inputs are currently broken.
* Remove dabUtils.{h,cpp}, move to utilsMatthias P. Braendli2016-08-221-0/+15
| | | | Also remove the obsolete dump code
* Switch FIG0/10 to long formMatthias P. Braendli2016-08-221-12/+18
| | | | | The latest draft specification deprecates the short form, and most muxes today used the long form.
* Properly copy DabOutputFile, make get_info() constMatthias P. Braendli2016-07-041-1/+1
|
* Rename dabSubchannel to DabSubchannelMatthias P. Braendli2016-04-151-2/+2
|
* Make getSizeCu a dabSubchannel member functionMatthias P. Braendli2016-04-151-1/+1
|
* Replace some boost shared_ptr by std onesMatthias P. Braendli2015-12-211-3/+3
|
* Improve startup configuration printoutMatthias P. Braendli2015-12-211-9/+12
|
* Fix several FIG0/19 bugs, subchan id in configMatthias P. Braendli2015-08-151-1/+1
|
* Add FIG0/19Matthias P. Braendli2015-08-151-0/+8
|
* Add cluster handling for announcementsMatthias P. Braendli2015-08-151-0/+7
|
* Implement FIG0/18 for announcementsMatthias P. Braendli2015-08-151-0/+2
|
* Create enum class subchannel_type_tMatthias P. Braendli2015-08-071-15/+15
|
* Replace MGMT socket by ZMQ, make services shared_ptrMatthias P. Braendli2015-06-211-12/+11
|
* Start big refactoringMatthias P. Braendli2015-06-191-14/+8
| | | | | | Multiplexer in separate object Replace pointers by shared_ptr Switch to C++11
* Remove confusing CRC in ensemble graphMatthias P. Braendli2015-06-141-4/+4
|
* Labels: use spaces instead of NULs for trailing paddingStefan Pöschel2015-05-241-3/+6
| | | | | | The NULs ATM used for trailing label padding are not defined in the EBU Latin based charset we use. As all 16 label bytes must be used, use spaces instead, like real-world broadcasters do.
* Remove char* from dabSubchannelMatthias P. Braendli2015-03-021-4/+52
|
* Fix lto indication in startup screenMatthias P. Braendli2015-01-231-1/+10
|
* Define User Application Type in configuration fileMatthias P. Braendli2015-01-121-7/+47
|
* Make -e optionalMatthias P. Braendli2014-11-171-1/+1
|
* Add the possibility to specify protection profileMatthias P. Braendli2014-08-021-2/+0
|
* Refactor protection handling for better readabilityMatthias P. Braendli2014-08-011-13/+9
|
* Add zmq to list of supported input URLsMatthias P. Braendli2014-07-181-0/+3
| | | | fixes #2
* Replace subchannel id by enumMatthias P. Braendli2014-05-211-4/+4
|
* Remove using directives from .h filesMatthias P. Braendli2014-04-171-0/+1
|
* Add local-time-offset and intl. table optionsMatthias P. Braendli2014-03-221-0/+3
|
* restart RC if it did a faultMatthias P. Braendli2014-02-141-1/+6
|
* fix startup console printoutMatthias P. Braendli2014-02-141-113/+101
|
* make DabComponent a class and make its label RC controllableMatthias P. Braendli2014-02-141-3/+3
|
* DabService labels can now be changed through the remote controlMatthias P. Braendli2014-02-141-12/+6
|
* improve handling of labelsMatthias P. Braendli2014-02-141-13/+12
|
* nicer printout in utils.cppMatthias P. Braendli2014-02-111-3/+2
|
* repair versioning and tarball generationv0.4.0Matthias P. Braendli2014-02-071-2/+8
|
* rename CRC-DabMux to ODR-DabMuxMatthias P. Braendli2014-02-071-4/+4
|
* improve debugging print, add print to stderrMatthias P. Braendli2014-01-121-34/+44
|
* replace all occurrencies of TcpLog and old etiLogMatthias P. Braendli2014-01-121-77/+77
|
* documentation updatesMatthias P. Braendli2014-01-031-2/+2
|
* replace CRC-DabMux-cfg by -e configuration optionMatthias P. Braendli2014-01-031-10/+6
|
* update version generation for git, update INSTALLMatthias P. Braendli2013-11-121-1/+1
|
* insert hg revision into version stringMatthias P. Braendli (think)2013-11-081-5/+6
|
* make dabOutput more object-orientedMatthias P. Braendli (think)2013-11-081-2/+2
|
* crc-dabmux: configuration file support for ensemble definitionr5Matthias P. Braendli (think)2012-08-231-0/+457