Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-12 | Reverted my change to use Curl_connected_proxy() here. Clearly I wasn't | Daniel Stenberg | |
thinking straight. | |||
2009-05-12 | fix LC_ALL and LC_CTYPE when set with conflicting values | Yang Tse | |
2009-05-12 | make no proxy set return OK from Curl_connected_proxy() since it will be called | Daniel Stenberg | |
unconditionally | |||
2009-05-12 | fiX *__SOCKLEN_T definitions for remaining targets | Yang Tse | |
2009-05-12 | *__SOCKLEN_T definitions for OS400 already fixed | Yang Tse | |
2009-05-11 | curl_multi_socket and curl_multi_socket_all to be removed at next major | Daniel Stenberg | |
release, or bump or whatevere | |||
2009-05-11 | split off curl_multi_socket_action() into its own separate man page as this is | Daniel Stenberg | |
the function we should use, while both curl_multi_socket() and curl_multi_socket_all() should be killed! | |||
2009-05-11 | curl_multi_socket_action() is the one we favor! | Daniel Stenberg | |
2009-05-11 | TELNET transfers and SOCKS handshakes are blocking too | Daniel Stenberg | |
2009-05-11 | fIX *__SOCKLEN_T definitions for SYMBIAN32 and VMS targets | Yang Tse | |
2009-05-11 | "228 - rpath problems in linking with custom openssl" removed | Daniel Stenberg | |
I just posted about this decision on the curl-library list. | |||
2009-05-11 | #234 Done! | Yang Tse | |
2009-05-11 | Adjust test definition for TPF. | Yang Tse | |
2009-05-11 | Fetch curl's 'CharConv' feature information, used by TPF. | Yang Tse | |
2009-05-11 | - Gregor Jasny made c-ares link with libtool 's -export-symbols-regex option to | Daniel Stenberg | |
only expose functions starting with ares_. | |||
2009-05-11 | timeout in milliseconds works for me! | Daniel Stenberg | |
2009-05-11 | Added KNOWN_BUGS #65, and marked it for TODO in the _next_ release as I'm | Daniel Stenberg | |
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. | |||
2009-05-11 | moved variables more locally to get rid of one set of #ifdefs | Daniel Stenberg | |
2009-05-11 | Use Curl_connected_proxy() here instead of duplicating code. Spell out the | Daniel Stenberg | |
badness in the code flow even for the socks case. | |||
2009-05-11 | fix the Curl_connected_proxy function for when libcurl actually connects fine | Daniel Stenberg | |
to it in the actual connect call and not asynchronously. | |||
2009-05-11 | Added test 564 as DISABLED. It is for testing FTP over a SOCK4 proxy using | Daniel Stenberg | |
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. | |||
2009-05-11 | support --help to do the same as -h | Daniel Stenberg | |
2009-05-11 | - Balint Szilakszi reported a memory leak when libcurl did gzip decompression | Daniel Stenberg | |
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 | |||
2009-05-11 | - Kamil Dudka provided a fix for libcurl-NSS reported by Michael Cronenworth | Daniel Stenberg | |
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. | |||
2009-05-11 | - I fixed the problem with doing NTLM, POST and then following a 302 redirect, | Daniel Stenberg | |
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... | |||
2009-05-11 | Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND and | Daniel Stenberg | |
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. | |||
2009-05-11 | Fix name of tool shown upon error. | Yang Tse | |
2009-05-11 | Remove experimental check. Currently there's no need for it. | Yang Tse | |
2009-05-10 | Added test 1100 - "HTTP POST with NTLM authorization and following a 302 | Daniel Stenberg | |
redirect" doesn't work, seems to repeat what Ebenezer Ikonne (on curl-users) and Laurent Rabret (on curl-library) have reported. Disabled for now. | |||
2009-05-10 | the Curl_getoff_all_pipelines SIGSEGV fix is committed | Daniel Stenberg | |
2009-05-10 | - Andre Guibert de Bruet correctly pointed out an over-alloc with one wasted | Daniel Stenberg | |
byte in the digest code. | |||
2009-05-10 | introduce VCURL for verify calls, so that it can be changed to use a different | Daniel Stenberg | |
binary than the one that gets tested, if need be | |||
2009-05-10 | made the cookie tests 61 and 62 test httponly cookies, both receiving in | Daniel Stenberg | |
headers and reading from cookie-jar | |||
2009-05-10 | Fix function call pointed data size argument mismatch on 64Bit systems | Yang Tse | |
2009-05-10 | Fix type cast | Yang Tse | |
2009-05-09 | ConnectPlease() fixed for the new proxy connect functionality to make sure | Daniel Stenberg | |
'connected' truly is false when the socks connect fails. Curl_done() fixed for the check-conn->bits.done-before-Curl_getoff_all_pipelines case | |||
2009-05-09 | Fix libssh2 preprocessor symbol definition check | Yang Tse | |
2009-05-09 | Mention last changes | Yang Tse | |
2009-05-09 | Makefile.am was lost | Yang Tse | |
2009-05-09 | Remove DOS and TPF package's Makefile.am | Yang Tse | |
Not actually needed to simply include some files in the distribution tarball. | |||
2009-05-09 | Ignore more files for cvs | Yang Tse | |
2009-05-08 | Mention last changes | Yang Tse | |
2009-05-08 | Fix CR | Yang Tse | |
2009-05-08 | Renamed vc6 workspace and project files to avoid filename clash when used ↵ | Yang Tse | |
for conversion to later VS versions. | |||
2009-05-08 | Renamed vc6 workspace and project files to avoid filename clash when used ↵ | Yang Tse | |
for conversion to later VS versions. | |||
2009-05-08 | Changed host name to be under the haxx.se domain | Yang Tse | |
2009-05-08 | Ah, this was committed by mistake as part of my previous commit but it seems | Daniel Stenberg | |
to work so I'll let it remain and here's the comment about it! From Lenaic's mail posted to curl-library Date: Fri, 1 May 2009 22:46:14 +0200. | |||
2009-05-08 | - Constantine Sapuntzakis fixed bug report #2784055 | Daniel Stenberg | |
(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. | |||
2009-05-08 | Remove temporary and HP-UX autobuild specific change to debug SSH server ↵ | Yang Tse | |
start-up failures | |||
2009-05-08 | Fixes for non-ASCII platforms by David McCreedy | Yang Tse | |