- Apr 27, 2002
-
-
Daniel Stenberg authored
would reset the timeout for each incoming data, which would make veeery slow responses be allowed to take even more time since the timeout would only be reached if the time between two received data chunks was longer than the set timeout value...
-
Daniel Stenberg authored
needed
-
Daniel Stenberg authored
used for "exported" globals.
-
Daniel Stenberg authored
rule: "Curl_" prefix for library-wide private symbols, "curl_" is for exported symbols.
-
- Apr 25, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
any name resolved data in any curl handle struct. That way, we won't mind if the cache entries are pruned for the next time we need them. We'll just resolve them again instead. This changes the Curl_resolv() proto. It modifies the SessionHandle struct but perhaps most importantly, it'll make the internals somewhat dependent on the DNS cache not being disabled as that will cripple operations somewhat. Especially for persistant connections.
-
Daniel Stenberg authored
-
- Apr 23, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
from the host names before comparing
-
- Apr 22, 2002
-
-
Daniel Stenberg authored
now have --interface working properly
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
by Daniel.
-
- Apr 19, 2002
-
-
Daniel Stenberg authored
A Bjrn Reese patch.
-
- Apr 17, 2002
-
-
Sterling Hughes authored
This can be optimized a tidbit, but this is a start.
-
Daniel Stenberg authored
browsers do. Which thus *breaks* the RFC 2616...
-
- Apr 16, 2002
-
-
Daniel Stenberg authored
CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT.
-
- Apr 15, 2002
-
-
Daniel Stenberg authored
connected with reality! ;-)
-
Daniel Stenberg authored
will then return CURLE_READ_ERROR.
-
- Apr 14, 2002
-
-
Daniel Stenberg authored
contents.
-
Daniel Stenberg authored
-
- Apr 13, 2002
-
-
Sterling Hughes authored
-
- Apr 12, 2002
-
-
Sterling Hughes authored
-
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
-