- Jul 15, 2009
-
-
Dan Fandrich authored
in the Watcom makefiles aren't quite correct).
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h requires winsock2.h to be included before it with that compiler, and wldap32 is not available with the default install of the compiler, so disable ldap support if that is not found
-
Michal Marek authored
errno is not reset on success.
-
Guenter Knauf authored
-
- Jul 14, 2009
-
-
Bill Hoffman authored
-
Guenter Knauf authored
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h (missing bits)
-
Guenter Knauf authored
updated openssl version to latest; removed obsolete link to openssl patch since its now in the openssl releases.
-
Bill Hoffman authored
-
Guenter Knauf authored
renamed generated config.h to ares_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Guenter Knauf authored
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
-
Guenter Knauf authored
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
-
- Jul 13, 2009
-
-
Guenter Knauf authored
-
- Jul 11, 2009
-
-
Daniel Stenberg authored
-
- Jul 09, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
done
-
Daniel Stenberg authored
setting a file descriptor non-blocking. Used by the functionality Eric himself brough on June 15th.
-
Daniel Stenberg authored
done
-
Daniel Stenberg authored
doesn't work, to better fine older gnutls installs
-
Daniel Stenberg authored
-
- Jul 08, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2813123) and an a patch that fixes the problem: Url A is accessed using auth. Url A redirects to Url B (on a different server0. Url B reuses a persistent connection. Url B has auth, even though it's on a different server. Note: if Url B does not reuse a persistent connection, auth is not sent.
-
- Jul 04, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
Markus Koetter provided a patch to avoid getnameinfo() usage which broke a couple of both IPv4 and IPv6 autobuilds.
-
- Jun 30, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to use the "standard" ENABLE_IPV6 one. Also, if port number cannot be figured out to connect to after a name resolve (due to it not being IPv4 or IPv6), that particular address will now simply be skipped.
-
- Jun 29, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
range if given colon-separated after the host name/address part. Like "192.168.0.1:2000-10000"
-
Daniel Stenberg authored
don't know how they got wrong in the first place, but using this output format makes it possible to quite easily separate the string into an array of multiple items.
-
- Jun 27, 2009
-
-
Dan Fandrich authored
-
- Jun 21, 2009
-
-
Yang Tse authored
Refactor how libraries are checked for connect() function, follow-up.
-
- Jun 20, 2009
-
-
Yang Tse authored
Refactor how libraries are checked for connect() function, and check for connect() as it is done for other functions.
-
Gisle Vanem authored
-
Gisle Vanem authored
-