aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-09CURLOPT_FTP_USE_EPRT addedDaniel Stenberg
2003-05-09--disable-eprt addedDaniel Stenberg
2003-05-09support for CURLOPT_FTP_USE_EPRT addedDaniel Stenberg
2003-05-09AIX wants sys/select.hDaniel Stenberg
2003-05-09clarify on the curl name issue and that there may be other libcurl-basedDaniel Stenberg
tools that provide GUI
2003-05-06 Kevin Delafield reported another case where we didn't correctly check forDaniel Stenberg
EAGAIN but only EWOULDBLOCK, which caused badness on HPUX. We also check for and act the same on EINTR errors as well now.
2003-05-05fixed the required tools' version numbersDaniel Stenberg
2003-05-04the writable argv check now should not exit when building a cross-compiledDaniel Stenberg
curl
2003-05-03put back the libtool test, now for 1.5Daniel Stenberg
require autoconf 2.57 require automake 1.7
2003-05-02If there is a custom Host: header specified, we use that host name toDaniel Stenberg
extract the correct set of cookies to send. This functionality is verified by test case 62.
2003-05-02send correct cookies when using a custom Host:Daniel Stenberg
2003-05-02fixed the format slightlyDaniel Stenberg
2003-05-01corrected a comment about gzip not being supportedDaniel Stenberg
2003-05-01FTP URL with type=aDaniel Stenberg
2003-05-01Andy Cedilnik fixed some compiler warningsDaniel Stenberg
2003-05-01ourerrno became Curl_ourerrno() and is now available to all libcurlDaniel Stenberg
2003-05-01Use the proper Curl_ourerrno() function instead of plain errno, for betterDaniel Stenberg
portability. Also use Andy Cedilnik's compiler warning fixes.
2003-04-30the test numbers are now only for human readability, the numbers no longerDaniel Stenberg
enforces protocol/server
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
test number.
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
is used
2003-04-30when making up the list of path parts, save the last entry pointing to NULLDaniel Stenberg
as otherwise we'll go nuts
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
o Save domains in jars like Mozilla does. It means all domains set in Set-Cookie: headers are dot-prefixed. o Save and use the 'tailmatch' field in the Mozilla/Netscape cookie jars (the second column). o Reject cookies using illegal domains in the Set-Cookie: line. Concerns both domains with too few dots or domains that are outside the currently operating server host's domain. o Set the path part by default to the one used in the request, if none was set in the Set-Cookie line.
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
RFC1738, which means it'll use one CWD for each pathpart.
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
when using the multi interface (too).
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
content-length made me add test case 60, that does exactly this, but it seems to run fine...
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