summaryrefslogtreecommitdiff
path: root/src/conf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-22conf: Fix CID 1130973 - resource leak.Michael Adam1-0/+1
2013-11-09[BB#63] conf: Allow multiple Listen statements in the config.Michael Adam1-7/+33
2011-03-04Validate port number specified in Port directiveMukund Sivaraman1-1/+9
2010-08-24[BB#91] Fix upstream proxy support.Michael Adam1-2/+2
2010-06-01[BB#89] Don't recompile regular expressionsJohn van der Kamp1-2/+26
2010-01-25Fix compiler warning about dereferencing type-punned pointersMukund Sivaraman1-15/+16
2010-01-16conf: reduce indentation in load_config_file()Michael Adam1-15/+14
2010-01-16Fix leak of file handle in load_config_file()Mukund Sivaraman1-14/+21
2010-01-08[BB#17] Add custom HTTP request headers to outgoing HTTP requestsMukund Sivaraman1-1/+45
2010-01-06Fix case in log messageMukund Sivaraman1-1/+1
2009-12-23conf: confess - add my (C) after substantial changes.Michael Adam1-0/+1
2009-12-22conf: add a log messate ("reloading config file")Michael Adam1-0/+2
2009-12-22conf: adapt a log message (add quotes to string value)Michael Adam1-1/+1
2009-12-22conf: elaborate a commentMichael Adam1-1/+4
2009-12-22conf: change a log message (to be more reasonable?)Michael Adam1-1/+1
2009-12-22conf: make free_config staticMichael Adam1-1/+1
2009-12-22conf: make load_config_file static.Michael Adam1-1/+1
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-2/+0
2009-12-07conf: remove direct use of config from reload_config()Michael Adam1-1/+1
2009-12-07conf: remove direct reference to config from load_config_file()Michael Adam1-1/+1
2009-12-07Add reload_config() - (re-)load the config file, keeping defaults.Michael Adam1-0/+135
2009-12-07Add free_config() - free all config data.Michael Adam1-0/+31
2009-12-07Add connect_ports list to config struct instead of keeping extra global var.Michael Adam1-1/+2
2009-12-07Move handling of connect_ports list to its own source module.Michael Adam1-0/+1
2009-12-07Add access_list to the config struct instead of a global variable in acl.c.Michael Adam1-2/+2
2009-12-07Add reversepath_list parameter to reversepath_add.Michael Adam1-2/+2
2009-12-07upstream: add upstream list parameter to upstream_add()Michael Adam1-3/+3
2009-12-06move handling of upstream list to new module upstream.{c,h}Michael Adam1-0/+1
2009-12-06conf: fix tab->spacesMichael Adam1-1/+1
2009-12-06conf: allow set_string_arg to overwrite previous values (i.e. don't leak)Michael Adam1-0/+4
2009-11-16set_string_arg: Remove unneccesary check for determining the return code.Michael Adam1-1/+1
2009-11-17Remove excessive copyingMukund Sivaraman1-2/+3
2009-11-14Fix typo in log stringMukund Sivaraman1-1/+1
2009-11-14conf: refactor loading of config file out into load_config_file()Michael Adam1-2/+27
2009-11-10conf: fix reverspath parsing: the string in the 2nd arg is actually the inner...Michael Adam1-2/+2
2009-11-10conf: make the WS optional too, before the optional 2nd argument to reversepathMichael Adam1-1/+1
2009-11-10conf: fix ipv6 regex patterns, take threeMichael Adam1-0/+1
2009-11-09conf: fix the IPV6 regex patterns, take twoMichael Adam1-17/+17
2009-11-09conf: fix the IPV6 regex patternsMichael Adam1-17/+17
2009-11-09Fix validation of IPv6 addressesMukund Sivaraman1-4/+27
2009-10-11Add a boolean config option "DisableViaHeader".Michael Adam1-0/+15
2009-09-28conf: beautify one formatting in the directives array.Michael Adam1-1/+2
2009-09-27conf: make xtinyproxy BOOL in the directives array, tooMichael Adam1-1/+1
2009-09-27conf: turn XTinyproxy into a boolean optionMichael Adam1-1/+1
2009-09-21Rename conffile.[ch] to conf.[ch]Mukund Sivaraman1-0/+759