- Jan 20, 2009
-
-
Daniel Stenberg authored
file (and thus from the vc8 and vc9 ones too).
-
- Jan 19, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 18, 2009
-
-
Gisle Vanem authored
So don't use ERRNO (GetLastError()). Trimmed trailing blanks.
-
Gisle Vanem authored
-
- Jan 17, 2009
-
-
Guenter Knauf authored
-
- Jan 16, 2009
-
-
Daniel Stenberg authored
32 bit and 64 bit.
-
- Jan 15, 2009
-
-
Dan Fandrich authored
-
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
-