Age | Commit message (Expand) | Author |
2004-12-16 | Dinar in bug report #1086121, found a file handle leak when a multipart | Daniel Stenberg |
2004-12-14 | make sure the ipv6 http server gets its pid stored in a separate file | Daniel Stenberg |
2004-12-12 | when failing to verify a HTTP server, display what curl said on stderr to | Daniel Stenberg |
2004-12-11 | HTTP IPv6 support added to the test suite | Daniel Stenberg |
2004-11-30 | Fixed the array comparison function even more, made the temporary files used | Daniel Stenberg |
2004-11-30 | no longer use the MIME::Base64.pm package as it seems to not be standard | Daniel Stenberg |
2004-11-29 | make it possible for a test case to depend on the feature 'libz' | Daniel Stenberg |
2004-11-29 | Enable test cases to provide sections base64-encoded to be able to test | Daniel Stenberg |
2004-11-26 | last-second-before-commit changes corrected | Daniel Stenberg |
2004-11-25 | FTP improvements: | Daniel Stenberg |
2004-11-23 | introducing the client/precheck concept to allow test 518 to *only* run when | Daniel Stenberg |
2004-11-22 | David Phillips fix for test 518 and my extension to make it not run on | Daniel Stenberg |
2004-10-25 | just nicer output when this is seen | Daniel Stenberg |
2004-09-08 | Now the test servers and test cases can run on a custom port number. There's | Daniel Stenberg |
2004-08-24 | prevent files named ".nfs[something]" from being displayed when failing | Daniel Stenberg |
2004-08-23 | Provide support for "transferring" zero bytes FTP files and comparing that | Daniel Stenberg |
2004-07-26 | Bertrand Demiddelaer made the testing work with valgrind 2.1 | Daniel Stenberg |
2004-06-22 | retry to read the sent request a few times if it doesn't exist the first time | Daniel Stenberg |
2004-06-17 | new daring features, not used by any current test | Daniel Stenberg |
2004-06-14 | refuse running the torture tests without a debug build | Daniel Stenberg |
2004-05-17 | removed debug output and trailing whitespace | Daniel Stenberg |
2004-05-17 | grrr, fix the check again if no ftp server at all is running | Daniel Stenberg |
2004-05-17 | improved the check for our own ftp server | Daniel Stenberg |
2004-05-13 | made 'runtests.pl -t' run over all the tests just like other command lines | Daniel Stenberg |
2004-05-11 | revert the accidentally added use of strace | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-05-10 | James Bursa's adjustments to make the -t option work for any test case. | Daniel Stenberg |
2004-05-10 | don't use -i when checking for our own server | Daniel Stenberg |
2004-05-05 | fixed typo | Daniel Stenberg |
2004-05-05 | Temporary disable the logic that runs gdb on a core dump, as it can't blindly | Daniel Stenberg |
2004-05-05 | added a third URL to the torture testing, this one also hangs at some point | Daniel Stenberg |
2004-04-30 | Display "exit OK" when the exit code has been verified to be OK, and added | Daniel Stenberg |
2004-04-30 | support the new libcurl IDN feature, also a first attempt to display a stack | Daniel Stenberg |
2004-04-29 | remove newline from matching pattern | Daniel Stenberg |
2004-04-23 | No longer uses the valgrind option '--logfile-fd', we use the --logfile | Daniel Stenberg |
2004-04-22 | modified how valgrind is run to make sure that file handle 3 exists when | Daniel Stenberg |
2004-04-16 | don't display the . and .. files when dumping the log/ contents | Daniel Stenberg |
2004-04-15 | clean the log directory between each single test, so that we can better | Daniel Stenberg |
2004-04-14 | display interesting log files on failure, if -p is used | Daniel Stenberg |
2004-04-13 | Initial support for dumping the contents of the files in log/ when failing | Daniel Stenberg |
2004-03-29 | fix to figure out the "real" windows path when built and run with mingw | Daniel Stenberg |
2004-03-01 | support 'large_file' as a feature to require for specific tests (such as | Daniel Stenberg |
2004-02-26 | runtests.pl now provides the srcdir to the ftpserver so that it can pass | Daniel Stenberg |
2004-02-20 | %HTTPPORT supported in subVariables | Daniel Stenberg |
2004-02-20 | When trying to see if there's a friendly http server on "our" port, we | Daniel Stenberg |
2004-02-12 | provide a source path to the servers to make them find the tests when run | Daniel Stenberg |
2004-01-13 | use the *correct* header! | Daniel Stenberg |
2004-01-13 | added standard source header | Daniel Stenberg |
2004-01-12 | better skip reasons, longer waiting for startup of servers (due to slow/loaded | Daniel Stenberg |
2003-12-17 | Check the error code AFTER the protocol and data. Only changed to perhaps | Daniel Stenberg |