summaryrefslogtreecommitdiffhomepage
path: root/etc
AgeCommit message (Expand)Author
2021-06-10WIP: BindIPv4MappedMikael Magnusson
2019-12-21simplify codebase by using one thread/conn, instead of preforked procsrofl0r
2019-08-20Fixes #256 Provides ::1 as allowedAndre Mas
2018-02-25config: unify upstream syntax for http,socks4,socks5 and nonerofl0r
2018-02-25implement HTTP basic auth for upstream proxiesrofl0r
2018-02-06add support for basic HTTP authenticationrofl0r
2018-02-06tinyproxy.conf.in: add example for SOCKS upstreamrofl0r
2017-11-27Add example value for Log Level settingBrian Cain
2017-11-16log to stdout if no logfile specifiedrofl0r
2017-11-16do not create a pidfile, if none is specified in configrofl0r
2017-11-16tinyproxy.conf.in: default to allow CONNECT method more broadlyrofl0r
2011-08-23Bug #103: Move files installed in /etc/ to /etc/tinyproxy/Mukund Sivaraman
2010-03-02Comment out the LogFile and PidFile options in the example tinyproxy.conf.Michael Adam
2010-03-02change the default pid file location to "@LOCALSTATEDIR@/run/tinyproxy/tinypr...Michael Adam
2010-03-02change the default log file location to "@LOCALSTATEDIR@/log/tinyproxy/tinypr...Michael Adam
2010-02-23tinyproxy.conf: fix LogFile to proper CamelCase for consistencyMichael Adam
2010-02-18Fix pkgdatadir path in tinyproxy.confMukund Sivaraman
2010-01-08[BB#17] Add custom HTTP request headers to outgoing HTTP requestsMukund Sivaraman
2009-11-14Mark all generated stuff with silent rulesMukund Sivaraman
2009-11-10gitignore etc/tinyproxy.conf - it is generatedMichael Adam
2009-11-10Update etc/Makefile.am to substitute TINYPROXY_STATHOSTMichael Adam
2009-11-10tinyproxy.conf: add a comment documenting StatHostMichael Adam
2009-10-11Clean tinyproxy.conf in make clean.Michael Adam
2009-10-11Fix make distcheck with tinyproxy.conf.inMichael Adam
2009-10-11Document DisableViaHeader in the tinyproxy.conf template.Michael Adam
2009-10-10Fix a typo in the tinyproxy.conf template.Michael Adam
2009-10-10generate etc/tinyproxy.conf from a tinyproxy.conf.in templateMichael Adam
2009-09-27tinyproxy.conf: Update the description of XTinyproxy (it is a bool).Michael Adam
2009-09-20tinyproxy.conf: add a comment referring to the tinyproxy.conf(5) manpageMichael Adam
2009-09-20tinyproxy.conf: update description of User/GroupMichael Adam
2009-09-13doc: Move doc/tinyproxy.conf to etc/ directoryMukund Sivaraman