summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-03-02main: some tabs->spacesMichael Adam
2010-03-02main: move a log message.Michael Adam
2010-03-02main: drop privileges right after reading the configMichael Adam
2010-03-02main: separate loading of config and setup_logging at startupMichael Adam
2010-02-23tinyproxy.conf: fix LogFile to proper CamelCase for consistencyMichael Adam
2010-02-23tests: fix bug #80: keep track of errors in return codesMichael Adam
2010-02-23tests: fix a typo in run_tests.shMichael Adam
2010-02-22test: add make target "make valgrind-test-wait"Michael Adam
2010-02-22tests: add a new make target "make test-wait"Michael Adam
2010-02-22tests: Fix bug #79. Finish "make test" without waiting for user input.Michael Adam
2010-02-19Use format string when logging messagesMukund Sivaraman
2010-02-18Fix pkgdatadir path in tinyproxy.confMukund Sivaraman
2010-02-17Display upstream proxy support in usage messageMukund Sivaraman
2010-02-17Update help text a littleMukund Sivaraman
2010-01-26Also install AUTHORS file in doc directoryMukund Sivaraman
2010-01-26Install README and NEWS in doc directoryMukund Sivaraman
2010-01-25Remove bogus static qualifiers for these auto variablesMukund Sivaraman
2010-01-25Remove unnecessary cast to (void **)Mukund Sivaraman
2010-01-25Remove obsolete ChangeLog fileMukund Sivaraman
2010-01-25Fix typo in manpageMukund Sivaraman
2010-01-25Fix compiler warning about dereferencing type-punned pointersMukund Sivaraman
2010-01-25Don't check for overlength stringsMukund Sivaraman
2010-01-24Minor text updatesMukund Sivaraman
2010-01-24Minor text updates to the patch sectionMukund Sivaraman
2010-01-21Revert "Pass address family when binding to outgoing socket"Mukund Sivaraman
2010-01-19Reformat README for asciidocMukund Sivaraman
2010-01-19List all authors when license is requestedMukund Sivaraman
2010-01-19Add more authorsMukund Sivaraman
2010-01-19Change to for loopMukund Sivaraman
2010-01-18Show authors and documenters when license is requestedMukund Sivaraman
2010-01-18Add authors.* files to EXTRA_DISTMukund Sivaraman
2010-01-18Make note about auto-generated file an asciidoc commentMukund Sivaraman
2010-01-18Update AUTHORS file for dual rolesMukund Sivaraman
2010-01-18Move documenters under Documentation sectionMukund Sivaraman
2010-01-18Do better asciidoc formatting of AUTHORS fileMukund Sivaraman
2010-01-18Update the AUTHORS fileMukund Sivaraman
2010-01-18Remove completed items from TODO listMukund Sivaraman
2010-01-17Reset the NEWS file for the master branchMukund Sivaraman
2010-01-17Bump master version to 1.9.0Mukund Sivaraman
2010-01-17Fix bug #68: Allow all ports for CONNECT at absence of ConnectPort in config.Michael Adam
2010-01-17Bump version to 1.8.0Mukund Sivaraman
2010-01-17Do an openlog() on fallback to syslogMukund Sivaraman
2010-01-17Remove extra argument to log_message()Mukund Sivaraman
2010-01-17Remove ret variable as 0 is always returnedMukund Sivaraman
2010-01-17Remove unused labelMukund Sivaraman
2010-01-17log: when opening the log file fails, fall back to syslog logging.Michael Adam
2010-01-16conf: reduce indentation in load_config_file()Michael Adam