| Commit message (Expand) | Author | Age | Files | Lines |
* | make the ftp server support reply/servercmd, and make SLOWDOWN work, and | Daniel Stenberg | 2005-04-14 | 1 | -2/+2 |
* | support tests that requires 'OpenSSL' specificly | Daniel Stenberg | 2005-04-12 | 1 | -2/+21 |
* | Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM support | Daniel Stenberg | 2005-03-21 | 1 | -0/+10 |
* | support multiple error codes for a test case since some things just vary | Daniel Stenberg | 2005-03-17 | 1 | -5/+16 |
* | check for the HTTPS server in a manner similar to how we check for the HTTP | Daniel Stenberg | 2005-03-16 | 1 | -9/+13 |
* | Moved out the valgrind report parser to valgrind.pm, to make it easier to | Daniel Stenberg | 2005-02-10 | 1 | -49/+19 |
* | Bugfixed the parser that scans the valgrind report outputs. I noticed that it | Daniel Stenberg | 2005-01-30 | 1 | -2/+25 |
* | when using valgrind, include a much longer stack trace | Daniel Stenberg | 2005-01-29 | 1 | -1/+1 |
* | Make the debug build get the debug dump file path from the environment | Daniel Stenberg | 2005-01-27 | 1 | -2/+2 |
* | Added support for "verify" => "stripfile" to strip contents of the file that | Daniel Stenberg | 2005-01-20 | 1 | -13/+25 |
* | Add support for server 'ftp2' which is a second FTP server. Useful for 3rd | Daniel Stenberg | 2005-01-17 | 1 | -14/+33 |
* | output better error detection, like when ipv6 can't resolve | Daniel Stenberg | 2005-01-15 | 1 | -0/+5 |
* | fixed the valgrind log check and make it possible to disable it for a specific | Daniel Stenberg | 2005-01-07 | 1 | -32/+59 |
* | set debug curl too when -c is used | Daniel Stenberg | 2004-12-21 | 1 | -1/+1 |
* | duplicate ! typo | Daniel Stenberg | 2004-12-17 | 1 | -2/+2 |
* | fix skip-reason | Daniel Stenberg | 2004-12-16 | 1 | -4/+8 |
* | Provide better reasons for why test cases are skipped. Also, don't show the | Daniel Stenberg | 2004-12-16 | 1 | -54/+28 |
* | Dinar in bug report #1086121, found a file handle leak when a multipart | Daniel Stenberg | 2004-12-16 | 1 | -2/+7 |
* | make sure the ipv6 http server gets its pid stored in a separate file | Daniel Stenberg | 2004-12-14 | 1 | -2/+1 |
* | when failing to verify a HTTP server, display what curl said on stderr to | Daniel Stenberg | 2004-12-12 | 1 | -3/+7 |
* | HTTP IPv6 support added to the test suite | Daniel Stenberg | 2004-12-11 | 1 | -21/+67 |
* | Fixed the array comparison function even more, made the temporary files used | Daniel Stenberg | 2004-11-30 | 1 | -1/+1 |
* | no longer use the MIME::Base64.pm package as it seems to not be standard | Daniel Stenberg | 2004-11-30 | 1 | -1/+0 |
* | make it possible for a test case to depend on the feature 'libz' | Daniel Stenberg | 2004-11-29 | 1 | -0/+9 |
* | Enable test cases to provide sections base64-encoded to be able to test | Daniel Stenberg | 2004-11-29 | 1 | -0/+1 |
* | last-second-before-commit changes corrected | Daniel Stenberg | 2004-11-26 | 1 | -2/+3 |
* | FTP improvements: | Daniel Stenberg | 2004-11-25 | 1 | -0/+20 |
* | introducing the client/precheck concept to allow test 518 to *only* run when | Daniel Stenberg | 2004-11-23 | 1 | -0/+15 |
* | David Phillips fix for test 518 and my extension to make it not run on | Daniel Stenberg | 2004-11-22 | 1 | -0/+16 |
* | just nicer output when this is seen | Daniel Stenberg | 2004-10-25 | 1 | -1/+1 |
* | Now the test servers and test cases can run on a custom port number. There's | Daniel Stenberg | 2004-09-08 | 1 | -14/+37 |
* | prevent files named ".nfs[something]" from being displayed when failing | Daniel Stenberg | 2004-08-24 | 1 | -0/+3 |
* | Provide support for "transferring" zero bytes FTP files and comparing that | Daniel Stenberg | 2004-08-23 | 1 | -1/+1 |
* | Bertrand Demiddelaer made the testing work with valgrind 2.1 | Daniel Stenberg | 2004-07-26 | 1 | -1/+12 |
* | retry to read the sent request a few times if it doesn't exist the first time | Daniel Stenberg | 2004-06-22 | 1 | -2/+16 |
* | new daring features, not used by any current test | Daniel Stenberg | 2004-06-17 | 1 | -0/+11 |
* | refuse running the torture tests without a debug build | Daniel Stenberg | 2004-06-14 | 1 | -0/+4 |
* | removed debug output and trailing whitespace | Daniel Stenberg | 2004-05-17 | 1 | -21/+20 |
* | grrr, fix the check again if no ftp server at all is running | Daniel Stenberg | 2004-05-17 | 1 | -2/+2 |
* | improved the check for our own ftp server | Daniel Stenberg | 2004-05-17 | 1 | -19/+28 |
* | made 'runtests.pl -t' run over all the tests just like other command lines | Daniel Stenberg | 2004-05-13 | 1 | -7/+22 |
* | revert the accidentally added use of strace | Daniel Stenberg | 2004-05-11 | 1 | -1/+1 |
* | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | 2004-05-11 | 1 | -2/+2 |
* | James Bursa's adjustments to make the -t option work for any test case. | Daniel Stenberg | 2004-05-10 | 1 | -100/+79 |
* | don't use -i when checking for our own server | Daniel Stenberg | 2004-05-10 | 1 | -1/+1 |
* | fixed typo | Daniel Stenberg | 2004-05-05 | 1 | -1/+1 |
* | Temporary disable the logic that runs gdb on a core dump, as it can't blindly | Daniel Stenberg | 2004-05-05 | 1 | -1/+1 |
* | added a third URL to the torture testing, this one also hangs at some point | Daniel Stenberg | 2004-05-05 | 1 | -1/+2 |
* | Display "exit OK" when the exit code has been verified to be OK, and added | Daniel Stenberg | 2004-04-30 | 1 | -15/+44 |
* | support the new libcurl IDN feature, also a first attempt to display a stack | Daniel Stenberg | 2004-04-30 | 1 | -2/+34 |