| Commit message (Expand) | Author | Age | Files | Lines |
* | uses the PERL variable configure digs up | Daniel Stenberg | 2000-12-05 | 1 | -2/+2 |
* | now counts all test cases and presents a counter at the end | Daniel Stenberg | 2000-11-28 | 1 | -2/+11 |
* | max-redirs test case data | Daniel Stenberg | 2000-11-28 | 4 | -0/+11 |
* | modified for ftp custom commands | Daniel Stenberg | 2000-11-27 | 1 | -5/+17 |
* | allows simple custom modifications for single test cases | Daniel Stenberg | 2000-11-27 | 1 | -6/+34 |
* | Added the ftpdN.txt file | Daniel Stenberg | 2000-11-27 | 1 | -0/+4 |
* | ftp graceful error detection check data | Daniel Stenberg | 2000-11-27 | 27 | -0/+37 |
* | file:// test data | Daniel Stenberg | 2000-11-27 | 6 | -0/+12 |
* | if the server doesn't output a logfile, the protocol file is not compared | Daniel Stenberg | 2000-11-27 | 1 | -15/+20 |
* | adjusted to modified FTP behaviour | Daniel Stenberg | 2000-11-22 | 2 | -1/+2 |
* | Added a curl-target to make it easier to build from this dir | Daniel Stenberg | 2000-11-22 | 1 | -0/+3 |
* | HTTP GET fail silently on HTTP error return | Daniel Stenberg | 2000-11-22 | 4 | -0/+9 |
* | I run the perl programs with 'perl [script]' instead, to overcome the | Daniel Stenberg | 2000-11-21 | 1 | -2/+2 |
* | upload check, better ability to specify test cases on the command line | Daniel Stenberg | 2000-11-21 | 1 | -13/+38 |
* | REST support seems to work | Daniel Stenberg | 2000-11-21 | 1 | -17/+51 |
* | Added the uploadN.txt description | Daniel Stenberg | 2000-11-21 | 1 | -0/+3 |
* | FTP test case data | Daniel Stenberg | 2000-11-21 | 42 | -2/+102 |
* | added a command line log that logs all command lines run in the complete | Daniel Stenberg | 2000-11-21 | 1 | -5/+19 |
* | FTP test case data | Daniel Stenberg | 2000-11-21 | 16 | -0/+69 |
* | httpN => protN and some other minor updates | Daniel Stenberg | 2000-11-21 | 1 | -2/+3 |
* | Added support for verifiedserver that returns a static silly string that | Daniel Stenberg | 2000-11-21 | 1 | -3/+11 |
* | starts and stops both HTTP and FTP servers now | Daniel Stenberg | 2000-11-21 | 1 | -20/+76 |
* | http* is now prot* since we're about to use other protocols as well | Daniel Stenberg | 2000-11-21 | 19 | -0/+0 |
* | attempt to use a bad protocol | Daniel Stenberg | 2000-11-21 | 3 | -0/+3 |
* | NLST does a LIST (a normal unix ftp client 'ls' becomes NLST) | Daniel Stenberg | 2000-11-21 | 1 | -4/+6 |
* | STOR works! | Daniel Stenberg | 2000-11-21 | 1 | -1/+7 |
* | fancier login text | Daniel Stenberg | 2000-11-21 | 1 | -140/+122 |
* | removed the forks, we don't need forking for single-task testing | Daniel Stenberg | 2000-11-21 | 1 | -66/+11 |
* | runtests.pl -c should be -a | Daniel Stenberg | 2000-11-21 | 1 | -1/+1 |
* | flushes the log handles before fork, now the logs work too! | Daniel Stenberg | 2000-11-20 | 1 | -14/+23 |
* | QUIT works, and now I can run a unix ftp client against the server and it | Daniel Stenberg | 2000-11-20 | 1 | -13/+28 |
* | CWD runs | Daniel Stenberg | 2000-11-20 | 1 | -0/+9 |
* | RETR seems to work too | Daniel Stenberg | 2000-11-20 | 1 | -2/+36 |
* | this is now a working ftp server, both PASV and PORT run fine, LIST works, | Daniel Stenberg | 2000-11-20 | 1 | -46/+139 |
* | extremely long URL test | Daniel Stenberg | 2000-11-20 | 4 | -0/+13 |
* | this is the first attempt of a tiny and simple ftp server in perl for curl | Daniel Stenberg | 2000-11-20 | 1 | -0/+251 |
* | added a description about the memory checks | Daniel Stenberg | 2000-11-20 | 1 | -0/+9 |
* | now supports checks for exit codes and check for memory even when curl | Daniel Stenberg | 2000-11-17 | 1 | -23/+51 |
* | graceful failure test | Daniel Stenberg | 2000-11-17 | 9 | -0/+9 |
* | output FAILED properly even when -s is used | Daniel Stenberg | 2000-11-17 | 1 | -3/+1 |
* | updated to the new stdout stuff and the new -a option | Daniel Stenberg | 2000-11-17 | 1 | -3/+6 |
* | updated to the new stdout file behaviour of runtests.pl | Daniel Stenberg | 2000-11-17 | 1 | -0/+6 |
* | make test in root now runs make quiet-test in the test dir | Daniel Stenberg | 2000-11-17 | 1 | -0/+4 |
* | uses stricter output | Daniel Stenberg | 2000-11-17 | 2 | -16/+45 |
* | better stdout check, full support for memory debug tests | Daniel Stenberg | 2000-11-17 | 1 | -23/+97 |
* | multiple URL test | Daniel Stenberg | 2000-11-17 | 4 | -0/+30 |
* | config file test | Daniel Stenberg | 2000-11-17 | 5 | -0/+23 |
* | moved out the FTP part | Daniel Stenberg | 2000-11-16 | 1 | -135/+12 |
* | updated to catch bug 122480 | Daniel Stenberg | 2000-11-15 | 2 | -3/+2 |
* | 'use strict' compliant | Daniel Stenberg | 2000-11-15 | 1 | -16/+71 |