- May 01, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
portability. Also use Andy Cedilnik's compiler warning fixes.
-
- Apr 30, 2003
-
-
Daniel Stenberg authored
as otherwise we'll go nuts
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
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.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
RFC1738, which means it'll use one CWD for each pathpart.
-
- Apr 29, 2003
-
-
Daniel Stenberg authored
when using the multi interface (too).
-
- Apr 25, 2003
-
-
Daniel Stenberg authored
-
- Apr 22, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
return CURLE_OK no matter what happens.
-
- Apr 15, 2003
-
-
Daniel Stenberg authored
-
- Apr 14, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
also now attempt to detect and return the specific CACERT error code.
-
- Apr 11, 2003
-
-
Daniel Stenberg authored
I edited somewhat and removed trailing whitespaces.
-
Daniel Stenberg authored
chunked encoding.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
there seem to be non-compliant FTP servers out there that return 200, so we accept any '2xy' response now.
-
Daniel Stenberg authored
Ralph Mitchell's notification.
-
- Apr 10, 2003
-
-
Daniel Stenberg authored
slash after the host name, but still a ? and following "parameters".
-
- Apr 09, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
made the Last-Modified (faked) header look correct using GMT always
-
- Apr 08, 2003
-
-
Daniel Stenberg authored
miss the first letter
-
Daniel Stenberg authored
-
- Apr 04, 2003
-
-
Daniel Stenberg authored
and 12 following hexadecimal letters, which seems to be what IE uses. This makes curl work smoother with more stupidly written server apps. Worked this out together with Martijn Broenland.
-
- Apr 03, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 31, 2003
-
-
Daniel Stenberg authored
also subsequently free the ssl struct if the connection struct is to be deleted
-
Sterling Hughes authored
-
Daniel Stenberg authored
comparisons before re-using SSL connections and re-using SSL connection IDs.
-
Daniel Stenberg authored
disables the host name check in the FOLLOWLOCATION code. With that option set, libcurl will send user+password to all hosts.
-
Daniel Stenberg authored
ConnectionExists() when first doing a proxy connecto to a HTTPS site and then switching over to a HTTP connection to the same host. This fix corrects the problem.
-
- Mar 25, 2003
-
-
Daniel Stenberg authored
-
- Mar 24, 2003
-
-
Daniel Stenberg authored
-