aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2004-10-25just nicer output when this is seenDaniel Stenberg
2004-10-25the array sizes _can_ differ and the arrays can still match, since chompDaniel Stenberg
2004-10-19revert the charset fix as it broke the solaris tests (native iconv doesn'tDaniel Stenberg
2004-10-19CURLINFO_NUM_CONNECTS and moreDaniel Stenberg
2004-10-19bug 1049275 fixes test 165Daniel Stenberg
2004-10-14Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user nameDaniel Stenberg
2004-10-14use quotes to make gdb usage on this easierDaniel Stenberg
2004-10-12correctionDaniel Stenberg
2004-10-10attempt to make the configure output appear in the build log when it runsDaniel Stenberg
2004-10-07use curlx_strnequal() from the private lib sources instead of strncasecmp()Daniel Stenberg
2004-10-06test resume and redirectDaniel Stenberg
2004-10-06Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabledDaniel Stenberg
2004-10-04Made the dns entry remain locked while a connection to the host remains toDaniel Stenberg
2004-10-03removed trailing whitespaceDaniel Stenberg