summaryrefslogtreecommitdiff
path: root/src/conf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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