aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2004-10-01- Based on Fedor Karpelevitch's formpost path basename patch, file parts inDaniel Stenberg
2004-09-22Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend onDaniel Stenberg
2004-09-16Location: problem with bad original URL, identified in bug report #1029478Daniel Stenberg
2004-09-15no more getdate.c to care aboutDaniel Stenberg
2004-09-111. cookie expire-strings MUST use GMT timezonesDaniel Stenberg
2004-09-10fixed -F to support setting type= even on parts that aren't file-uploadsDaniel Stenberg
2004-09-10- Bug report #1025986. When following a Location: with a custom Host: headerDaniel Stenberg
2004-09-08Now the test servers and test cases can run on a custom port number. There'sDaniel Stenberg
2004-08-24added test 183 to verify that we properly send good Host: headers whenDaniel Stenberg
2004-08-24prevent files named ".nfs[something]" from being displayed when failingDaniel Stenberg
2004-08-23verify that transferring a zero byte FTP file results in a zero byte localDaniel Stenberg
2004-08-23Provide support for "transferring" zero bytes FTP files and comparing thatDaniel Stenberg
2004-08-23Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs andDaniel Stenberg
2004-08-16Roland Krikava's cookies over proxy fix.Daniel Stenberg
2004-07-29mingw32 builds make .a libsDaniel Stenberg
2004-07-26Bertrand Demiddelaer made the testing work with valgrind 2.1Daniel Stenberg
2004-07-25libs built with libtool are named .la in the build dirDaniel Stenberg
2004-07-24if --enable-ares is used, we must run 'buildconf' in the ares dir beforeDaniel Stenberg
2004-07-16test downloading from a server claiming negative content-lengthDaniel Stenberg
2004-07-15added Borland support.Gunter Knauf
2004-07-14An Andres Garcia fix: add a typecast to make it work betterDaniel Stenberg
2004-07-06fixed Win32 prebuild section; fixed minor cosmetic bug.Gunter Knauf
2004-07-05be a bit more verbose when things go wrong.Gunter Knauf
2004-07-05added additional check to avoid calling a non-existant external script.Gunter Knauf
2004-07-05the simple way was too simple, so added --mktarball option.Gunter Knauf
2004-07-05added simple way to create a tarball just before the build is deleted.Gunter Knauf
2004-07-05changed to reflect recent NetWare makefile changes;Gunter Knauf
2004-06-30NOBODY set TRUE after a POST makes a good HEAD nowDaniel Stenberg
2004-06-29fixed argument parsing; added --setup option.Gunter Knauf
2004-06-22extended to include a cookie with 4998 bytes of contentDaniel Stenberg
2004-06-22added new --target option for autobuilding other targets than GNU-like.Gunter Knauf
2004-06-22retry to read the sent request a few times if it doesn't exist the first timeDaniel Stenberg