Age | Commit message (Expand) | Author |
2005-08-24 | valgrind version 3 renames the --logfile command line option to --log-file... | Daniel Stenberg |
2005-07-03 | Andrew Bushnell provided enough info for me to tell that we badly needed to | Daniel Stenberg |
2005-06-03 | Andres Garcia's text mode fix for the 'data' part | Daniel Stenberg |
2005-05-25 | modified output logging, fixed the ftpslave killing | Daniel Stenberg |
2005-05-20 | Add support for text mode on stdout tests as well, and add the mode=text | Daniel Stenberg |
2005-05-17 | Made test case 241 precheck that the given name resolves to an ipv6 address, | Daniel Stenberg |
2005-05-16 | return, not exit, on several places | Daniel Stenberg |
2005-05-06 | When a server is clearly running, curl is now invoked to verify that it can | Daniel Stenberg |
2005-05-04 | now add --trace-time by default for curl tests | Daniel Stenberg |
2005-05-03 | *MAN* was this hard to track down. Had I just read the docs properly from the | Daniel Stenberg |
2005-05-02 | Fixed the FTP server read stuff when waiting for a connect after a PASV/EPSV. | Daniel Stenberg |
2005-05-02 | When starting the ftp server, wait a few seconds to make really sure that | Daniel Stenberg |
2005-05-02 | blank a few more environment variables before running a test | Daniel Stenberg |
2005-05-01 | fixed to use fork()+exec() to start test servers | Daniel Stenberg |
2005-04-28 | moved two functions to ftp.pm, made some more changes on stopping servers | Daniel Stenberg |
2005-04-28 | no, the kill servers messages need to be verbose, they're too frequent | Daniel Stenberg |
2005-04-28 | display killed pids to make it easier to see for autobuilds etc | Daniel Stenberg |
2005-04-28 | When staring a HTTP server, use the pidfile preferably since it turns out | Daniel Stenberg |
2005-04-28 | remove unused ftps-server code and fixed two warnings | Daniel Stenberg |
2005-04-28 | 1. no longer ask the server for the HTTPS pid, as it returns the HTTP pid | Daniel Stenberg |
2005-04-27 | detect SSL library properly and display it on startup | Daniel Stenberg |
2005-04-22 | ignore the memdump file when showing files after a failure | Daniel Stenberg |
2005-04-22 | modified the test case success reporting, added "test N out of Y" and | Daniel Stenberg |
2005-04-18 | Modified the FTP server to use the new 'sockfilt' program to do all the socket | Daniel Stenberg |
2005-04-14 | make the ftp server support reply/servercmd, and make SLOWDOWN work, and | Daniel Stenberg |
2005-04-12 | support tests that requires 'OpenSSL' specificly | Daniel Stenberg |
2005-03-21 | Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM support | Daniel Stenberg |
2005-03-17 | support multiple error codes for a test case since some things just vary | Daniel Stenberg |
2005-03-16 | check for the HTTPS server in a manner similar to how we check for the HTTP | Daniel Stenberg |
2005-02-10 | Moved out the valgrind report parser to valgrind.pm, to make it easier to | Daniel Stenberg |
2005-01-30 | Bugfixed the parser that scans the valgrind report outputs. I noticed that it | Daniel Stenberg |
2005-01-29 | when using valgrind, include a much longer stack trace | Daniel Stenberg |
2005-01-27 | Make the debug build get the debug dump file path from the environment | Daniel Stenberg |
2005-01-20 | Added support for "verify" => "stripfile" to strip contents of the file that | Daniel Stenberg |
2005-01-17 | Add support for server 'ftp2' which is a second FTP server. Useful for 3rd | Daniel Stenberg |
2005-01-15 | output better error detection, like when ipv6 can't resolve | Daniel Stenberg |
2005-01-07 | fixed the valgrind log check and make it possible to disable it for a specific | Daniel Stenberg |
2004-12-21 | set debug curl too when -c is used | Daniel Stenberg |
2004-12-17 | duplicate ! typo | Daniel Stenberg |
2004-12-16 | fix skip-reason | Daniel Stenberg |
2004-12-16 | Provide better reasons for why test cases are skipped. Also, don't show the | Daniel Stenberg |
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 |