aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-298/+256
* Fix data type of "general.firstdayofweek"Lukas Fleischer2012-05-171-10/+12
* Declare several parameters/variables constantLukas Fleischer2012-05-081-3/+3
* Mark several functions staticLukas Fleischer2012-04-201-1/+1
* Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer2012-03-291-2/+2
* src/config.c: Detect legacy configuration filesLukas Fleischer2012-03-291-0/+27
* src/config.c: Reorder configuration variablesLukas Fleischer2012-03-291-15/+15
* src/config.c: Rename configuration variablesLukas Fleischer2012-03-271-22/+22
* 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