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
/
transparent-proxy.c
Age
Commit message (
Expand
)
Author
2020-09-15
save headers in an ordered dictionary
rofl0r
2020-09-06
transparent: remove usage of inet_ntoa(), make IPv6 ready
rofl0r
2020-03-18
transparent: fix invalid memory access
rofl0r
2018-02-25
fix possible memory leak
bertliao
2013-11-23
transparent: make transparent support compile after introduction of multi Listen
Michael Adam
2010-12-01
[BB#95] remove two comments that have become wrong by the fix.
Michael Adam
2010-12-01
[BB#95] Fix FilterURLs with transparent proxy support.
Daniel Egger
2009-12-07
Fix the build with --enable-transaparent after conf changes.
Michael Adam
2009-10-02
url variable modified in do_transparent_proxy() is not the url variable in th...
Mukund Sivaraman
2009-10-02
Use safer string functions
Mukund Sivaraman
2009-09-27
Add explicit casts for c++ mode in transparent-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-06-09
Moved transparent proxy code into its own file
Robert James Kaes