- Sep 27, 2002
-
-
Daniel Stenberg authored
environment variables or anything. Setting it to NULL disables proxy as well, but allows the environment variables to kick in and be used.
-
- Sep 25, 2002
-
-
Daniel Stenberg authored
uninitialized variable.
-
Daniel Stenberg authored
adjustments and possibly some improvments to feature all those things we could possibly want from this.
-
- Sep 11, 2002
-
-
Daniel Stenberg authored
when talking to a IPv6-server using IPv6 IP address only.
-
- Sep 09, 2002
-
-
Daniel Stenberg authored
-
- Sep 03, 2002
-
-
Daniel Stenberg authored
-
- Sep 02, 2002
-
-
Daniel Stenberg authored
-
- Aug 30, 2002
-
-
Daniel Stenberg authored
proceed fine with the already existing options, just having a different internal library default for capath.
-
Daniel Stenberg authored
working for "IPv6 enabled" libcurls yet, but should be pretty easy for someone to adjust.
-
- Aug 26, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 13, 2002
-
-
Daniel Stenberg authored
-
- 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
-