aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Use strcmp() instead of strncmp()Lukas Fleischer2012-03-121-2/+2
* Add a read-only optionLukas Fleischer2012-02-241-9/+4
* Fix up strncat() usageLukas Fleischer2012-02-181-2/+2
* src/config.c: Add missing configuration variablesLukas Fleischer2012-02-171-15/+42
* src/config.c: Revamp configuration file parsingLukas Fleischer2012-02-171-130/+81
* src/config.c: Add more parser/serialization wrappersLukas Fleischer2012-02-171-67/+133
* src/config.c: Introduce config_parse_str()Lukas Fleischer2012-02-171-13/+14
* src/config.c: Keep formatting and commentsLukas Fleischer2012-02-171-131/+46
* src/config.c: Add serialization helperLukas Fleischer2012-02-171-53/+184
* src/config.c: Add junk callback to config_file_walk()Lukas Fleischer2012-02-161-3/+9
* src/config.c: Make config file reading more flexibleLukas Fleischer2012-02-161-11/+27
* src/config.c: Drop support for legacy color schemesLukas Fleischer2011-12-121-85/+36
* src/config.c: Remove map for configuration variablesLukas Fleischer2011-12-091-169/+114
* Extract config file handlers into a separate fileLukas Fleischer2011-12-091-0/+583