summaryrefslogtreecommitdiffhomepage
path: root/src/conf.c
AgeCommit message (Expand)Author
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
2009-12-07upstream: add upstream list parameter to upstream_add()Michael Adam
2009-12-06move handling of upstream list to new module upstream.{c,h}Michael Adam
2009-12-06conf: fix tab->spacesMichael Adam
2009-12-06conf: allow set_string_arg to overwrite previous values (i.e. don't leak)Michael Adam
2009-11-16set_string_arg: Remove unneccesary check for determining the return code.Michael Adam
2009-11-17Remove excessive copyingMukund Sivaraman
2009-11-14Fix typo in log stringMukund Sivaraman
2009-11-14conf: refactor loading of config file out into load_config_file()Michael Adam
2009-11-10conf: fix reverspath parsing: the string in the 2nd arg is actually the inner...Michael Adam
2009-11-10conf: make the WS optional too, before the optional 2nd argument to reversepathMichael Adam
2009-11-10conf: fix ipv6 regex patterns, take threeMichael Adam
2009-11-09conf: fix the IPV6 regex patterns, take twoMichael Adam
2009-11-09conf: fix the IPV6 regex patternsMichael Adam
2009-11-09Fix validation of IPv6 addressesMukund Sivaraman
2009-10-11Add a boolean config option "DisableViaHeader".Michael Adam
2009-09-28conf: beautify one formatting in the directives array.Michael Adam
2009-09-27conf: make xtinyproxy BOOL in the directives array, tooMichael Adam
2009-09-27conf: turn XTinyproxy into a boolean optionMichael Adam
2009-09-21Rename conffile.[ch] to conf.[ch]Mukund Sivaraman