summaryrefslogtreecommitdiffhomepage
path: root/src/conf.h
AgeCommit message (Expand)Author
2020-09-16remove vector remainsrofl0r
2020-09-16listen_addrs: use sblistrofl0r
2020-09-16basicauth: use sblistrofl0r
2020-09-16connect_ports: use sblistrofl0r
2020-09-16add_header: use sblistrofl0r
2020-09-15replace leftover users of hashmap with htabrofl0r
2020-09-15fix free()ing of config itemsrofl0r
2020-09-07acl: typedef access_list to acl_list_trofl0r
2020-01-15conf: fix loading of default valuesrofl0r
2020-01-15remove config file name item from conf structrofl0r
2020-01-15remove godaemon member from config structurerofl0r
2020-01-15move initialize_config_defaults to conf.crofl0r
2019-12-21simplify codebase by using one thread/conn, instead of preforked procsrofl0r
2018-02-06add support for basic HTTP authenticationrofl0r
2013-11-09[BB#63] conf: Allow multiple Listen statements in the config.Michael Adam
2010-06-01[BB#89] Don't recompile regular expressionsJohn van der Kamp
2010-01-25Fix compiler warning about dereferencing type-punned pointersMukund Sivaraman
2010-01-08[BB#17] Add custom HTTP request headers to outgoing HTTP requestsMukund Sivaraman
2009-12-23conf: confess - add my (C) after substantial changes.Michael Adam
2009-12-22conf.h: add "extern" to prototype of reload_config_fileMichael Adam
2009-12-22conf: make free_config staticMichael Adam
2009-12-22conf: make load_config_file static.Michael Adam
2009-12-22conf: rename reload_config --> reload_config_fileMichael Adam
2009-12-07Move definition of "struct config_s" from main.h to conf.hMichael Adam
2009-12-07Add reload_config() - (re-)load the config file, keeping defaults.Michael Adam
2009-12-07Add free_config() - free all config data.Michael Adam
2009-11-14conf: refactor loading of config file out into load_config_file()Michael Adam
2009-09-21Rename conffile.[ch] to conf.[ch]Mukund Sivaraman