- Jul 16, 2007
-
-
Daniel Stenberg authored
getaddrinfo() sorts the response list which effectively kills how libcurl deals with round-robin DNS entries. All details: http://curl.haxx.se/mail/lib-2007-07/0168.html initial suggested function to use for randomizing the response: http://curl.haxx.se/mail/lib-2007-07/0178.html
-
- Jul 15, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
can take advantage of it however they see fit!
-
Guenter Knauf authored
added hint to compile with SSPI with MSVC6 without PSDK.
-
- Jul 14, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Regev on the libcurl mailing list on 10 Jul 2007, converted to a test case.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
really hard if the test server can't be resolved (like for ::1 ipv6)
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 13, 2007
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1750274) and submitted a patch for the case where libcurl did a connect attempt to a non-listening port and didn't provide a human readable error string back.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
error codes
-
Daniel Stenberg authored
define the symbols for backwards source compatibility)
-
Daniel Stenberg authored
windows
-
- Jul 12, 2007
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
could in fact get stuck in an endless loop.
-
Daniel Stenberg authored
it 10 seconds delay after 11 attempts
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
added go_sleep() to util.c.
-
- Jul 11, 2007
-
-
Marty Kuhrt authored
-
Daniel Stenberg authored
fail to connect if there is no Common Name field found in the remote cert. We should deprecate the support for this set to 1 anyway soon, since the feature is pointless and most likely never really used by anyone.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
added call to netware_init() in curl_global_init() to make sure it gets called before any library functions get used.
-
Dan Fandrich authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jul 10, 2007
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
The tiny patch below fixes a bug (that I introduced :) which happens when negotiating authentication with a proxy (probably with web servers as well) that uses chunked transfer encoding for the 407 error pages. In this case the ''ignorebody'' flag was ignored (no pun intended).
-
Daniel Stenberg authored
to a proxy during CONNECT auth negotiation.
-