aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/ConfigFile.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-52/+87
| | | | The old struct config_param remains only for top-level string options.
* config/File: move code to ReadConfigParam()Max Kellermann2015-01-211-73/+82
|
* fs/io/BufferedReader: count line numbersMax Kellermann2015-01-211-24/+26
| | | | Replaces the dirty code in config/ConfigFile.cxx.
* config/File: use FileReader/BufferedReader instead of stdioMax Kellermann2015-01-211-28/+21
|
* config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-1/+1
|
* ConfigFile: convert macros to constexprMax Kellermann2015-01-211-2/+2
|
* ConfigData: rename header fileMax Kellermann2015-01-211-1/+1
|
* ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-211-0/+1
|
* ConfigData: rename struct block_param to BlockParamMax Kellermann2015-01-211-1/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann2014-08-071-4/+4
|
* Config*: move to config/Max Kellermann2014-01-241-0/+269