- May 13, 2003
-
-
Daniel Stenberg authored
the define accordingly in the hostip.h header to work nicely all over.
-
Daniel Stenberg authored
it is.
-
- May 12, 2003
-
-
Daniel Stenberg authored
name isn't an ip address
-
Daniel Stenberg authored
set to "". This frees the application from having to know which encodings the library supports.
-
Daniel Stenberg authored
the new socket to non-blocking
-
Daniel Stenberg authored
-
Daniel Stenberg authored
DATA
-
- May 09, 2003
-
-
Daniel Stenberg authored
-
- May 06, 2003
-
-
Daniel Stenberg authored
EAGAIN but only EWOULDBLOCK, which caused badness on HPUX. We also check for and act the same on EINTR errors as well now.
-
- May 02, 2003
-
-
Daniel Stenberg authored
extract the correct set of cookies to send. This functionality is verified by test case 62.
-
- May 01, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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
-