summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)Author
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
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