aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-05-01Use the proper Curl_ourerrno() function instead of plain errno, for betterDaniel Stenberg
2003-04-30the test numbers are now only for human readability, the numbers no longerDaniel Stenberg
2003-04-30no longer assume that the test number implies servers to runDaniel Stenberg
2003-04-30Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg
2003-04-30we say welcome to test 142Daniel Stenberg
2003-04-30verify that curl fails fine when an FTP URL with a too deep dir hierarchyDaniel Stenberg
2003-04-30when making up the list of path parts, save the last entry pointing to NULLDaniel Stenberg
2003-04-30recent actionDaniel Stenberg
2003-04-30if there's a cookiehost allocated, free that tooDaniel Stenberg
2003-04-30ok, make the test run ok tooDaniel Stenberg
2003-04-30various new cookie tests with a custom Host: header setDaniel Stenberg
2003-04-30modified to work with modified codeDaniel Stenberg
2003-04-30modified to produce nicer output when a single test failsDaniel Stenberg
2003-04-30make the diffs with 'diff -u' to make them nicer and easier to readDaniel Stenberg
2003-04-30stop parsing Host: host names at colons tooDaniel Stenberg
2003-04-30modified to the new cookie function protoDaniel Stenberg
2003-04-30extract host name from custom Host: headers to use for cookiesDaniel Stenberg
2003-04-30Many cookie fixes:Daniel Stenberg
2003-04-30changes need for the new ftp path treatment and the new cookie codeDaniel Stenberg
2003-04-30David Balazic's patch to make the FTP operations "do right" according toDaniel Stenberg
2003-04-30two more platforms Rich Gray built curl onDaniel Stenberg
2003-04-29 Peter Kovacs provided a patch that makes the CURLINFO_CONNECT_TIME work fineDaniel Stenberg
2003-04-29mention configure --helpDaniel Stenberg
2003-04-28CURLOPT_FTPPORT could support port number tooDaniel Stenberg
2003-04-28corrected the comment which wasn't correctDaniel Stenberg
2003-04-25RSAglue.lib is no longer needed with recent OpenSSL versionsDaniel Stenberg
2003-04-24Dan Fandrich added support for the gzip Content-Encoding for --compressedDaniel Stenberg
2003-04-23Bryan Kemp's reported problems with curl and PUT from stdin and a fakedDaniel Stenberg
2003-04-22last 10 days or soDaniel Stenberg
2003-04-22libtool 1.5 stuffDaniel Stenberg
2003-04-22stop checking for libtool, we don't run that in this scriptDaniel Stenberg
2003-04-22Dan Fandrich corrected the error messages on "bad encoding".Daniel Stenberg
2003-04-22Dan Fandrich's gzip bugfixDaniel Stenberg
2003-04-22Dan Fandrich's fixDaniel Stenberg
2003-04-22 Peter Sylvester pointed out that curl_easy_setopt() will always (wrongly)Daniel Stenberg
2003-04-16two dashes is enoughDaniel Stenberg
2003-04-15typecast the setting of the size, as it might be an off_t which is biggerDaniel Stenberg
2003-04-15If MALLOCDEBUG, include the lib's setup.h here so that the proper definesDaniel Stenberg
2003-04-15include config.h before all system headers, so that _FILE_OFFSET_BITS andDaniel Stenberg
2003-04-15extended the -F sectionDaniel Stenberg
2003-04-15treat uploaded .html files as text/html by defaultDaniel Stenberg
2003-04-14return the same error for the sslv2 "certificate verify failed" codeDaniel Stenberg
2003-04-14new wording by Kevin RothDaniel Stenberg
2003-04-14ignore all stamp-h*Daniel Stenberg
2003-04-14With the recent fix of libcurl, it shall now return CURLE_SSL_CACERT whenDaniel Stenberg
2003-04-14Restored the SSL error codes since they was broken in the 7.10.4 release,Daniel Stenberg
2003-04-14FTP CWD response fixedDaniel Stenberg
2003-04-11clarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone'sDaniel Stenberg
2003-04-11Nic fixed so that Curl_client_write() must not be called with 0 lenth data.Daniel Stenberg
2003-04-11Nic Hines fixed this bug when deflate or gzip contents were downloaded usingDaniel Stenberg