aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/ConfigGlobal.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config/Global: allow calling config_get_string() with one argumentMax Kellermann2015-06-261-1/+1
| | | | default_value defaults to nullptr.
* *: change C-style prototypes, drop "(void)"Max Kellermann2015-03-031-3/+7
|
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-2/+7
| | | | The old struct config_param remains only for top-level string options.
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* ConfigGlobal: eliminate function config_get_next_param()Max Kellermann2014-02-201-12/+3
|
* ConfigGlobal: add config_find_block()Max Kellermann2014-01-241-0/+11
| | | Merge duplicate code.
* Config*: move to config/Max Kellermann2014-01-241-0/+95