- Jul 09, 2009
-
-
Daniel Stenberg authored
setting a file descriptor non-blocking. Used by the functionality Eric himself brough on June 15th.
-
- Jul 08, 2009
-
-
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
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
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 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 16, 2009
-
-
Michal Marek authored
provided in the url, add it there (squid needs this).
-
- Jun 15, 2009
-
-
Patrick Monnerat authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jun 13, 2009
-
-
Yang Tse authored
improve usability with UNIX-like shells or a DOS command interpreters
-
- Jun 12, 2009
- Jun 11, 2009
-
-
Yang Tse authored
DOS adjustments
-
- Jun 10, 2009
-
-
Daniel Stenberg authored
contributed a range of patches to fix them.
-
Yang Tse authored
With the curl memory tracking feature decoupled from the debug build feature, CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows: CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug) DEBUGBUILD used for debug enabled specific code (--enable-debug)
-
- Jun 09, 2009
-
-
Bill Hoffman authored
-
Yang Tse authored
-
- Jun 08, 2009
-
-
Daniel Stenberg authored
issue with client certs that caused issues like segfaults. http://curl.haxx.se/mail/lib-2009-05/0316.html
-
Yang Tse authored
included from Makefile.inc
-
Daniel Stenberg authored
the makefile cannot depend on it
-
- Jun 06, 2009
-
-
Yang Tse authored
Revert delegating c-ares linking magic on libtool and auto-makefiles when using the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is again handled from the configure script.
-
- Jun 05, 2009
-
-
Daniel Stenberg authored
is almost always a VERY BAD IDEA. Yet there are still apps out there doing this, and now recently it triggered a bug/side-effect in libcurl as when libcurl sends a POST or PUT with NTLM, it sends an empty post first when it knows it will just get a 401/407 back. If the app then replaced the Content-Length header, it caused the server to wait for input that libcurl wouldn't send. Aaron Oneal reported this problem in bug report #2799008 http://curl.haxx.se/bug/view.cgi?id=2799008) and helped us verify the fix.
-
- Jun 04, 2009
- May 30, 2009
-
-
Yang Tse authored
Delegate c-ares linking magic on libtool and auto-makefiles when using the uninstalled c-ares libtool archive built from the CVS embedded tree.
-
- May 29, 2009
-
-
Daniel Stenberg authored
-
- May 28, 2009
-
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
- May 27, 2009
-
-
Daniel Stenberg authored
PK11_CreateGenericObject() function.
-
Daniel Stenberg authored
the auth credentials back in 7.19.0 and earlier while now you have to set "" to get the same effect. His patch brings back the ability to use NULL.
-
Daniel Stenberg authored
for a failure properly.
-
Daniel Stenberg authored
fine with Nokia 5th edition 1.0 SDK for Symbian.
-