summaryrefslogtreecommitdiffhomepage
path: root/src/html-error.c
AgeCommit message (Expand)Author
2020-11-16Merge branches 'bind-ipv4mapped' and 'support_http_11'Mikael Magnusson
2020-10-19replace usage of non-threadsafe gmtime() with gmtime_r()rofl0r
2020-10-19html-error: move common.h inclusion back to toprofl0r
2020-09-30speed up build by only including regex.h where neededrofl0r
2020-09-15replace leftover users of hashmap with htabrofl0r
2020-09-12add_new_errorpage(): fix segfault accessing global configrofl0r
2020-09-08duplicate HTTP version also in error messagesrofl0r
2020-09-07html-error: substitute template variables via a regexrofl0r
2020-09-06send_html_file(): also set empty variables to "(unknown)"rofl0r
2020-01-15access config via a pointer, not a hardcoded struct addressrofl0r
2019-12-21do hostname resolution only when it is absolutely necessary for ACL checkrofl0r
2019-06-14fix usage of stathost in combination with basic authrofl0r
2018-03-27html-error: Make a switch fallthrough explicitMichael Adam
2018-02-06Basic Auth: send correct response codes and headers acc. to rfc7235rofl0r
2016-12-27Move lookup_variable into hashmap.c / hashmap.hGreg
2016-12-27Change signature for lookup_variable to take map instead of connptrGreg
2016-01-03update URLrofl0r
2011-02-28Update URLs of TinyproxyMukund Sivaraman
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