Age | Commit message (Expand) | Author |
2002-01-03 | added a little percentage for "ok coverage" | Daniel Stenberg |
2001-11-29 | remove the command file after each test | Daniel Stenberg |
2001-10-17 | don't use 'strict' anymore, as it doesn't work good with the cygwin fixes | Daniel Stenberg |
2001-10-10 | checkserver() bugged, Kevin Roth detected and fixed | Daniel Stenberg |
2001-08-21 | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 | Daniel Stenberg |
2001-08-08 | when a test expects an error code but gets a different one, we now output | Daniel Stenberg |
2001-08-06 | adjusted to the correct treatmeant of file:// URLs | Daniel Stenberg |
2001-08-06 | 7.8.1-pre3 commit | Daniel Stenberg |
2001-06-27 | better strip | Daniel Stenberg |
2001-06-14 | made stdin testing work, also made 'nocheck=true' work when set on the | Daniel Stenberg |
2001-05-28 | better -v use, passes -I to all perl invokes | Daniel Stenberg |
2001-05-23 | adjusted to the new test case formats | Daniel Stenberg |
2001-05-21 | doesn't run ssl tests if libcurl wasn't built with ssl support (and reports | Daniel Stenberg |
2001-05-14 | pid files fixes, ftp server already-running-but-no-control check | Daniel Stenberg |
2001-05-04 | 'FILE *' changed to 'void *' in all callback functions | Daniel Stenberg |
2001-04-26 | split curl and libcurl into two strings in the initial display | Daniel Stenberg |
2001-04-24 | no name no test | Daniel Stenberg |
2001-04-24 | new tests, new server invoke system | Daniel Stenberg |
2001-03-13 | made 'X to Y' sequences not include X twice | Daniel Stenberg |
2001-03-12 | include the failed test case numbers in the end summary | Daniel Stenberg |
2001-03-12 | made it support test case ranges on the command line, specified as | Daniel Stenberg |
2001-03-05 | show the ftp server invoke line when -d is used | Daniel Stenberg |
2001-02-20 | -g runs the specified test(s) with gdb! | Daniel Stenberg |
2001-01-29 | removed upload.NN files after each test | Daniel Stenberg |
2001-01-27 | Added -d that enables easier protocol/server debug overview (it invokes | Daniel Stenberg |
2001-01-08 | Loic Dachary's updates to get 'make distcheck' work, including running the | Daniel Stenberg |
2000-11-28 | now counts all test cases and presents a counter at the end | Daniel Stenberg |
2000-11-27 | modified for ftp custom commands | Daniel Stenberg |
2000-11-27 | if the server doesn't output a logfile, the protocol file is not compared | Daniel Stenberg |
2000-11-21 | upload check, better ability to specify test cases on the command line | Daniel Stenberg |
2000-11-21 | added a command line log that logs all command lines run in the complete | Daniel Stenberg |
2000-11-21 | starts and stops both HTTP and FTP servers now | Daniel Stenberg |
2000-11-17 | now supports checks for exit codes and check for memory even when curl | Daniel Stenberg |
2000-11-17 | output FAILED properly even when -s is used | Daniel Stenberg |
2000-11-17 | uses stricter output | Daniel Stenberg |
2000-11-17 | better stdout check, full support for memory debug tests | Daniel Stenberg |
2000-11-15 | now sorts the test cases when "all" is used | Daniel Stenberg |
2000-11-15 | 'use strict' compliant | Daniel Stenberg |
2000-11-14 | removed some /= 256 that was wrongly left | Daniel Stenberg |
2000-11-14 | added help text on -h | Daniel Stenberg |
2000-11-14 | removed lots of external program dependencies (for windows compliance) | Daniel Stenberg |
2000-11-13 | logs stderr as well now, which is good if the program crashes, and also | Daniel Stenberg |
2000-11-13 | converted shell script to perl | Daniel Stenberg |