Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ConfigFile: fix typo (parser breakage) | Max Kellermann | 2015-01-22 | 1 | -2/+2 |
| | |||||
* | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 1 | -52/+87 |
| | | | | The old struct config_param remains only for top-level string options. | ||||
* | config/File: move code to ReadConfigParam() | Max Kellermann | 2015-01-21 | 1 | -73/+82 |
| | |||||
* | fs/io/BufferedReader: count line numbers | Max Kellermann | 2015-01-21 | 1 | -24/+26 |
| | | | | Replaces the dirty code in config/ConfigFile.cxx. | ||||
* | config/File: use FileReader/BufferedReader instead of stdio | Max Kellermann | 2015-01-21 | 1 | -28/+21 |
| | |||||
* | config/Option: convert to strictly-typed enum | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | ConfigFile: convert macros to constexpr | Max Kellermann | 2015-01-21 | 1 | -2/+2 |
| | |||||
* | ConfigData: rename header file | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 2015-01-21 | 1 | -0/+1 |
| | |||||
* | ConfigData: rename struct block_param to BlockParam | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | util/StringUtil: rename strchug_fast() to StripLeft() | Max Kellermann | 2014-08-07 | 1 | -4/+4 |
| | |||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -0/+269 |