summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* uses the PERL variable configure digs upDaniel Stenberg2000-12-051-2/+2
* now counts all test cases and presents a counter at the endDaniel Stenberg2000-11-281-2/+11
* max-redirs test case dataDaniel Stenberg2000-11-284-0/+11
* modified for ftp custom commandsDaniel Stenberg2000-11-271-5/+17
* allows simple custom modifications for single test casesDaniel Stenberg2000-11-271-6/+34
* Added the ftpdN.txt fileDaniel Stenberg2000-11-271-0/+4
* ftp graceful error detection check dataDaniel Stenberg2000-11-2727-0/+37
* file:// test dataDaniel Stenberg2000-11-276-0/+12
* if the server doesn't output a logfile, the protocol file is not comparedDaniel Stenberg2000-11-271-15/+20
* adjusted to modified FTP behaviourDaniel Stenberg2000-11-222-1/+2
* Added a curl-target to make it easier to build from this dirDaniel Stenberg2000-11-221-0/+3
* HTTP GET fail silently on HTTP error returnDaniel Stenberg2000-11-224-0/+9
* I run the perl programs with 'perl [script]' instead, to overcome theDaniel Stenberg2000-11-211-2/+2
* upload check, better ability to specify test cases on the command lineDaniel Stenberg2000-11-211-13/+38
* REST support seems to workDaniel Stenberg2000-11-211-17/+51
* Added the uploadN.txt descriptionDaniel Stenberg2000-11-211-0/+3
* FTP test case dataDaniel Stenberg2000-11-2142-2/+102
* added a command line log that logs all command lines run in the completeDaniel Stenberg2000-11-211-5/+19
* FTP test case dataDaniel Stenberg2000-11-2116-0/+69
* httpN => protN and some other minor updatesDaniel Stenberg2000-11-211-2/+3
* Added support for verifiedserver that returns a static silly string thatDaniel Stenberg2000-11-211-3/+11
* starts and stops both HTTP and FTP servers nowDaniel Stenberg2000-11-211-20/+76
* http* is now prot* since we're about to use other protocols as wellDaniel Stenberg2000-11-2119-0/+0
* attempt to use a bad protocolDaniel Stenberg2000-11-213-0/+3
* NLST does a LIST (a normal unix ftp client 'ls' becomes NLST)Daniel Stenberg2000-11-211-4/+6
* STOR works!Daniel Stenberg2000-11-211-1/+7
* fancier login textDaniel Stenberg2000-11-211-140/+122
* removed the forks, we don't need forking for single-task testingDaniel Stenberg2000-11-211-66/+11
* runtests.pl -c should be -aDaniel Stenberg2000-11-211-1/+1
* flushes the log handles before fork, now the logs work too!Daniel Stenberg2000-11-201-14/+23
* QUIT works, and now I can run a unix ftp client against the server and itDaniel Stenberg2000-11-201-13/+28
* CWD runsDaniel Stenberg2000-11-201-0/+9
* RETR seems to work tooDaniel Stenberg2000-11-201-2/+36
* this is now a working ftp server, both PASV and PORT run fine, LIST works,Daniel Stenberg2000-11-201-46/+139
* extremely long URL testDaniel Stenberg2000-11-204-0/+13
* this is the first attempt of a tiny and simple ftp server in perl for curlDaniel Stenberg2000-11-201-0/+251
* added a description about the memory checksDaniel Stenberg2000-11-201-0/+9
* now supports checks for exit codes and check for memory even when curlDaniel Stenberg2000-11-171-23/+51
* graceful failure testDaniel Stenberg2000-11-179-0/+9
* output FAILED properly even when -s is usedDaniel Stenberg2000-11-171-3/+1
* updated to the new stdout stuff and the new -a optionDaniel Stenberg2000-11-171-3/+6
* updated to the new stdout file behaviour of runtests.plDaniel Stenberg2000-11-171-0/+6
* make test in root now runs make quiet-test in the test dirDaniel Stenberg2000-11-171-0/+4
* uses stricter outputDaniel Stenberg2000-11-172-16/+45
* better stdout check, full support for memory debug testsDaniel Stenberg2000-11-171-23/+97
* multiple URL testDaniel Stenberg2000-11-174-0/+30
* config file testDaniel Stenberg2000-11-175-0/+23
* moved out the FTP partDaniel Stenberg2000-11-161-135/+12
* updated to catch bug 122480Daniel Stenberg2000-11-152-3/+2
* 'use strict' compliantDaniel Stenberg2000-11-151-16/+71