summaryrefslogtreecommitdiff
path: root/tests/runtests.pl
Commit message (Expand)AuthorAgeFilesLines
* make the ftp server support reply/servercmd, and make SLOWDOWN work, andDaniel Stenberg2005-04-141-2/+2
* support tests that requires 'OpenSSL' specificlyDaniel Stenberg2005-04-121-2/+21
* Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM supportDaniel Stenberg2005-03-211-0/+10
* support multiple error codes for a test case since some things just varyDaniel Stenberg2005-03-171-5/+16
* check for the HTTPS server in a manner similar to how we check for the HTTPDaniel Stenberg2005-03-161-9/+13
* Moved out the valgrind report parser to valgrind.pm, to make it easier toDaniel Stenberg2005-02-101-49/+19
* Bugfixed the parser that scans the valgrind report outputs. I noticed that itDaniel Stenberg2005-01-301-2/+25
* when using valgrind, include a much longer stack traceDaniel Stenberg2005-01-291-1/+1
* Make the debug build get the debug dump file path from the environmentDaniel Stenberg2005-01-271-2/+2
* Added support for "verify" => "stripfile" to strip contents of the file thatDaniel Stenberg2005-01-201-13/+25
* Add support for server 'ftp2' which is a second FTP server. Useful for 3rdDaniel Stenberg2005-01-171-14/+33
* output better error detection, like when ipv6 can't resolveDaniel Stenberg2005-01-151-0/+5
* fixed the valgrind log check and make it possible to disable it for a specificDaniel Stenberg2005-01-071-32/+59
* set debug curl too when -c is usedDaniel Stenberg2004-12-211-1/+1
* duplicate ! typoDaniel Stenberg2004-12-171-2/+2
* fix skip-reasonDaniel Stenberg2004-12-161-4/+8
* Provide better reasons for why test cases are skipped. Also, don't show theDaniel Stenberg2004-12-161-54/+28
* Dinar in bug report #1086121, found a file handle leak when a multipartDaniel Stenberg2004-12-161-2/+7
* make sure the ipv6 http server gets its pid stored in a separate fileDaniel Stenberg2004-12-141-2/+1
* when failing to verify a HTTP server, display what curl said on stderr toDaniel Stenberg2004-12-121-3/+7
* HTTP IPv6 support added to the test suiteDaniel Stenberg2004-12-111-21/+67
* Fixed the array comparison function even more, made the temporary files usedDaniel Stenberg2004-11-301-1/+1
* no longer use the MIME::Base64.pm package as it seems to not be standardDaniel Stenberg2004-11-301-1/+0
* make it possible for a test case to depend on the feature 'libz'Daniel Stenberg2004-11-291-0/+9
* Enable test cases to provide sections base64-encoded to be able to testDaniel Stenberg2004-11-291-0/+1
* last-second-before-commit changes correctedDaniel Stenberg2004-11-261-2/+3
* FTP improvements:Daniel Stenberg2004-11-251-0/+20
* introducing the client/precheck concept to allow test 518 to *only* run whenDaniel Stenberg2004-11-231-0/+15
* David Phillips fix for test 518 and my extension to make it not run onDaniel Stenberg2004-11-221-0/+16
* just nicer output when this is seenDaniel Stenberg2004-10-251-1/+1
* Now the test servers and test cases can run on a custom port number. There'sDaniel Stenberg2004-09-081-14/+37
* prevent files named ".nfs[something]" from being displayed when failingDaniel Stenberg2004-08-241-0/+3
* Provide support for "transferring" zero bytes FTP files and comparing thatDaniel Stenberg2004-08-231-1/+1
* Bertrand Demiddelaer made the testing work with valgrind 2.1Daniel Stenberg2004-07-261-1/+12
* retry to read the sent request a few times if it doesn't exist the first timeDaniel Stenberg2004-06-221-2/+16
* new daring features, not used by any current testDaniel Stenberg2004-06-171-0/+11
* refuse running the torture tests without a debug buildDaniel Stenberg2004-06-141-0/+4
* removed debug output and trailing whitespaceDaniel Stenberg2004-05-171-21/+20
* grrr, fix the check again if no ftp server at all is runningDaniel Stenberg2004-05-171-2/+2
* improved the check for our own ftp serverDaniel Stenberg2004-05-171-19/+28
* made 'runtests.pl -t' run over all the tests just like other command linesDaniel Stenberg2004-05-131-7/+22
* revert the accidentally added use of straceDaniel Stenberg2004-05-111-1/+1
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+2
* James Bursa's adjustments to make the -t option work for any test case.Daniel Stenberg2004-05-101-100/+79
* don't use -i when checking for our own serverDaniel Stenberg2004-05-101-1/+1
* fixed typoDaniel Stenberg2004-05-051-1/+1
* Temporary disable the logic that runs gdb on a core dump, as it can't blindlyDaniel Stenberg2004-05-051-1/+1
* added a third URL to the torture testing, this one also hangs at some pointDaniel Stenberg2004-05-051-1/+2
* Display "exit OK" when the exit code has been verified to be OK, and addedDaniel Stenberg2004-04-301-15/+44
* support the new libcurl IDN feature, also a first attempt to display a stackDaniel Stenberg2004-04-301-2/+34