Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | tests: fix bug #80: keep track of errors in return codes | Michael Adam | 1 | -2/+10 | |
Michael | |||||
2010-02-23 | tests: fix a typo in run_tests.sh | Michael Adam | 1 | -1/+1 | |
2010-02-22 | tests: Fix bug #79. Finish "make test" without waiting for user input. | Michael Adam | 1 | -3/+5 | |
Old behaviour is preserved by passing in the environment variable TINYPROXY_TESTS_WAIT=yes. Michael | |||||
2009-10-11 | tests: add commented out DisableViaHeader to tinyproxy conf in the tests. | Michael Adam | 1 | -0/+1 | |
2009-09-27 | tests: set XTinyproxy Yes in the test setup | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-09-27 | tests: fix infinite loop "waiting for 3 seconds..." in bash | Michael Adam | 1 | -3/+1 | |
Michael | |||||
2009-09-21 | tests: use the debug.html file as DefaultErrorFile in the tests. | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-09-15 | tests: prepare tinyproxy for filter file usage in tests. | Michael Adam | 1 | -1/+6 | |
Michael | |||||
2009-09-13 | tests: test retreival of stathost page. | Michael Adam | 1 | -0/+3 | |
Michael | |||||
2009-09-13 | tests: set stathost to 127.0.0.127 in the testsuite | Michael Adam | 1 | -0/+2 | |
Michael | |||||
2009-09-13 | tests: print IP and port after firing up tinyproxy and webserver | Michael Adam | 1 | -2/+2 | |
Michael | |||||
2009-09-13 | tests: fix run_tests.sh after templates have moved. | Michael Adam | 1 | -3/+3 | |
Michael | |||||
2009-09-11 | tests: add support for running tinyproxy under valgrind. | Michael Adam | 1 | -1/+1 | |
When you want to run tinyproxy under valgrind, set the environment variable VALGRIND to some useful valgrind command line. Michael | |||||
2009-09-10 | tests: restructure run_tests into functions to make main flow clearer. | Michael Adam | 1 | -65/+104 | |
Also prepare for modularizing the testsuite. Michael | |||||
2009-09-10 | tests:run_tests: add complete GPL boilerplate. | Michael Adam | 1 | -2/+13 | |
Michael | |||||
2009-09-10 | tests: this is a first draft of the beginning of a test suite. | Michael Adam | 1 | -0/+138 | |
It provisions a test envirnonment, fires up the perl web server and tinyproxy and currently makes one direct request to the web server and one request through tinyproxy. This will be modularized and extended in the sequel. Michael |