- Aug 12, 2002
-
-
Daniel Stenberg authored
the initial connect to "come through". This should work fine for connect and for FTP-PASV connects. Needs massive testing.
-
- Aug 08, 2002
-
-
Daniel Stenberg authored
-
- Aug 05, 2002
-
-
Daniel Stenberg authored
of time!
-
- Jul 29, 2002
-
-
Daniel Stenberg authored
it to NULL and then use the internal default instead. It will always be a function to call.
-
- Jun 15, 2002
-
-
Daniel Stenberg authored
for receiving data from the network. It is meant as a hint, not as a forced limit.
-
- Jun 14, 2002
-
-
Daniel Stenberg authored
faster on Windows when removing the 1 microsecond timeout.
-
- Jun 11, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
case a timeout is set. This seems to work. God knows if it is good enough or what kind of side-effects we introduce here and now. I'll close my eyes and cross my fingers. Hard.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 28, 2002
-
-
Daniel Stenberg authored
-
- May 21, 2002
-
-
Daniel Stenberg authored
we might actually re-use a connection to a different host, when using proxies! This was what bug report #558888 was all about.
-
Daniel Stenberg authored
-
- May 07, 2002
-
-
Daniel Stenberg authored
-
- May 06, 2002
-
-
Daniel Stenberg authored
-
- Apr 25, 2002
-
-
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.
-
- Apr 23, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
from the host names before comparing
-
- Apr 12, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
better for FTP (any protocol with protocol-specific connect actions)
-
Daniel Stenberg authored
CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA.
-
- Apr 10, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 04, 2002
-
-
Daniel Stenberg authored
check proxy connections for "deadness" before they were re-used
-
- Mar 19, 2002
-
-
Daniel Stenberg authored
-
- Mar 14, 2002
-
-
Daniel Stenberg authored
-
- Mar 13, 2002
-
-
Daniel Stenberg authored
-
- Mar 08, 2002
-
-
Daniel Stenberg authored
NULL set back the internal default function
-
- Feb 28, 2002
-
-
Daniel Stenberg authored
-
- Feb 17, 2002
-
-
Daniel Stenberg authored
-
- Jan 29, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 28, 2002
-
-
Daniel Stenberg authored
request of its own, it just changes the keyword of a request.
-
- Jan 08, 2002
-
-
Sterling Hughes authored
The default cache timeout for this is 60 seconds, which is arbitrary and completely subject to change :)
-
- Jan 07, 2002
-
-
Sterling Hughes authored
- Use a global dns cache (via setting the tentatively named, CURLOPT_DNS_USE_GLOBAL_CACHE option to true) - Use a per-handle dns cache, by default - Use a pooled dns cache when in the "multi" interface
-
- Jan 04, 2002
-
-
Daniel Stenberg authored
platforms that have such a function. This affects multi-thread running libcurls on IPv4 systems that have VERBOSE switched on. The previous version was risking that another thread overwrote the data before it was read out in this thread. There could possibly also be a slight risk that the data isn't zero terminated for a short while and thus could cause the thread to crash...
-
- Jan 03, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-