summaryrefslogtreecommitdiffhomepage
path: root/src/html-error.h
AgeCommit message (Collapse)Author
2021-03-28refactor html-error so send_http_headers() can take extra argrofl0r
we already required an extra argument inside the headers sent for 401 and 407 error responses, move those to sent_http_error_message() and refactor send_http_headers() to always take the extra argument. in calling sites where the extra arg isn't needed, use "".
2020-09-12add_new_errorpage(): fix segfault accessing global configrofl0r
another fallout of the config refactoring finished by 2e02dce0c3de4a231f74b44c34647406de507768. apparently no one using the ErrorFile directive used git master during the last months, as there have been no reports about this issue.
2009-08-07make message argument of indicate_http_error() const.Michael Adam
Michael
2009-08-07make message argument to send_http_headers() constant.Michael Adam
Michael
2009-08-07add_error_variable(): make key and data arguments constMichael Adam
Michael
2008-12-08Convert tabs to spacesMukund Sivaraman
2008-12-01Reformat code to GNU coding styleMukund Sivaraman
This is a commit which simply ran all C source code files through GNU indent. No other modifications were made.
2008-05-24Renamed htmlerror.[ch] to html-error.[ch]Mukund Sivaraman