summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)Author
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
2014-08-07util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann
2014-02-20ConfigGlobal: eliminate function config_get_next_param()Max Kellermann
2014-01-28ConfigTemplates: rename "AudioOutput" back to "audio_output"Max Kellermann
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann
2014-01-24ConfigGlobal: add config_find_block()Max Kellermann
2014-01-24Config*: move to config/Max Kellermann