aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_conf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* conf: handle fatal errors with GErrorMax Kellermann2009-09-241-1/+8
| | | | | | | Don't call g_error(), which will abort the process and dump core. This patch does not affect all the config_get_X() functions. These need some more refactoring.
* test: added configuration file readerMax Kellermann2009-04-101-0/+66