- May 27, 2009
-
-
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
-
Yang Tse authored
Fix libssh2 preprocessor symbol definition check
-
Yang Tse authored
-
- May 08, 2009
-
-
Yang Tse authored
-
Yang Tse authored
Renamed vc6 workspace and project files to avoid filename clash when used for conversion to later VS versions.
-
Yang Tse authored
Renamed vc6 workspace and project files to avoid filename clash when used for conversion to later VS versions.
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2784055) identifying a problem to connect to SOCKS proxies when using the multi interface. It turned out to almost not work at all previously. We need to wait for the TCP connect to be properly verified before doing the SOCKS magic. There's still a flaw in the FTP code for this.
-
- May 07, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
well. See change 28 Apr 2009.
-
Yang Tse authored
Additionally some identation fixes.
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2723236) identifying a problem with libcurl's TFTP code and its lack of dealing with the OACK packet.
-
- May 05, 2009
-
-
Yang Tse authored
-
Daniel Stenberg authored
one and store the current one, as it makes the code less complex and I'm not even sure I can check for the same session id using memcmp() like that.
-
- May 04, 2009
-
-
Daniel Stenberg authored
corresponding fix in the GnuTLS code: make sure to store the new session id in case the re-used one is rejected.
-