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