index
:
tinyproxy
bind-ipv4mapped
build
master
Light-weight HTTP/HTTPS proxy daemon for POSIX operating systems
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
html-error.c
Age
Commit message (
Expand
)
Author
2020-10-19
replace usage of non-threadsafe gmtime() with gmtime_r()
rofl0r
2020-10-19
html-error: move common.h inclusion back to top
rofl0r
2020-09-30
speed up build by only including regex.h where needed
rofl0r
2020-09-15
replace leftover users of hashmap with htab
rofl0r
2020-09-12
add_new_errorpage(): fix segfault accessing global config
rofl0r
2020-09-07
html-error: substitute template variables via a regex
rofl0r
2020-09-06
send_html_file(): also set empty variables to "(unknown)"
rofl0r
2020-01-15
access config via a pointer, not a hardcoded struct address
rofl0r
2019-12-21
do hostname resolution only when it is absolutely necessary for ACL check
rofl0r
2019-06-14
fix usage of stathost in combination with basic auth
rofl0r
2018-03-27
html-error: Make a switch fallthrough explicit
Michael Adam
2018-02-06
Basic Auth: send correct response codes and headers acc. to rfc7235
rofl0r
2016-12-27
Move lookup_variable into hashmap.c / hashmap.h
Greg
2016-12-27
Change signature for lookup_variable to take map instead of connptr
Greg
2016-01-03
update URL
rofl0r
2011-02-28
Update URLs of Tinyproxy
Mukund Sivaraman
2010-03-28
Revert "Update Tinyproxy website URLs"
Mukund Sivaraman
2010-03-27
Update Tinyproxy website URLs
Mukund Sivaraman
2010-01-25
Remove bogus static qualifiers for these auto variables
Mukund Sivaraman
2010-01-16
Use HTTPS link in URLs to Tinyproxy websites
Mukund Sivaraman
2009-12-07
Move definition of "struct config_s" from main.h to conf.h
Michael Adam
2009-10-02
Clean up html_send_file ()
Mukund Sivaraman
2009-09-15
Indent code to Tinyproxy coding style
Mukund Sivaraman
2009-08-07
send_html_file(): remove a discards qualifyer warning
Michael Adam
2009-08-07
html-error: make read only argument const in lookup_variable().
Michael Adam
2009-08-07
make a const string const in send_http_error_message().
Michael Adam
2009-08-07
make a const string const in send_http_headers().
Michael Adam
2009-08-07
make message argument of indicate_http_error() const.
Michael Adam
2009-08-07
make message argument to send_http_headers() constant.
Michael Adam
2009-08-07
add_error_variable(): make key and data arguments const
Michael Adam
2009-08-07
Rename tinyproxy.[ch] to main.[ch]
Mukund Sivaraman
2008-12-08
Convert tabs to spaces
Mukund Sivaraman
2008-12-08
Update Tinyproxy website URL
Mukund Sivaraman
2008-12-08
Break at 80 columns
Mukund Sivaraman
2008-12-01
Reformat code to GNU coding style
Mukund Sivaraman
2008-07-14
Fix a regression where empty error variables caused strlen() to crash
Mukund Sivaraman
2008-07-14
Make the embedded error message display valid XHTML too
Mukund Sivaraman
2008-07-14
Add error number as a template parameter for error pages
Mukund Sivaraman
2008-07-14
Spruce up error page footers a bit
Mukund Sivaraman
2008-06-10
Don't check the value to be inserted as it's already checked
Mukund Sivaraman
2008-05-24
Renamed htmlerror.[ch] to html-error.[ch]
Mukund Sivaraman