Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-30 | properly mark tests as requiring feature 'SSL' | Daniel Stenberg | |
2005-01-29 | when using valgrind, include a much longer stack trace | Daniel Stenberg | |
2005-01-28 | adjusted to the moved unlock of the DNS entry | Daniel Stenberg | |
2005-01-27 | test the EPRT/LPRT/PORT somewhat more | Daniel Stenberg | |
2005-01-27 | Use the same work-around for the memdebug stuff as in the command line client, | Daniel Stenberg | |
to allow the contents of the env var decide the file name. | |||
2005-01-27 | Make the debug build get the debug dump file path from the environment | Daniel Stenberg | |
variable to allow the test suite to better control where it ends up. | |||
2005-01-27 | verify a part of the PORT line | Daniel Stenberg | |
2005-01-26 | Make the server ignore the given PORT address, to make it possible to test | Daniel Stenberg | |
curl's -P option easier. | |||
2005-01-25 | Ian Ford asked about support for the FTP command ACCT, and I discovered it is | Daniel Stenberg | |
present in RFC959... so now (lib)curl supports it as well. --ftp-account and CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account string after PASS have been sent away. The client responds with "ACCT [account string]".) Added test case 228 and 229 to verify the functionality. Updated the test FTP server to support ACCT somewhat. | |||
2005-01-25 | A minor "syntax error" in numerous test files corrected | Daniel Stenberg | |
2005-01-21 | FTP third transfer support overhaul. See CHANGES for details. | Daniel Stenberg | |
2005-01-20 | Added support for "verify" => "stripfile" to strip contents of the file that | Daniel Stenberg | |
is being checked. Also made the server retrying sleep only one second instead of three, to reduce some waiting when fooling around with the servers. | |||
2005-01-20 | Support file names passed to RETR that don't start with a number. In that | Daniel Stenberg | |
case, all non-numeric prefixing letters are cut off to figure out the test number. | |||
2005-01-20 | Philippe Hameau found out that -Q "+[command]" didn't work, although some code | Daniel Stenberg | |
was written for it. I fixed and added test case 227 to verify it. The curl.1 man page didn't mention the '+' so I added it. | |||
2005-01-20 | add support for NOOP | Daniel Stenberg | |
2005-01-19 | added test226 too | Daniel Stenberg | |
2005-01-19 | Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URL | Daniel Stenberg | |
contains %0a or %0d in the user, password or CWD parts. (A future fix would include doing it for %00 as well - see KNOWN_BUGS for details.) Test case 225 and 226 were added to verify this | |||
2005-01-17 | Add support for server 'ftp2' which is a second FTP server. Useful for 3rd | Daniel Stenberg | |
party transfer tests or tests that need two FTP servers. | |||
2005-01-17 | support the new --id command line option, that allows a second (or third or | Daniel Stenberg | |
whatever) instance to run without overwriting the previous' logfiles | |||
2005-01-15 | output better error detection, like when ipv6 can't resolve | Daniel Stenberg | |
2005-01-14 | verify the protocol too | Daniel Stenberg | |
2005-01-07 | disable the valgrind log checking | Daniel Stenberg | |
2005-01-07 | fixed the valgrind log check and make it possible to disable it for a specific | Daniel Stenberg | |
test, see test 509 | |||
2005-01-07 | added test 199 | Daniel Stenberg | |
2004-12-21 | test enforced chunked encoding with PUT on a local file | Daniel Stenberg | |
2004-12-21 | Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the | Daniel Stenberg | |
-w option support 'http_connect' to make it easier to verify! | |||
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 | two more ftp directory re-use tests added | Daniel Stenberg | |
2004-12-16 | Provide better reasons for why test cases are skipped. Also, don't show the | Daniel Stenberg | |
SKIPPED stuff in the short output. Some platforms get quite a lot of SKIPPED and they don't add much value and only clutter screen space. | |||
2004-12-16 | Dinar in bug report #1086121, found a file handle leak when a multipart | Daniel Stenberg | |
formpost (including a file upload part) was aborted before the whole file was sent. | |||
2004-12-15 | fixed how backslashes are treated in glob strings | Daniel Stenberg | |
2004-12-14 | make sure the ipv6 http server gets its pid stored in a separate file | Daniel Stenberg | |
2004-12-14 | use the correct variables, not fixed values | Daniel Stenberg | |
2004-12-14 | Harshal Pradhan fixed changing username/password on a persitent HTTP | Daniel Stenberg | |
connection. | |||
2004-12-14 | mistake | Daniel Stenberg | |
2004-12-13 | Fixed missing braces warning. | Gisle Vanem | |
2004-12-12 | when failing to verify a HTTP server, display what curl said on stderr to | Daniel Stenberg | |
help debugging. (when using ipv6 I fell over this server that didn't have the ipv6 module loaded) | |||
2004-12-12 | Missing 'in6addr_any' in MingW's lib. ld bug? | Gisle Vanem | |
2004-12-11 | HTTP IPv6 support added to the test suite | Daniel Stenberg | |
2004-12-10 | two new test cases for proxy-CONNECT with NTLM (one doing GET, one doing POST) | Daniel Stenberg | |
2004-12-09 | ignore the getpart tool | Daniel Stenberg | |
2004-12-09 | close the connection when a bad test number was requested | Daniel Stenberg | |
2004-12-06 | HTTP PUT a to a FTP URL with username+password - over HTTP proxy | Daniel Stenberg | |
2004-12-03 | Bug report #1078066: when a chunked transfer was pre-maturely closed exactly | Daniel Stenberg | |
at a chunk boundary it was not considered an error and thus went unnoticed. Added test case 207 to verify. | |||
2004-12-02 | test 206 - HTTP proxy CONNECT auth Digest | Daniel Stenberg | |
2004-12-02 | added comment about port number in CONNECT string being used as test number | Daniel Stenberg | |
2004-12-01 | Use "HAVE_SYS_TYPES_H". | Gisle Vanem | |
2004-12-01 | make the "check" actually open all those file desciptors as well to make sure | Daniel Stenberg | |
it works, as it has proved to not work in some cases (like on Tor Arntsen's AIX 5100-06 xlc 5.0 --disable-shared runs). |