aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2004-12-17duplicate ! typoDaniel Stenberg
2004-12-16fix skip-reasonDaniel Stenberg
2004-12-16two more ftp directory re-use tests addedDaniel Stenberg
2004-12-16Provide better reasons for why test cases are skipped. Also, don't show theDaniel Stenberg
2004-12-16Dinar in bug report #1086121, found a file handle leak when a multipartDaniel Stenberg
2004-12-15fixed how backslashes are treated in glob stringsDaniel Stenberg
2004-12-14make sure the ipv6 http server gets its pid stored in a separate fileDaniel Stenberg
2004-12-14use the correct variables, not fixed valuesDaniel Stenberg
2004-12-14Harshal Pradhan fixed changing username/password on a persitent HTTPDaniel Stenberg
2004-12-14mistakeDaniel Stenberg
2004-12-13Fixed missing braces warning.Gisle Vanem
2004-12-12when failing to verify a HTTP server, display what curl said on stderr toDaniel Stenberg
2004-12-12Missing 'in6addr_any' in MingW's lib. ld bug?Gisle Vanem
2004-12-11HTTP IPv6 support added to the test suiteDaniel Stenberg
2004-12-10two new test cases for proxy-CONNECT with NTLM (one doing GET, one doing POST)Daniel Stenberg
2004-12-09ignore the getpart toolDaniel Stenberg
2004-12-09close the connection when a bad test number was requestedDaniel Stenberg
2004-12-06HTTP PUT a to a FTP URL with username+password - over HTTP proxyDaniel Stenberg
2004-12-03Bug report #1078066: when a chunked transfer was pre-maturely closed exactlyDaniel Stenberg
2004-12-02test 206 - HTTP proxy CONNECT auth DigestDaniel Stenberg
2004-12-02added comment about port number in CONNECT string being used as test numberDaniel Stenberg
2004-12-01Use "HAVE_SYS_TYPES_H".Gisle Vanem
2004-12-01make the "check" actually open all those file desciptors as well to make sureDaniel Stenberg
2004-11-30fixed test case errorsDaniel Stenberg
2004-11-30three new compress test casesDaniel Stenberg
2004-11-30Fixed the array comparison function even more, made the temporary files usedDaniel Stenberg
2004-11-30no longer use the MIME::Base64.pm package as it seems to not be standardDaniel Stenberg
2004-11-29added test 221 to test a broken gzip content downloadDaniel Stenberg
2004-11-29added test 220 - simple gzip auto decompressDaniel Stenberg
2004-11-29removed commentDaniel Stenberg
2004-11-29include setup.h firstDaniel Stenberg
2004-11-29zero terminate the buffer spitout() returns, as the sws.c code depends onDaniel Stenberg
2004-11-29make it possible for a test case to depend on the feature 'libz'Daniel Stenberg
2004-11-29Enable test cases to provide sections base64-encoded to be able to testDaniel Stenberg
2004-11-29utility to base encode data passed on stdinDaniel Stenberg
2004-11-29stricter newline policyDaniel Stenberg
2004-11-28add more info to the stderr outputDaniel Stenberg
2004-11-26last-second-before-commit changes correctedDaniel Stenberg
2004-11-25FTP improvements:Daniel Stenberg
2004-11-24HTTP "auth done right". See lib/README.httpauthDaniel Stenberg
2004-11-23oops, use the precheck too!Daniel Stenberg
2004-11-23introducing the client/precheck concept to allow test 518 to *only* run whenDaniel Stenberg
2004-11-22David Phillips fix for test 518 and my extension to make it not run onDaniel Stenberg
2004-11-19ifdef for portable "/dev/null".Gisle Vanem
2004-11-19David Phillips' FD_SETSIZE fixDaniel Stenberg
2004-11-15added test case 517: 22 tests of the curl_getdate() functionDaniel Stenberg
2004-11-11Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.Daniel Stenberg
2004-10-27Added --retry and --retry-delay first attempt with four related test cases.Daniel Stenberg
2004-10-27log client disconnectsDaniel Stenberg
2004-10-25Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on aDaniel Stenberg