summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-03-03Use AI_PASSIVE flag to make tinyproxy listen on wildcard interfaceMukund Sivaraman1-0/+1
Signed-off-by: Michael Adam <obnox@samba.org>
2010-03-02Comment out the LogFile and PidFile options in the example tinyproxy.conf.Michael Adam1-2/+2
These are compiled in defaults now. Michael
2010-03-02change the default pid file location to ↵Michael Adam3-3/+3
"@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-02change the default log file location to ↵Michael Adam4-4/+4
"@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-03-02main: some tabs->spacesMichael Adam1-2/+2
2010-03-02main: move a log message.Michael Adam1-2/+2
2010-03-02main: drop privileges right after reading the configMichael Adam1-7/+8
This is the second part of fixing bug #74. I lets tinyproxy create its log and pid files as the user as which it is running, so that later on at SIGHUP, the log file can successfully be reopened. Michael
2010-03-02main: separate loading of config and setup_logging at startupMichael Adam1-1/+8
This is the first part of a fix for bug #74 (making reloading of config work if running as non-privileged user) Michael
2010-02-23tinyproxy.conf: fix LogFile to proper CamelCase for consistencyMichael Adam1-2/+2
2010-02-23tests: fix bug #80: keep track of errors in return codesMichael Adam1-2/+10
Michael
2010-02-23tests: fix a typo in run_tests.shMichael Adam1-1/+1
2010-02-22test: add make target "make valgrind-test-wait"Michael Adam1-0/+3
2010-02-22tests: add a new make target "make test-wait"Michael Adam1-0/+3
2010-02-22tests: Fix bug #79. Finish "make test" without waiting for user input.Michael Adam1-3/+5
Old behaviour is preserved by passing in the environment variable TINYPROXY_TESTS_WAIT=yes. Michael
2010-02-19Use format string when logging messagesMukund Sivaraman1-1/+1
2010-02-18Fix pkgdatadir path in tinyproxy.confMukund Sivaraman1-7/+7
2010-02-17Display upstream proxy support in usage messageMukund Sivaraman1-0/+5
2010-02-17Update help text a littleMukund Sivaraman1-1/+1
2010-01-26Also install AUTHORS file in doc directoryMukund Sivaraman1-2/+3
2010-01-26Install README and NEWS in doc directoryMukund Sivaraman1-0/+4
2010-01-25Remove bogus static qualifiers for these auto variablesMukund Sivaraman1-2/+2
2010-01-25Remove unnecessary cast to (void **)Mukund Sivaraman1-1/+1
Fixes a compiler warning about dereferencing type-punned pointers.
2010-01-25Remove obsolete ChangeLog fileMukund Sivaraman2-2156/+1
2010-01-25Fix typo in manpageMukund Sivaraman1-2/+2
2010-01-25Fix compiler warning about dereferencing type-punned pointersMukund Sivaraman2-16/+17
2010-01-25Don't check for overlength stringsMukund Sivaraman1-1/+1
2010-01-24Minor text updatesMukund Sivaraman1-8/+7
2010-01-24Minor text updates to the patch sectionMukund Sivaraman1-4/+5
2010-01-21Revert "Pass address family when binding to outgoing socket"Mukund Sivaraman1-7/+4
This reverts commit 65ef313cc4601b5ad84d1da1800ff38bf8f046a9. This patch could've been the reason for BB#69.
2010-01-19Reformat README for asciidocMukund Sivaraman1-23/+31
2010-01-19List all authors when license is requestedMukund Sivaraman2-1/+5
(Not just recent authors.)
2010-01-19Add more authorsMukund Sivaraman2-0/+2
2010-01-19Change to for loopMukund Sivaraman1-8/+3
2010-01-18Show authors and documenters when license is requestedMukund Sivaraman5-1/+174
2010-01-18Add authors.* files to EXTRA_DISTMukund Sivaraman1-0/+3
2010-01-18Make note about auto-generated file an asciidoc commentMukund Sivaraman2-0/+4
2010-01-18Update AUTHORS file for dual rolesMukund Sivaraman2-4/+8
2010-01-18Move documenters under Documentation sectionMukund Sivaraman2-2/+2
2010-01-18Do better asciidoc formatting of AUTHORS fileMukund Sivaraman2-15/+27
2010-01-18Update the AUTHORS fileMukund Sivaraman6-14/+134
This uses an XML based system now to store author names. We also keep a pre-generated AUTHORS file checked in.
2010-01-18Remove completed items from TODO listMukund Sivaraman1-6/+0
2010-01-17Reset the NEWS file for the master branchMukund Sivaraman1-72/+3
2010-01-17Bump master version to 1.9.0Mukund Sivaraman1-2/+2
2010-01-17Fix bug #68: Allow all ports for CONNECT at absence of ConnectPort in config.Michael Adam1-3/+3
2010-01-17Bump version to 1.8.0Mukund Sivaraman1-3/+3
2010-01-17Do an openlog() on fallback to syslogMukund Sivaraman1-10/+8
2010-01-17Remove extra argument to log_message()Mukund Sivaraman1-1/+1
2010-01-17Remove ret variable as 0 is always returnedMukund Sivaraman1-5/+1
2010-01-17Remove unused labelMukund Sivaraman1-1/+0
2010-01-17log: when opening the log file fails, fall back to syslog logging.Michael Adam1-4/+13