- Jun 08, 2009
-
-
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.
-
- May 25, 2009
-
-
http://curl.haxx.se/bug/view.cgi?id=2796358Daniel Stenberg authored
out that the cookie parser would leak memory when it parses cookies that are received with domain, path etc set multiple times in the same header. While such a cookie is questionable, they occur in the wild and libcurl no longer leaks memory for them. I added such a header to test case 8.
-
- May 22, 2009
-
-
Dan Fandrich authored
-
- May 19, 2009
-
-
Guenter Knauf authored
changed ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTION define provided by libssh2.h; removed related define block from ssh.h.
-
Daniel Stenberg authored
https://bugzilla.redhat.com/show_bug.cgi?id=427966 which was libcurl closing a bad file descriptor when closing down the FTP data connection. Caolan McNamara seems to be the original author of it.
-
Yang Tse authored
-
- May 18, 2009
- May 17, 2009
-
-
Guenter Knauf authored
-
Yang Tse authored
-
Daniel Stenberg authored
no_proxy which made it not skip the proxy if the URL entered contained a user name. I added test case 1101 to verify.
-
- May 12, 2009
-
-
Daniel Stenberg authored
thinking straight.
-
Daniel Stenberg authored
unconditionally
-
- May 11, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
badness in the code flow even for the socks case.
-
Daniel Stenberg authored
to it in the actual connect call and not asynchronously.
-
Daniel Stenberg authored
of streams that had some parts (legitimately) missing. We now provide and use a proper cleanup function for the content encoding submodule. http://curl.haxx.se/mail/lib-2009-05/0092.html
-
Daniel Stenberg authored
at https://bugzilla.redhat.com/show_bug.cgi?id=453612#c12 If an incorrect password is given while loading a private key, libcurl ends up in an infinite loop consuming memory. The bug is critical.
-
Daniel Stenberg authored
as reported by Ebenezer Ikonne (on curl-users) and Laurent Rabret (on curl-library). The transfer was mistakenly marked to get more data to send but since it didn't actually have that, it just hung there...
-
Daniel Stenberg authored
KEEP_RECV to better match the general terminology: receive and send is what we do from the (remote) servers. We read and write from and to the local fs.
-
- May 10, 2009
-
-
Daniel Stenberg authored
byte in the digest code.
-
Yang Tse authored
Fix function call pointed data size argument mismatch on 64Bit systems
-
Yang Tse authored
Fix type cast
-
- May 09, 2009
-
-
Daniel Stenberg authored
'connected' truly is false when the socks connect fails. Curl_done() fixed for the check-conn->bits.done-before-Curl_getoff_all_pipelines case
-