- Nov 12, 2009
-
-
Yang Tse authored
-
- Nov 11, 2009
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2891595) which identified how an entry in the DNS cache would linger too long if the request that added it was in use that long. He also provided the patch that now makes libcurl capable of still doing a request while the DNS hash entry may get timed out.
-
- Sep 01, 2009
-
-
Daniel Stenberg authored
libcurl to resolve 'localhost' whatever name you use in the URL *if* you set the --interface option to (exactly) "LocalHost". This will enable us to write tests for custom hosts names but still use a local host server.
-
- Apr 21, 2009
- Nov 06, 2008
-
-
Yang Tse authored
which now also takes a protocol address family argument.
-
- Oct 30, 2008
-
-
Yang Tse authored
Use a wrapper function to call system's getaddrinfo().
-
- Oct 20, 2008
-
-
Yang Tse authored
-
- Oct 19, 2008
- Oct 18, 2008
-
-
Dan Fandrich authored
-
- Oct 17, 2008
- Oct 13, 2008
-
-
Yang Tse authored
-
- Oct 10, 2008
-
-
Yang Tse authored
-
- Oct 03, 2008
- Oct 02, 2008
- Oct 01, 2008
-
-
Dan Fandrich authored
-
- Sep 29, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
Curl_resolv_timeout function to reduce coupling.
-
- Sep 24, 2008
-
-
Yang Tse authored
-
- Sep 06, 2008
-
-
Yang Tse authored
-
- Sep 02, 2008
-
-
Dan Fandrich authored
-
- Jul 09, 2008
-
-
Daniel Stenberg authored
edited it slightly. Now you should be able to use IPv6 addresses fine even with libcurl built to use c-ares.
-
- Mar 11, 2008
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1911069) that identified a race condition in the name resolver code when the DNS cache is shared between multiple easy handles, each running in simultaneous threads that could cause crashes.
-
- Jan 15, 2008
-
-
Daniel Stenberg authored
The signalling of that a global DNS cache is wanted is done by setting the option but the setting of the internal variable that it is in use must not be done until it finally actually gets used! NOTE and WARNING: I noticed that you can't actually switch off the global dns cache with CURLOPT_DNS_USE_GLOBAL_CACHE but you couldn't do that previously either and the option is very clearly and loudly documented as DO NOTE USE so I won't bother to fix this bug now.
-
Daniel Stenberg authored
silly code left from when we switched to let the multi handle "hold" the dns cache when using the multi interface... Of course this only triggered when a certain function call returned error at the correct moment.
-
- Nov 07, 2007
-
-
Daniel Stenberg authored
while () => while() and some other minor re-indentings
-
- Sep 28, 2007
-
-
Dan Fandrich authored
-
- Aug 26, 2007
-
-
Dan Fandrich authored
-
- Jul 01, 2007
-
-
Daniel Stenberg authored
libcurl. This also makes the options change name to --krb (from --krb4) and CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still
-
- Jun 26, 2007
-
-
Daniel Stenberg authored
hash function for different hashes, and also expanded the default size for the socket hash table used in multi handles to greatly enhance speed when very many connections are added and the socket API is used.
-
- Apr 25, 2007
-
-
Yang Tse authored
-
- Feb 26, 2007
-
-
Gisle Vanem authored
since they're already included through "setup.h".
-
- Feb 21, 2007
-
-
Yang Tse authored
-
- Aug 21, 2006
-
-
Dan Fandrich authored
-