Only log the test number when not running in verbose mode
[privoxy.git] / tools / privoxy-regression-test.pl
2013-02-05 Fabian KeilOnly log the test number when not running in verbose...
2013-01-06 Fabian KeilFix comment typos
2013-01-06 Fabian KeilBump PRT_VERSION and copyright
2013-01-06 Fabian KeilAdd an 'Overwrite condition' directive to skip any...
2013-01-06 Fabian KeilDocument the Ignore directive
2013-01-06 Fabian KeilInclude the Privoxy version in the output
2013-01-06 Fabian KeilRemove the "Copyright" line from print_version()
2012-04-29 Fabian KeilLog to STDOUT instead of STDERR
2011-10-30 Fabian KeilBump version to 0.5
2011-10-30 Fabian KeilAdd --shuffle-tests option to increase the chances...
2011-10-30 Fabian KeilAdd a --local-test-file option that allows to use Privo...
2011-10-30 Fabian KeilRename load_regressions_tests() to load_regression_tests()
2011-07-17 Fabian KeilMake sure --privoxy-address works with IPv6 addresses...
2011-06-29 Fabian KeilUnbreak execute_dumb_fetch_test().
2011-06-29 Fabian KeilLet Getopt::Long perform some sanity checks for paramet...
2011-06-29 Fabian KeilImplement a --sleep-time option
2011-06-29 Fabian KeilConsistently use quote() in execute_dumb_fetch_test().
2011-06-29 Fabian KeilIn load_action_files(), use quote() instead of quoting...
2011-06-23 Fabian KeilDelimit the date in log messages with dashes instead...
2011-05-08 Fabian KeilFix white-space.
2011-05-08 Fabian KeilUse a more traditional for loop to iterate over the...
2011-05-08 Fabian KeilReduce empty lines in init_our_variables().
2011-05-08 Fabian KeilSimplify check_header_result() a bit.
2011-05-08 Fabian KeilFix spelling in two error messages.
2011-04-19 Fabian KeilFix spelling errors found with codespell.
2011-02-19 Fabian KeilBump copyright.
2011-02-19 Fabian KeilIn load_action_files(), don't check_for_forbidden_chara...
2011-02-19 Fabian KeilIn the --help output, include a list of supported test...
2010-01-03 Fabian KeilBump version to 0.4.
2009-11-10 Fabian KeilExit in case of unrecognized parameters.
2009-10-29 Fabian KeilMake it work with my next Privoxy commit.
2009-10-29 Fabian KeilStore the test executors in the test hash and execute...
2009-10-08 Fabian KeilSet the redirect test level to 108 so they aren't execu...
2009-10-08 Fabian KeilRemove superfluous anonymous sub in parse_cli_options().
2009-10-01 Fabian KeilIn execute_regression_test(), use a dispatch hash inste...
2009-10-01 Fabian KeilRedirect-test related cosmetics.
2009-09-18 Fabian KeilCosmetics and spelling fixes for the previous commit.
2009-09-18 Fabian KeilImplement redirect tests. Their default level is 8.
2009-06-15 Fabian KeilLet dependency_unsatisfied() properly deal with tests...
2009-06-15 Fabian KeilRemove duplicated single-quotes.
2009-06-14 Fabian KeilFix a tokenize() regression that caused it to miss...
2009-06-10 Fabian KeilRemove check_for_curl() as using 'which' isn't portable.
2009-06-05 Fabian KeilLet subs work with the test hash directly, there's...
2009-06-01 Fabian KeilFactor get_skip_reason() out of execute_regression_tests().
2009-06-01 Fabian KeilIn check_for_forbidden_characters(), don't allow line...
2009-06-01 Fabian KeilIn load_regression_tests(), catch-last minute config...
2009-05-28 Fabian KeilImprove code clarity by factoring log_and_die() out...
2009-05-27 Fabian KeilReject unknown dependencies.
2009-05-27 Fabian KeilDue to a bug in dependency_unsatisfied(), tests were...
2009-05-25 Fabian KeilUnbreak elsif condition.
2009-05-25 Fabian KeilStreamline elsif condition. White space fixes.
2009-05-19 Fabian Keilcheck_for_forbidden_characters() cosmetics:
2009-05-15 Fabian Keil- Don't let --verbose imply --show-skipped-tests. It...
2009-05-01 Fabian KeilIgnore nested comments in tokenize().
2009-04-05 Fabian KeilPut some headers in error messages in single quotes.
2009-02-27 Fabian KeilCosmetics.
2009-02-25 Fabian KeilAdd the cli option --show-skipped-tests to log
2009-02-23 Fabian KeilIf --verbose is set, log which tests were skipped and...
2009-02-14 Fabian Keil- Change default max-level value to 100.
2008-10-25 Fabian KeilCosmetics.
2008-10-25 Fabian KeilUnderstand dependencies like:
2008-08-22 Fabian KeilDocument --test-number.
2008-07-23 Fabian KeilMention the number of action files that are going to...
2008-07-03 Fabian KeilBump version to 0.3.
2008-07-03 Fabian KeilWhite-space fixes.
2008-07-03 Fabian KeilImplement --forks option.
2008-06-21 Fabian KeilIn check_status_code_result(), make sure
2008-05-26 Fabian KeilRequest heads for server-header-action tests at 127...
2008-05-24 Fabian KeilAllow to fuzz white space in test headers.
2008-05-17 Fabian KeilLet it digest shiny new LWS tests properly.
2008-05-05 Fabian KeilAdd --fuzzer-address option to specify a different...
2008-05-02 Fabian KeilDon't show successful test runs by default.
2008-04-12 Fabian KeilIn get_final_results(), quote with quote()
2008-04-04 Fabian Keil- Add some more checks for incompletely specified tests.
2008-03-28 Fabian KeilShorten enlist_new_test().
2008-03-27 Fabian KeilDumb syntax down for earlier Perl versions.
2008-03-26 Fabian KeilComment fix reloaded.
2008-03-26 Fabian KeilCosmetics.
2008-03-26 Fabian Keil- Add the directives "Sticky Actions" and "URL" which...
2008-03-25 Fabian KeilDocument "Blocked URL".
2008-03-21 Fabian Keil- Normalize whitespace in directives.
2008-03-19 Fabian Keil- Rename "Block Test" directive to "Blocked URL".
2008-03-18 Fabian Keil- Don't allow colons in token names.
2008-03-18 Fabian Keil- Add "block test" directive.
2008-02-17 Fabian Keil- Send HEAD requests with --request + --head instead...
2008-02-16 Fabian KeilAllow to skip tests that depend on unavailable options.
2008-02-16 Fabian KeilCosmetics.
2008-01-21 Fabian Keil- Factor enlist_new_test() out of load_action_files().
2008-01-18 Fabian KeilAdd Privoxy-Regression-Test 0.2 and a few regression...