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
/
reverse-proxy.c
Age
Commit message (
Expand
)
Author
2021-04-16
reverse: redirect if path without trailing slash is detected
rofl0r
2021-03-28
reverse: ensure paths always end with a slash
rofl0r
2020-09-15
save headers in an ordered dictionary
rofl0r
2020-01-15
access config via a pointer, not a hardcoded struct address
rofl0r
2016-09-10
Continue with forward proxy if ReverseOnly is not true and no mapping availab...
Stephan Leemburg
2009-12-07
fix build with "--enable-reverse" after conf changes
Michael Adam
2009-12-07
Add free_reversepath_list().
Michael Adam
2009-12-07
Add a reversepath argument to reversepath_get().
Michael Adam
2009-12-07
Add reversepath_list parameter to reversepath_add.
Michael Adam
2009-09-27
Fix use of uninitialized variable
Mukund Sivaraman
2009-09-27
Add explicit casts for c++ mode in reverse-proxy.c
Mukund Sivaraman
2009-09-15
Indent code to Tinyproxy coding style
Mukund Sivaraman
2009-08-07
Rename tinyproxy.[ch] to main.[ch]
Mukund Sivaraman
2008-12-08
Convert tabs to spaces
Mukund Sivaraman
2008-12-08
Break at 80 columns
Mukund Sivaraman
2008-12-01
Reformat code to GNU coding style
Mukund Sivaraman
2008-05-24
Renamed htmlerror.[ch] to html-error.[ch]
Mukund Sivaraman
2008-05-24
Updated copyright, license notices in source code
Mukund Sivaraman
2008-03-13
Renamed file to replace underscores in it with dashes
Mukund Sivaraman