index
:
tinyproxy
ninji-patches
personal modifications to tinyproxy
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
html-error.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-28
Update URLs of Tinyproxy
Mukund Sivaraman
1
-1
/
+1
2010-03-28
Revert "Update Tinyproxy website URLs"
Mukund Sivaraman
1
-1
/
+1
2010-03-27
Update Tinyproxy website URLs
Mukund Sivaraman
1
-1
/
+1
2010-01-25
Remove bogus static qualifiers for these auto variables
Mukund Sivaraman
1
-2
/
+2
2010-01-16
Use HTTPS link in URLs to Tinyproxy websites
Mukund Sivaraman
1
-1
/
+1
2009-12-07
Move definition of "struct config_s" from main.h to conf.h
Michael Adam
1
-0
/
+1
2009-10-02
Clean up html_send_file ()
Mukund Sivaraman
1
-23
/
+30
2009-09-15
Indent code to Tinyproxy coding style
Mukund Sivaraman
1
-186
/
+180
2009-08-07
send_html_file(): remove a discards qualifyer warning
Michael Adam
1
-2
/
+3
2009-08-07
html-error: make read only argument const in lookup_variable().
Michael Adam
1
-1
/
+1
2009-08-07
make a const string const in send_http_error_message().
Michael Adam
1
-1
/
+1
2009-08-07
make a const string const in send_http_headers().
Michael Adam
1
-1
/
+1
2009-08-07
make message argument of indicate_http_error() const.
Michael Adam
1
-1
/
+2
2009-08-07
make message argument to send_http_headers() constant.
Michael Adam
1
-1
/
+1
2009-08-07
add_error_variable(): make key and data arguments const
Michael Adam
1
-1
/
+1
2009-08-07
Rename tinyproxy.[ch] to main.[ch]
Mukund Sivaraman
1
-1
/
+1
2008-12-08
Convert tabs to spaces
Mukund Sivaraman
1
-60
/
+60
2008-12-08
Update Tinyproxy website URL
Mukund Sivaraman
1
-1
/
+1
2008-12-08
Break at 80 columns
Mukund Sivaraman
1
-1
/
+2
2008-12-01
Reformat code to GNU coding style
Mukund Sivaraman
1
-181
/
+178
2008-07-14
Fix a regression where empty error variables caused strlen() to crash
Mukund Sivaraman
1
-5
/
+13
2008-07-14
Make the embedded error message display valid XHTML too
Mukund Sivaraman
1
-11
/
+18
2008-07-14
Add error number as a template parameter for error pages
Mukund Sivaraman
1
-4
/
+10
2008-07-14
Spruce up error page footers a bit
Mukund Sivaraman
1
-0
/
+1
2008-06-10
Don't check the value to be inserted as it's already checked
Mukund Sivaraman
1
-6
/
+7
2008-05-24
Renamed htmlerror.[ch] to html-error.[ch]
Mukund Sivaraman
1
-1
/
+1
2008-05-24
Updated copyright, license notices in source code
Mukund Sivaraman
1
-14
/
+18
2005-08-15
* [Indent] Ran Source Through indent
Robert James Kaes
1
-163
/
+179
2003-08-01
Included patches from Steven Young to use the hashmap functionality to
Robert James Kaes
1
-51
/
+48
2003-07-14
(indicate_http_error): Added calls to va_end() before leaving the
Robert James Kaes
1
-2
/
+6
2003-05-31
# Changed all the for calls to use the != test rather than < test.
Robert James Kaes
1
-9
/
+9
2003-04-01
(add_error_variable): Test whether connptr->error_variable is NULL,
Robert James Kaes
1
-2
/
+6
2003-03-14
Made get_html_file() and lookup_variable() static functions since they
Robert James Kaes
1
-3
/
+3
2003-03-14
# Added copyright notices for Steve. Reformatted the source code to
Robert James Kaes
1
-22
/
+47
2003-03-13
# Steve Young's code to implement file based HTML error messages,
Robert James Kaes
1
-0
/
+242