- Apr 12, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
better for FTP (any protocol with protocol-specific connect actions)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA.
-
- Apr 10, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
connect() so that it tells to which host and what port it is about to attempt the connection
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 08, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
always stop reading after the headers no matter what 'close' is.
-
- Apr 04, 2002
-
-
Daniel Stenberg authored
check proxy connections for "deadness" before they were re-used
-
Daniel Stenberg authored
extra second after having downloaded headers-only
-
Daniel Stenberg authored
Gerhard Herre reported this in bug report #536238
-
- Apr 03, 2002
-
-
Daniel Stenberg authored
-
- Apr 02, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 25, 2002
-
-
Daniel Stenberg authored
-
- Mar 23, 2002
-
-
Daniel Stenberg authored
-
- Mar 20, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to make sure it remains functional.
-
Daniel Stenberg authored
array Also, uploading data with --crlf cannot check that the proper size was uploaded and thus should not warn if the sizes differ. This can be changed in the future by having the expected size in the connectdata struct and then increase the expected size for each byte that is added in the --crlf replacement process.
-
- Mar 19, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 16, 2002
-
-
Daniel Stenberg authored
and it cause cause a crash. Albert Choy found and fixed it.
-
- Mar 15, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
an error, even if we were decoding a chunked-encoded transfer
-
Daniel Stenberg authored
Now first check if IPv6 is supported, then use PF_UNSPEC. If not, use PF_INET. It'll solve both the "slow name lookup" problem on IPv4 and still work fine on IPv6 hosts. Bug report #530204 has more details: http://sourceforge.net/tracker/?func=detail&atid=100976&aid=530204&group_id=976
-
Daniel Stenberg authored
functionality and this change reverts this. However, with this revert we bring back problems on (some/all?) non-IPv6 enabled Linux machines that have getaddrinfo().
-
- Mar 14, 2002
-
-
Daniel Stenberg authored
we should read the POST-data from the read callback
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 13, 2002
-
-
Daniel Stenberg authored
(but didn't crash or anything)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
do if the write would've blocked
-
Daniel Stenberg authored
-
- Mar 11, 2002
-
-
Daniel Stenberg authored
part.
-
- Mar 08, 2002
-
-
Daniel Stenberg authored
-