summaryrefslogtreecommitdiffhomepage
path: root/src/html-error.c
AgeCommit message (Expand)Author
2010-03-28Revert "Update Tinyproxy website URLs"Mukund Sivaraman
2010-03-27Update Tinyproxy website URLsMukund Sivaraman
2010-01-25Remove bogus static qualifiers for these auto variablesMukund Sivaraman
2010-01-16Use HTTPS link in URLs to Tinyproxy websitesMukund Sivaraman
2009-12-07Move definition of "struct config_s" from main.h to conf.hMichael Adam
2009-10-02Clean up html_send_file ()Mukund Sivaraman
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman
2009-08-07send_html_file(): remove a discards qualifyer warningMichael Adam
2009-08-07html-error: make read only argument const in lookup_variable().Michael Adam
2009-08-07make a const string const in send_http_error_message().Michael Adam
2009-08-07make a const string const in send_http_headers().Michael Adam
2009-08-07make message argument of indicate_http_error() const.Michael Adam
2009-08-07make message argument to send_http_headers() constant.Michael Adam
2009-08-07add_error_variable(): make key and data arguments constMichael Adam
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman
2008-12-08Convert tabs to spacesMukund Sivaraman
2008-12-08Update Tinyproxy website URLMukund Sivaraman
2008-12-08Break at 80 columnsMukund Sivaraman
2008-12-01Reformat code to GNU coding styleMukund Sivaraman
2008-07-14Fix a regression where empty error variables caused strlen() to crashMukund Sivaraman
2008-07-14Make the embedded error message display valid XHTML tooMukund Sivaraman
2008-07-14Add error number as a template parameter for error pagesMukund Sivaraman
2008-07-14Spruce up error page footers a bitMukund Sivaraman
2008-06-10Don't check the value to be inserted as it's already checkedMukund Sivaraman
2008-05-24Renamed htmlerror.[ch] to html-error.[ch]Mukund Sivaraman