Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-21 | FTP test case data | Daniel Stenberg | |
2000-11-21 | added a command line log that logs all command lines run in the complete | Daniel Stenberg | |
test run | |||
2000-11-21 | FTP test case data | Daniel Stenberg | |
2000-11-21 | httpN => protN and some other minor updates | Daniel Stenberg | |
2000-11-21 | Added support for verifiedserver that returns a static silly string that | Daniel Stenberg | |
allows the test script to verify that it is our test server running on the particular port | |||
2000-11-21 | starts and stops both HTTP and FTP servers now | Daniel Stenberg | |
checks memanalyze output better filters PORT output when doing FTP compares | |||
2000-11-21 | http* is now prot* since we're about to use other protocols as well | Daniel Stenberg | |
2000-11-21 | attempt to use a bad protocol | Daniel Stenberg | |
2000-11-21 | NLST does a LIST (a normal unix ftp client 'ls' becomes NLST) | Daniel Stenberg | |
multiple transfers are supported | |||
2000-11-21 | STOR works! | Daniel Stenberg | |
2000-11-21 | fancier login text | Daniel Stenberg | |
removed lots of wasted comments cleaned up a little STOR doesn't work | |||
2000-11-21 | removed the forks, we don't need forking for single-task testing | Daniel Stenberg | |
2000-11-21 | runtests.pl -c should be -a | Daniel Stenberg | |
2000-11-20 | flushes the log handles before fork, now the logs work too! | Daniel Stenberg | |
2000-11-20 | QUIT works, and now I can run a unix ftp client against the server and it | Daniel Stenberg | |
runs pretty good | |||
2000-11-20 | CWD runs | Daniel Stenberg | |
2000-11-20 | RETR seems to work too | Daniel Stenberg | |
2000-11-20 | this is now a working ftp server, both PASV and PORT run fine, LIST works, | Daniel Stenberg | |
RETR and STORE don't | |||
2000-11-20 | extremely long URL test | Daniel Stenberg | |
2000-11-20 | this is the first attempt of a tiny and simple ftp server in perl for curl | Daniel Stenberg | |
test purposes | |||
2000-11-20 | added a description about the memory checks | Daniel Stenberg | |
2000-11-17 | now supports checks for exit codes and check for memory even when curl | Daniel Stenberg | |
returns (expected) exit code | |||
2000-11-17 | graceful failure test | Daniel Stenberg | |
2000-11-17 | output FAILED properly even when -s is used | Daniel Stenberg | |
2000-11-17 | updated to the new stdout stuff and the new -a option | Daniel Stenberg | |
2000-11-17 | updated to the new stdout file behaviour of runtests.pl | Daniel Stenberg | |
2000-11-17 | make test in root now runs make quiet-test in the test dir | 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-17 | multiple URL test | Daniel Stenberg | |
2000-11-17 | config file test | Daniel Stenberg | |
2000-11-16 | moved out the FTP part | Daniel Stenberg | |
2000-11-15 | updated to catch bug 122480 | Daniel Stenberg | |
2000-11-15 | 'use strict' compliant | Daniel Stenberg | |
better complains if there are missing input files for a test case explaced exit-calls with returns instead | |||
2000-11-15 | proxy authorization test case | 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 | more decriptions | Daniel Stenberg | |
2000-11-14 | removed lots of external program dependencies (for windows compliance) | Daniel Stenberg | |
added lots of comments added -s for short output and made it possible to run specific test cases from the command line | |||
2000-11-13 | somewhat more functioning FTP | Daniel Stenberg | |
2000-11-13 | basic and early ftp support | Daniel Stenberg | |
2000-11-13 | logs stderr as well now, which is good if the program crashes, and also | Daniel Stenberg | |
dumps more information in case curl doesn't return success | |||
2000-11-13 | updated | Daniel Stenberg | |
2000-11-13 | converted shell script to perl | Daniel Stenberg | |
2000-11-13 | more test case data | Daniel Stenberg | |
2000-11-13 | if the server is already running when the script is started, it now verifies | Daniel Stenberg | |
that it actually is our test server that runs | |||
2000-11-13 | defaults to run all available test cases in (1 - last) order | Daniel Stenberg | |
2000-11-13 | updated test cases | Daniel Stenberg | |