- Jan 15, 2009
-
-
Daniel Stenberg authored
-
- Jan 14, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
now declares the private struct ares_in6_addr for all systems instead of relying on one possibly not present in the system.
-
- Jan 13, 2009
-
-
Daniel Stenberg authored
now put in KNOWN_BUGS as entry #62
-
Daniel Stenberg authored
multi_socket interfaces. The work-around for apps is to simply remove the easy handle once the time is up. See also: http://curl.haxx.se/bug/view.cgi?id=2501457
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
curl_easy_setup(curl, CURLOPT_COOKIELIST, "SESS") on a CURL handle with no cookies data.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
I'd just as well enumerate the remainder and commit a "proper" looking one
-
Daniel Stenberg authored
SunPro compilers.
-
Phil Blundell authored
packet storms when several queries were started at the same time.
-
Daniel Stenberg authored
-
- Jan 12, 2009
-
-
Daniel Stenberg authored
new and non-standard one
-
Daniel Stenberg authored
-
- Jan 11, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
http://curl.haxx.se/bug/view.cgi?id=2498665Daniel Stenberg authored
by Daniel Black, I've now added magic to the configure script that makes it use pkg-config to detect gnutls details as well if the existing method (using libgnutls-config) fails. While doing this, I cleaned up and unified the pkg-config usage when detecting openssl and nss as well.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
that is now used by the ares_parse_*_reply() functions instead of the ares_expand_name() simply to easier return ARES_EBADRESP for the cases where the name expansion fails as in responses that really isn't expected.
-
Daniel Stenberg authored
now use the actual makefile targets to do the VC8 and VC9 makefiles.
-
- Jan 10, 2009
-
-
Daniel Stenberg authored
When using the multi interface over HTTP and the server returns a Location header, the running easy handle will get stuck in the CURLM_STATE_PERFORM state, leaving the external event loop stuck waiting for data from the ingoing socket (when using the curl_multi_socket_action stuff). While this bug was pretty hard to find, it seems to require only a one-line fix. The break statement on line 1374 in multi.c caused the function to skip the call to multistate(). How to reproduce this bug? Well, that's another question. evhiperfifo.c in the examples directory chokes on this bug only _sometimes_, probably depending on how fast the URLs are added. One way of testing the bug out is writing to hiper.fifo from more than one source at the same time.
-
- Jan 08, 2009
-
-
Daniel Stenberg authored
get fooled by libtool 2, and at least libtool 1.5.2x do output the interesting version string in the first line.
-
Daniel Stenberg authored
the remaining three issues to next release since they are about new things and not just fixing bugs
-
Dan Fandrich authored
-
Dan Fandrich authored
curl_easy_reset() by creating Curl_init_userdefined(). This had the side effect of fixing curl_easy_reset() so it now also resets CURLOPT_FTP_FILEMETHOD and CURLOPT_SSL_SESSIONID_CACHE
-
- Jan 07, 2009
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
I have to jump through a few hoops now with the NSS library initialization since another part of an application may have already initialized NSS by the time Curl gets invoked. This patch is more careful to only shutdown the NSS library if Curl did the initialization. It also adds in a bit of code to set the default ciphers if the app that call NSS_Init* did not call NSS_SetDomesticPolicy() or set specific ciphers. One might argue that this lets other application developers get lazy and/or they aren't using the NSS API correctly, and you'd be right. But still, this will avoid terribly difficult-to-trace crashes and is generally helpful.
-
- Jan 06, 2009
-
-
Daniel Stenberg authored
-
- Jan 01, 2009
-
-
Daniel Stenberg authored
-
- Dec 31, 2008
-
-
Daniel Stenberg authored
-
http://curl.haxx.se/bug/view.cgi?id=2479030Daniel Stenberg authored
out that 'reconf' didn't properly point out the m4 subdirectory when running aclocal.
-
- Dec 30, 2008
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd with other Makefile.netware.
-
Guenter Knauf authored
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define.
-
Guenter Knauf authored
-
- Dec 29, 2008
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2413067) that identified a problem that would cause libcurl to mark a DNS cache entry "in use" eternally if the subsequence TCP connect failed. It would thus never get pruned and refreshed as it should've been.
-