summaryrefslogtreecommitdiffhomepage
path: root/src/conffile.c
AgeCommit message (Expand)Author
2009-09-14conffile: reformat the directives array for readability.Michael Adam
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman
2009-08-04conffile: change [sg]et_int_arg() to return unsigned long intMichael Adam
2009-08-04conffile: add explicit cast in get_string_arg().Michael Adam
2009-08-04config_compile(): add an explicit cast.Michael Adam
2009-08-04config_compile(): fix as signed / unsigned comparison compiler warning.Michael Adam
2009-08-04conffile: fix indentation in the directives definition.Michael Adam
2009-08-04conffile: fix some missing initializer warnings in the directives definition.Michael Adam
2009-08-04conffile: reformat some indentation and linebreak in the directives definition.Michael Adam
2008-12-08Convert tabs to spacesMukund Sivaraman
2008-12-08Break at 80 columnsMukund Sivaraman
2008-12-01Reformat code to GNU coding styleMukund Sivaraman
2008-07-14Allow numeric uid/gids in User and Group directivesMukund Sivaraman
2008-05-24Renamed htmlerror.[ch] to html-error.[ch]Mukund Sivaraman
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman
2008-03-30Free arg before returning, or it'll leakMukund Sivaraman
2008-03-13Renamed file to replace underscores in it with dashesMukund Sivaraman
2005-11-04Added support for UPSTREAM directive.Robert James Kaes
2005-11-04Reformatted the reverse and filter configuration blocks. If eitherRobert James Kaes
2005-11-04Fixed up whitespace formatting of the config file directives. AlsoRobert James Kaes
2005-08-16* [Refactor] Moved Reverse Proxy CodeRobert James Kaes
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes
2004-08-24(get_bool_arg): Moved the initialization of "p" _before_ the assert()Robert James Kaes
2004-08-14Reorganized the source code. Added the missing reverse proxyRobert James Kaes
2004-08-13Added some error logging information for directives that areRobert James Kaes
2004-08-13Added the new configuration parsing system (conffile.c andRobert James Kaes