summaryrefslogtreecommitdiff
path: root/src/conf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-09[BB#63] conf: Allow multiple Listen statements in the config.Michael Adam1-1/+1
2010-06-01[BB#89] Don't recompile regular expressionsJohn van der Kamp1-0/+2
2010-01-25Fix compiler warning about dereferencing type-punned pointersMukund Sivaraman1-1/+1
2010-01-08[BB#17] Add custom HTTP request headers to outgoing HTTP requestsMukund Sivaraman1-0/+13
2009-12-23conf: confess - add my (C) after substantial changes.Michael Adam1-0/+1
2009-12-22conf.h: add "extern" to prototype of reload_config_fileMichael Adam1-2/+2
2009-12-22conf: make free_config staticMichael Adam1-1/+0
2009-12-22conf: make load_config_file static.Michael Adam1-1/+0
2009-12-22conf: rename reload_config --> reload_config_fileMichael Adam1-2/+2
2009-12-07Move definition of "struct config_s" from main.h to conf.hMichael Adam1-0/+77
2009-12-07Add reload_config() - (re-)load the config file, keeping defaults.Michael Adam1-0/+2
2009-12-07Add free_config() - free all config data.Michael Adam1-0/+1
2009-11-14conf: refactor loading of config file out into load_config_file()Michael Adam1-2/+1
2009-09-21Rename conffile.[ch] to conf.[ch]Mukund Sivaraman1-0/+27