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
/
etc
Age
Commit message (
Expand
)
Author
2020-11-07
WIP: BindIPv4Mapped
Mikael Magnusson
2019-12-21
simplify codebase by using one thread/conn, instead of preforked procs
rofl0r
2019-08-20
Fixes #256 Provides ::1 as allowed
Andre Mas
2018-02-25
config: unify upstream syntax for http,socks4,socks5 and none
rofl0r
2018-02-25
implement HTTP basic auth for upstream proxies
rofl0r
2018-02-06
add support for basic HTTP authentication
rofl0r
2018-02-06
tinyproxy.conf.in: add example for SOCKS upstream
rofl0r
2017-11-27
Add example value for Log Level setting
Brian Cain
2017-11-16
log to stdout if no logfile specified
rofl0r
2017-11-16
do not create a pidfile, if none is specified in config
rofl0r
2017-11-16
tinyproxy.conf.in: default to allow CONNECT method more broadly
rofl0r
2011-08-23
Bug #103: Move files installed in /etc/ to /etc/tinyproxy/
Mukund Sivaraman
2010-03-02
Comment out the LogFile and PidFile options in the example tinyproxy.conf.
Michael Adam
2010-03-02
change the default pid file location to "@LOCALSTATEDIR@/run/tinyproxy/tinypr...
Michael Adam
2010-03-02
change the default log file location to "@LOCALSTATEDIR@/log/tinyproxy/tinypr...
Michael Adam
2010-02-23
tinyproxy.conf: fix LogFile to proper CamelCase for consistency
Michael Adam
2010-02-18
Fix pkgdatadir path in tinyproxy.conf
Mukund Sivaraman
2010-01-08
[BB#17] Add custom HTTP request headers to outgoing HTTP requests
Mukund Sivaraman
2009-11-14
Mark all generated stuff with silent rules
Mukund Sivaraman
2009-11-10
gitignore etc/tinyproxy.conf - it is generated
Michael Adam
2009-11-10
Update etc/Makefile.am to substitute TINYPROXY_STATHOST
Michael Adam
2009-11-10
tinyproxy.conf: add a comment documenting StatHost
Michael Adam
2009-10-11
Clean tinyproxy.conf in make clean.
Michael Adam
2009-10-11
Fix make distcheck with tinyproxy.conf.in
Michael Adam
2009-10-11
Document DisableViaHeader in the tinyproxy.conf template.
Michael Adam
2009-10-10
Fix a typo in the tinyproxy.conf template.
Michael Adam
2009-10-10
generate etc/tinyproxy.conf from a tinyproxy.conf.in template
Michael Adam
2009-09-27
tinyproxy.conf: Update the description of XTinyproxy (it is a bool).
Michael Adam
2009-09-20
tinyproxy.conf: add a comment referring to the tinyproxy.conf(5) manpage
Michael Adam
2009-09-20
tinyproxy.conf: update description of User/Group
Michael Adam
2009-09-13
doc: Move doc/tinyproxy.conf to etc/ directory
Mukund Sivaraman