summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)Author
2018-08-19config/Global: remove obsolete libraryMax Kellermann
2018-08-19config/Global: move config_global_check() to Check.cxxMax Kellermann
2018-08-19config/Path: add InitPathParser()Max Kellermann
2018-08-07Added a function for generic address parsing1848
2018-08-02config/Path: simplify expressionMax Kellermann
2018-08-02config/Path: remove unnecessary IsNull() checkMax Kellermann
2018-07-18config/File: support wildcards in "include"Max Kellermann
2018-07-18config/File: add directive "include_optional"Max Kellermann
2018-07-18config/File: support absolute paths in "include"Max Kellermann
2018-07-18config/File: fix typo in commentMax Kellermann
2018-07-18config/File: implement the "include" directiveMax Kellermann
2018-07-18config/Data: pass new items by rvalue referenceMax Kellermann
2018-07-18config/Data: use std::forward_list to manage params and blocksMax Kellermann
2018-07-18decoder/mad: make "gapless_mp3_playback" a block optionMax Kellermann
2018-07-18config/Migrate: library to migrate deprecated settingsMax Kellermann
2018-07-18config/Data: add methods AddParam(), AddBlock()Max Kellermann
2018-07-17config/Global: remove unused function config_get_param()Max Kellermann
2018-07-17config/Global: remove unused function config_get_block()Max Kellermann
2018-07-17config/Global: remove unused function config_get_path()Max Kellermann
2018-07-17config/Global: remove unused function config_get_unsigned()Max Kellermann
2018-07-17config/Data: move std::chrono parsers from Global.hxxMax Kellermann
2018-07-17config/Global: move value parser code to struct ConfigDataMax Kellermann
2018-07-17config/{Global,Block}: throw exception on parser errorMax Kellermann
2018-07-17config/Global: remove unused function config_find_block()Max Kellermann
2018-07-17config/Global: add GetGlobalConfig()Max Kellermann
2018-07-17config/Data: automatic initializationMax Kellermann
2018-07-17config/Data: FindBlock() throws on errorMax Kellermann
2018-07-17config/Data: add method FindBlock()Max Kellermann
2018-07-17config/Data: make getters constMax Kellermann
2018-07-17config/Data: add getter methodsMax Kellermann
2018-07-17config/Global: remove ConfigBlock::SetUsed() call, let caller do thatMax Kellermann
2018-07-17config/Block: add method SetUsed()Max Kellermann
2018-07-17config/Block: make "used" mutableMax Kellermann
2018-07-17config/Param: remove unused "used" flagMax Kellermann
2018-07-17config/File: move duplicate code to ExpectValueAndEnd()Max Kellermann
2018-07-17config/Param: allow moving the valueMax Kellermann
2018-07-17config/Param: inline the constructorMax Kellermann
2018-07-17config/Param: use C++11 initializersMax Kellermann
2018-07-17config/Block: allow moving name and valueMax Kellermann
2018-07-17config/Block: use C++11 initializersMax Kellermann
2018-07-17fs/Path: add operator/(Path,Path)Max Kellermann
2018-07-16config/File: use nested exception to annotate file name and line numberMax Kellermann
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