Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-07 | Add reload_config() - (re-)load the config file, keeping defaults. | Michael Adam | 1 | -0/+2 | |
This allows for later reloading the config at SIGHUP (e.g.). First the old config data is freed, then the defaults that are given as a parameter are copied over in a rather clumsy manual fashion (maybe something more clever can be done here) and finally, the actual config file is loaded. Michael | |||||
2009-12-07 | Add free_config() - free all config data. | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-11-14 | conf: refactor loading of config file out into load_config_file() | Michael Adam | 1 | -2/+1 | |
and make config_compile and config_parse static to conf.c Michael | |||||
2009-09-21 | Rename conffile.[ch] to conf.[ch] | Mukund Sivaraman | 1 | -0/+27 | |