- May 13, 2009
- May 12, 2009
-
-
Yang Tse authored
-
Daniel Stenberg authored
thinking straight.
-
Yang Tse authored
-
Daniel Stenberg authored
unconditionally
-
Yang Tse authored
-
Yang Tse authored
-
- May 11, 2009
-
-
Daniel Stenberg authored
release, or bump or whatevere
-
Daniel Stenberg authored
the function we should use, while both curl_multi_socket() and curl_multi_socket_all() should be killed!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Daniel Stenberg authored
I just posted about this decision on the curl-library list.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
only expose functions starting with ares_.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
not in the mood enough to fight this now. 65. When doing FTP over a socks proxy or CONNECT through HTTP proxy and the multi interface is used, libcurl will fail if the (passive) TCP connection for the data transfer isn't more or less instant as the code does not properly wait for the connect to be confirmed. See test case 564 for a first shot at a test case.
-
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
the multi interface, which currently doesn't work because of how the data connection is not waiting for connect before it tries to do proxy magic.
-
Daniel Stenberg authored
-
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.
-
Yang Tse authored
-
Yang Tse authored
-
- May 10, 2009
-
-
Daniel Stenberg authored
redirect" doesn't work, seems to repeat what Ebenezer Ikonne (on curl-users) and Laurent Rabret (on curl-library) have reported. Disabled for now.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
byte in the digest code.
-
Daniel Stenberg authored
binary than the one that gets tested, if need be
-
Daniel Stenberg authored
headers and reading from cookie-jar
-
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
-