summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)Author
2019-03-20event/ServerSocket: runtime error if abstract sockets are unavailableMax Kellermann
2019-03-20event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket"Max Kellermann
2019-02-25event/ServerSocket, config/Net: abstract socket supportMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-09-23player/Thread: calculate `buffered_before_play` based on a fixed durationMax Kellermann
2018-09-23config/File: print warning about deprecated optionsMax Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
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