summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)Author
2016-02-26update copyright year to 2016Max Kellermann
2015-12-18fs/io/Reader: use C++ exceptions instead of class ErrorMax Kellermann
2015-12-16util/Tokenizer: use std::runtime_error on syntax errorMax Kellermann
2015-12-16config/ConfigFile: use std::exception on syntax errorMax Kellermann
2015-12-16config/ConfigFile: use std::unique_ptrMax Kellermann
2015-12-16config/ConfigFile: fix typo in format stringMax Kellermann
2015-06-26config/Global: allow calling config_get_string() with one argumentMax Kellermann
2015-06-26config/Templates: mark http_proxy_* deprecatedMax Kellermann
2015-06-26TagId3: remove the "id3v1_encoding" settingMax Kellermann
2015-06-26config/Templates: add attribute "deprecated"Max Kellermann
2015-06-26config/Templates: add constructor with defaulted "repeat" parameterMax Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-01-22ConfigFile: fix typo (parser breakage)Max Kellermann
2015-01-22Config: add section "resampler"Max Kellermann
2015-01-22config/Block: add method IsEmpty()Max Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-21config/File: move code to ReadConfigParam()Max Kellermann
2015-01-21fs/io/BufferedReader: count line numbersMax Kellermann
2015-01-21config/File: use FileReader/BufferedReader instead of stdioMax Kellermann
2015-01-21config/Data: assign nullptr during iterationMax Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-21config/Param: make "line" signedMax Kellermann
2015-01-21ConfigFile: convert macros to constexprMax Kellermann
2015-01-21config/Data: add method Clear()Max Kellermann
2015-01-21ConfigData: rename header fileMax Kellermann
2015-01-21config/Param: make constructor "explicit"Max Kellermann
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann
2015-01-21ConfigData: rename struct block_param to BlockParamMax Kellermann
2015-01-21ConfigData: move struct block_param to Block.?xxMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-30ConfigData: use nullptr instead of NULLMax Kellermann
2014-12-09ConfigTemplates: use ARRAY_SIZE()Max Kellermann
2014-12-09ConfigParser: make the static arrays "const"Max Kellermann
2014-12-08ConfigGlobal: fix params not fully cleanedThomas Guillem
2014-12-04ConfigData: update API documentationMax Kellermann
2014-08-24StateFile: configurable intervalMax Kellermann
2014-08-07util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann
2014-02-20ConfigGlobal: eliminate function config_get_next_param()Max Kellermann
2014-01-28ConfigTemplates: rename "AudioOutput" back to "audio_output"Max Kellermann
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann
2014-01-24ConfigGlobal: add config_find_block()Max Kellermann
2014-01-24Config*: move to config/Max Kellermann