summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)Author
2017-05-08*: remove "pure" and "const" attributes from throwing functionsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-12-28config/Global: add std::chrono::steady_clock::duration overloadMax Kellermann
2016-11-10util/Error: remove obsolete classMax Kellermann
2016-11-07config/Path: throw std::runtime_error on errorMax Kellermann
2016-11-02config/Global: _get_path() throws exception on errorMax Kellermann
2016-10-28config/Block: GetPath() throws exception on errorMax Kellermann
2016-10-28config/Block: rename GetBlockPath() to GetPath()Max Kellermann
2016-10-28config/Param: overload GetPath() throwing exceptionMax Kellermann
2016-10-28config/Param: add method GetPath()Max Kellermann
2016-10-28config/Param: use CamelCaseMax Kellermann
2016-06-10util/StringUtil: use CamelCaseMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
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