summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)Author
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-07-15Permission: add special permissions for local socketsMax Kellermann
2018-01-17fs/AllocatedPath: make the nullptr_t constructor publicMax Kellermann
2018-01-02config/Block: add method GetPositiveValue()Max Kellermann
2018-01-02config/{Block,Global}: add missing strtoul() checkMax Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-07-05util/StringUtil: move strip functions to StringStrip.cxxMax Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
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