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