Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-23 | Bug #103: Move files installed in /etc/ to /etc/tinyproxy/ | Mukund Sivaraman | 2 | -3/+5 | |
2010-03-02 | Comment out the LogFile and PidFile options in the example tinyproxy.conf. | Michael Adam | 1 | -2/+2 | |
These are compiled in defaults now. Michael | |||||
2010-03-02 | change the default pid file location to ↵ | Michael Adam | 1 | -1/+1 | |
"@LOCALSTATEDIR@/run/tinyproxy/tinyproxy.pid" I.e., add a tinyproxy subdirectory. This is meant to ease running tinyproxy as non-root user. The subdirectory can be used to give the tinyproxy user write permission. Michael | |||||
2010-03-02 | change the default log file location to ↵ | Michael Adam | 1 | -1/+1 | |
"@LOCALSTATEDIR@/log/tinyproxy/tinyproxy.log" i.e. add a tinyproxy subdirectory. This is meant to ease running tinyproxy as non-root user the subdirectory can be used to give the tinyproxy user write permission. Michael | |||||
2010-02-23 | tinyproxy.conf: fix LogFile to proper CamelCase for consistency | Michael Adam | 1 | -2/+2 | |
2010-02-18 | Fix pkgdatadir path in tinyproxy.conf | Mukund Sivaraman | 1 | -7/+7 | |
2010-01-08 | [BB#17] Add custom HTTP request headers to outgoing HTTP requests | Mukund Sivaraman | 1 | -0/+7 | |
2009-11-14 | Mark all generated stuff with silent rules | Mukund Sivaraman | 1 | -3/+3 | |
2009-11-10 | gitignore etc/tinyproxy.conf - it is generated | Michael Adam | 1 | -0/+1 | |
2009-11-10 | Update etc/Makefile.am to substitute TINYPROXY_STATHOST | Michael Adam | 1 | -1/+2 | |
Maybe, it would be better to have a two stage process here: 1. Have AC_SUBST from configure substitute as many variables as possible in a fist stage tinyproxy.conf.tmpl.in --> tinyproxy.conf.tmp 2. Have make substitute those remaining paths that can not be substituted reasonable by configure due to the internal workings of automake. Michael | |||||
2009-11-10 | tinyproxy.conf: add a comment documenting StatHost | Michael Adam | 1 | -0/+10 | |
Michael | |||||
2009-10-11 | Clean tinyproxy.conf in make clean. | Michael Adam | 1 | -0/+2 | |
2009-10-11 | Fix make distcheck with tinyproxy.conf.in | Michael Adam | 1 | -3/+3 | |
(Fixes make install and out of tree builds) Thanks to muks for the top_srcdir bit! | |||||
2009-10-11 | Document DisableViaHeader in the tinyproxy.conf template. | Michael Adam | 1 | -0/+9 | |
2009-10-10 | Fix a typo in the tinyproxy.conf template. | Michael Adam | 1 | -1/+1 | |
2009-10-10 | generate etc/tinyproxy.conf from a tinyproxy.conf.in template | Michael Adam | 2 | -10/+25 | |
This is a first cut at providing a tinyproxy.conf file with more useful default or example directories. It uses datadir, sysconfdir and localstatedir. Because automake is a little special here, this template can not simply be processed by configure (AC_CONFIG_FILES(...)), as these variables can only be used like this in makefiles. Instead, we need a little sed-processor in the Makfile in etc/. Michael | |||||
2009-09-27 | tinyproxy.conf: Update the description of XTinyproxy (it is a bool). | Michael Adam | 1 | -3/+3 | |
Michael | |||||
2009-09-20 | tinyproxy.conf: add a comment referring to the tinyproxy.conf(5) manpage | Michael Adam | 1 | -0/+4 | |
Michael | |||||
2009-09-20 | tinyproxy.conf: update description of User/Group | Michael Adam | 1 | -4/+3 | |
Michael | |||||
2009-09-13 | doc: Move doc/tinyproxy.conf to etc/ directory | Mukund Sivaraman | 2 | -0/+306 | |