summaryrefslogtreecommitdiff
path: root/src/html-error.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-28Update URLs of TinyproxyMukund Sivaraman1-1/+1
2010-03-28Revert "Update Tinyproxy website URLs"Mukund Sivaraman1-1/+1
2010-03-27Update Tinyproxy website URLsMukund Sivaraman1-1/+1
2010-01-25Remove bogus static qualifiers for these auto variablesMukund Sivaraman1-2/+2
2010-01-16Use HTTPS link in URLs to Tinyproxy websitesMukund Sivaraman1-1/+1
2009-12-07Move definition of "struct config_s" from main.h to conf.hMichael Adam1-0/+1
2009-10-02Clean up html_send_file ()Mukund Sivaraman1-23/+30
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman1-186/+180
2009-08-07send_html_file(): remove a discards qualifyer warningMichael Adam1-2/+3
2009-08-07html-error: make read only argument const in lookup_variable().Michael Adam1-1/+1
2009-08-07make a const string const in send_http_error_message().Michael Adam1-1/+1
2009-08-07make a const string const in send_http_headers().Michael Adam1-1/+1
2009-08-07make message argument of indicate_http_error() const.Michael Adam1-1/+2
2009-08-07make message argument to send_http_headers() constant.Michael Adam1-1/+1
2009-08-07add_error_variable(): make key and data arguments constMichael Adam1-1/+1
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman1-1/+1
2008-12-08Convert tabs to spacesMukund Sivaraman1-60/+60
2008-12-08Update Tinyproxy website URLMukund Sivaraman1-1/+1
2008-12-08Break at 80 columnsMukund Sivaraman1-1/+2
2008-12-01Reformat code to GNU coding styleMukund Sivaraman1-181/+178
2008-07-14Fix a regression where empty error variables caused strlen() to crashMukund Sivaraman1-5/+13
2008-07-14Make the embedded error message display valid XHTML tooMukund Sivaraman1-11/+18
2008-07-14Add error number as a template parameter for error pagesMukund Sivaraman1-4/+10
2008-07-14Spruce up error page footers a bitMukund Sivaraman1-0/+1
2008-06-10Don't check the value to be inserted as it's already checkedMukund Sivaraman1-6/+7
2008-05-24Renamed htmlerror.[ch] to html-error.[ch]Mukund Sivaraman1-1/+1
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman1-14/+18
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes1-163/+179
2003-08-01Included patches from Steven Young to use the hashmap functionality toRobert James Kaes1-51/+48
2003-07-14(indicate_http_error): Added calls to va_end() before leaving theRobert James Kaes1-2/+6
2003-05-31# Changed all the for calls to use the != test rather than < test.Robert James Kaes1-9/+9
2003-04-01(add_error_variable): Test whether connptr->error_variable is NULL,Robert James Kaes1-2/+6
2003-03-14Made get_html_file() and lookup_variable() static functions since theyRobert James Kaes1-3/+3
2003-03-14# Added copyright notices for Steve. Reformatted the source code toRobert James Kaes1-22/+47
2003-03-13# Steve Young's code to implement file based HTML error messages,Robert James Kaes1-0/+242