- Jul 14, 2009
-
-
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
-
Guenter Knauf authored
-
- Jun 19, 2009
-
-
Michal Marek authored
-
Yang Tse authored
sclose() function-like macro definition used to close a socket, now solely based on HAVE_CLOSESOCKET and HAVE_CLOSESOCKET_CAMEL config file preprocessor definitions.
-
- Jun 18, 2009
-
-
Yang Tse authored
-
- Jun 17, 2009
-
-
Yang Tse authored
check for socket() and closesocket() as it is done for other functions
-
Yang Tse authored
socket() and closesocket() prototypes might be in socket.h
-
Yang Tse authored
check for socket() and closesocket() as it is done for other functions
-
Dan Fandrich authored
-
- Jun 16, 2009
-
-
Daniel Stenberg authored
(no newline translations). Use -B/--use-ascii if you rather get the ascii approach.
-
Michal Marek authored
provided in the url, add it there (squid needs this).
-