summaryrefslogtreecommitdiffhomepage
path: root/src/conf.c
AgeCommit message (Expand)Author
2020-09-15replace leftover users of hashmap with htabrofl0r
2020-09-15fix free()ing of config itemsrofl0r
2020-09-14conf.c: include common.hrofl0r
2020-09-12add_new_errorpage(): fix segfault accessing global configrofl0r
2020-09-07change loglevel of start/stop/reload messages to NOTICErofl0r
2020-09-07config parser: increase possible line length limitrofl0r
2020-03-16anonymous: fix segfault loading config itemrofl0r
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-21conf.c: merely warn on encountering recently obsoleted config itemsrofl0r
2019-12-21conf.c: pass lineno to handler funcsrofl0r
2019-12-21simplify codebase by using one thread/conn, instead of preforked procsrofl0r
2018-11-23Basic Auth: allow almost all possible characters for user/passVasily
2018-02-27make bind option usable with transparent proxy toorofl0r
2018-02-25config: unify upstream syntax for http,socks4,socks5 and nonerofl0r
2018-02-25rename members of proxy_type enum to have a common prefixrofl0r
2018-02-25implement HTTP basic auth for upstream proxiesrofl0r
2018-02-23Remove #ifdef for HAVE_SYSLOG_HJohn Weldon
2018-02-06add support for basic HTTP authenticationrofl0r
2018-02-06add SOCKS upstream proxy support (socks4/socks5)Gonzalo Tornaria
2017-11-16Issue 15 fix. PRPablo Panero
2013-11-22conf: Fix CID 1130973 - resource leak.Michael Adam
2013-11-09[BB#63] conf: Allow multiple Listen statements in the config.Michael Adam
2011-03-04Validate port number specified in Port directiveMukund Sivaraman
2010-08-24[BB#91] Fix upstream proxy support.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-16conf: reduce indentation in load_config_file()Michael Adam
2010-01-16Fix leak of file handle in load_config_file()Mukund Sivaraman
2010-01-08[BB#17] Add custom HTTP request headers to outgoing HTTP requestsMukund Sivaraman
2010-01-06Fix case in log messageMukund Sivaraman
2009-12-23conf: confess - add my (C) after substantial changes.Michael Adam
2009-12-22conf: add a log messate ("reloading config file")Michael Adam
2009-12-22conf: adapt a log message (add quotes to string value)Michael Adam
2009-12-22conf: elaborate a commentMichael Adam
2009-12-22conf: change a log message (to be more reasonable?)Michael 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-07conf: remove direct use of config from reload_config()Michael Adam
2009-12-07conf: remove direct reference to config from load_config_file()Michael 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-12-07Add connect_ports list to config struct instead of keeping extra global var.Michael Adam
2009-12-07Move handling of connect_ports list to its own source module.Michael Adam
2009-12-07Add access_list to the config struct instead of a global variable in acl.c.Michael Adam
2009-12-07Add reversepath_list parameter to reversepath_add.Michael Adam