Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-30 | verify that curl fails fine when an FTP URL with a too deep dir hierarchy | Daniel Stenberg | |
is used | |||
2003-04-30 | when making up the list of path parts, save the last entry pointing to NULL | Daniel Stenberg | |
as otherwise we'll go nuts | |||
2003-04-30 | recent action | Daniel Stenberg | |
2003-04-30 | if there's a cookiehost allocated, free that too | Daniel Stenberg | |
2003-04-30 | ok, make the test run ok too | Daniel Stenberg | |
2003-04-30 | various new cookie tests with a custom Host: header set | Daniel Stenberg | |
2003-04-30 | modified to work with modified code | Daniel Stenberg | |
2003-04-30 | modified to produce nicer output when a single test fails | Daniel Stenberg | |
2003-04-30 | make the diffs with 'diff -u' to make them nicer and easier to read | Daniel Stenberg | |
2003-04-30 | stop parsing Host: host names at colons too | Daniel Stenberg | |
2003-04-30 | modified to the new cookie function proto | Daniel Stenberg | |
2003-04-30 | extract host name from custom Host: headers to use for cookies | Daniel Stenberg | |
2003-04-30 | Many 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-30 | changes need for the new ftp path treatment and the new cookie code | Daniel Stenberg | |
2003-04-30 | David Balazic's patch to make the FTP operations "do right" according to | Daniel Stenberg | |
RFC1738, which means it'll use one CWD for each pathpart. | |||
2003-04-30 | two more platforms Rich Gray built curl on | Daniel Stenberg | |
2003-04-29 | Peter Kovacs provided a patch that makes the CURLINFO_CONNECT_TIME work fine | Daniel Stenberg | |
when using the multi interface (too). | |||
2003-04-29 | mention configure --help | Daniel Stenberg | |
2003-04-28 | CURLOPT_FTPPORT could support port number too | Daniel Stenberg | |
2003-04-28 | corrected the comment which wasn't correct | Daniel Stenberg | |
2003-04-25 | RSAglue.lib is no longer needed with recent OpenSSL versions | Daniel Stenberg | |
2003-04-24 | Dan Fandrich added support for the gzip Content-Encoding for --compressed | Daniel Stenberg | |
2003-04-23 | Bryan Kemp's reported problems with curl and PUT from stdin and a faked | Daniel Stenberg | |
content-length made me add test case 60, that does exactly this, but it seems to run fine... | |||
2003-04-22 | last 10 days or so | Daniel Stenberg | |
2003-04-22 | libtool 1.5 stuff | Daniel Stenberg | |
2003-04-22 | stop checking for libtool, we don't run that in this script | Daniel Stenberg | |
2003-04-22 | Dan Fandrich corrected the error messages on "bad encoding". | Daniel Stenberg | |
2003-04-22 | Dan Fandrich's gzip bugfix | Daniel Stenberg | |
2003-04-22 | Dan Fandrich's fix | Daniel Stenberg | |
2003-04-22 | Peter Sylvester pointed out that curl_easy_setopt() will always (wrongly) | Daniel Stenberg | |
return CURLE_OK no matter what happens. | |||
2003-04-16 | two dashes is enough | Daniel Stenberg | |
2003-04-15 | typecast the setting of the size, as it might be an off_t which is bigger | Daniel Stenberg | |
than long and libcurl expects a long... | |||
2003-04-15 | If MALLOCDEBUG, include the lib's setup.h here so that the proper defines | Daniel Stenberg | |
are set before all system headers, as otherwise we get compiler warnings on my Solaris at least. | |||
2003-04-15 | include config.h before all system headers, so that _FILE_OFFSET_BITS and | Daniel Stenberg | |
similar is set properly by us first | |||
2003-04-15 | extended the -F section | Daniel Stenberg | |
2003-04-15 | treat uploaded .html files as text/html by default | Daniel Stenberg | |
2003-04-14 | return the same error for the sslv2 "certificate verify failed" code | Daniel Stenberg | |
2003-04-14 | new wording by Kevin Roth | Daniel Stenberg | |
2003-04-14 | ignore all stamp-h* | Daniel Stenberg | |
2003-04-14 | With the recent fix of libcurl, it shall now return CURLE_SSL_CACERT when | Daniel Stenberg | |
it had problems withe CA cert and thus we offer a huge blurb of verbose help to explain to the poor user why this happens. | |||
2003-04-14 | Restored the SSL error codes since they was broken in the 7.10.4 release, | Daniel Stenberg | |
also now attempt to detect and return the specific CACERT error code. | |||
2003-04-14 | FTP CWD response fixed | Daniel Stenberg | |
gzip content-encoding added chunked content-encoding fixed | |||
2003-04-11 | clarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone's | Daniel Stenberg | |
suggestion | |||
2003-04-11 | Nic fixed so that Curl_client_write() must not be called with 0 lenth data. | Daniel Stenberg | |
I edited somewhat and removed trailing whitespaces. | |||
2003-04-11 | Nic Hines fixed this bug when deflate or gzip contents were downloaded using | Daniel Stenberg | |
chunked encoding. | |||
2003-04-11 | ah, move the zero byte too or havoc will occur | Daniel Stenberg | |
2003-04-11 | verify the new url parser fix | Daniel Stenberg | |
2003-04-11 | support ? as separator instead of / even if not protocol was given | Daniel Stenberg | |
2003-04-11 | these guys deserve a mentioning here as well | Daniel Stenberg | |
2003-04-11 | Dan the man on the list | Daniel Stenberg | |