Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 1 | -0/+6 |
| | | | | The old struct config_param remains only for top-level string options. | ||||
* | config/Data: assign nullptr during iteration | Max Kellermann | 2015-01-21 | 1 | -2/+3 |
| | |||||
* | config/Data: add method Clear() | Max Kellermann | 2015-01-21 | 1 | -0/+30 |
Move code from config_global_finish(). |