aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/Data.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-0/+6
| | | | The old struct config_param remains only for top-level string options.
* config/Data: assign nullptr during iterationMax Kellermann2015-01-211-2/+3
|
* config/Data: add method Clear()Max Kellermann2015-01-211-0/+30
Move code from config_global_finish().