summaryrefslogtreecommitdiff
path: root/src/conf.c (unfollow)
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-1/+1
2009-09-20Remove inline keyword from static functionsMukund Sivaraman1-1/+1
2009-09-14conffile: reformat the directives array for readability.Michael Adam1-52/+56
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman1-399/+342
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman1-1/+1
2009-08-04conffile: change [sg]et_int_arg() to return unsigned long intMichael Adam1-7/+7
2009-08-04conffile: add explicit cast in get_string_arg().Michael Adam1-1/+1
2009-08-04config_compile(): add an explicit cast.Michael Adam1-1/+1
2009-08-04config_compile(): fix as signed / unsigned comparison compiler warning.Michael Adam1-1/+1
2009-08-04conffile: fix indentation in the directives definition.Michael Adam1-45/+47
2009-08-04conffile: fix some missing initializer warnings in the directives definition.Michael Adam1-4/+5
2009-08-04conffile: reformat some indentation and linebreak in the directives definition.Michael Adam1-10/+8
2008-12-08Convert tabs to spacesMukund Sivaraman1-29/+29
2008-12-08Break at 80 columnsMukund Sivaraman1-1/+3
2008-12-01Reformat code to GNU coding styleMukund Sivaraman1-388/+400
2008-07-14Allow numeric uid/gids in User and Group directivesMukund Sivaraman1-1/+1
2008-05-24Renamed htmlerror.[ch] to html-error.[ch]Mukund Sivaraman1-1/+1
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman1-16/+20
2008-03-30Free arg before returning, or it'll leakMukund Sivaraman1-0/+3
2008-03-13Renamed file to replace underscores in it with dashesMukund Sivaraman1-1/+1
2005-11-04Added support for UPSTREAM directive.Robert James Kaes1-4/+52
2005-11-04Reformatted the reverse and filter configuration blocks. If eitherRobert James Kaes1-73/+10
2005-11-04Fixed up whitespace formatting of the config file directives. AlsoRobert James Kaes1-52/+61
2005-08-16* [Refactor] Moved Reverse Proxy CodeRobert James Kaes1-1/+2
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes1-168/+281
2004-08-24(get_bool_arg): Moved the initialization of "p" _before_ the assert()Robert James Kaes1-3/+3
2004-08-14Reorganized the source code. Added the missing reverse proxyRobert James Kaes1-109/+143
2004-08-13Added some error logging information for directives that areRobert James Kaes1-13/+49
2004-08-13Added the new configuration parsing system (conffile.c andRobert James Kaes1-0/+612