summaryrefslogtreecommitdiff
path: root/src/lib/config_file.c
Commit message (Expand)AuthorAgeFilesLines
* config_file: when switching section make this the current section to add key/...dominique.leuenberger2009-09-291-0/+4
* config_file: ignore empty lines - avoid invalid free callsdominique.leuenberger2009-09-251-29/+28
* turn on -pedantic, turn off -Werror, fix some pedantic warningsnpmccallum2009-06-041-1/+1
* here is the big PluginManager rewrite, expect breakage...npmccallum2009-03-151-10/+10
* Implement a better (recursive) readline method that doesn't crash in some sit...npmccallum2008-07-081-1/+1
* Convert all comments over to C89 style closing issue 2jeffschroed2008-01-081-9/+9
* convert pxConfigFile to use pxStrDictnpmccallum2007-12-271-121/+19
* relicense under LGPLv2.1 for maximum compatibilitynpmccallum2007-12-131-1/+1
* fix crashernpmccallum2007-11-201-1/+3
* convert get_proxy() to use config_file; fix memory leaknpmccallum2007-11-201-0/+2
* Added config file class, use it for the file plugin; misc.c fixesnpmccallum2007-11-201-0/+213