- Aug 03, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
release the next curl until there is a libssh2 0.16 released.
-
- Aug 02, 2007
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1766320) pointing out that the libcurl code accessed two curl_easy_setopt() options (CURLOPT_DNS_CACHE_TIMEOUT and CURLOPT_DNS_USE_GLOBAL_CACHE) as ints even though they're documented to be passed in as longs, and that makes a difference on 64 bit architectures.
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
after 7.16.2. This is much due to the different treatment file:// gets internally, but now I added test 231 to make it less likely to happen again without us noticing!
-
Daniel Stenberg authored
POST
-
Daniel Stenberg authored
was set, this should make it work for all cases!
-
- Aug 01, 2007
-
-
Daniel Stenberg authored
passed to it with curl_easy_setopt()! Previously it has always just refered to the data, forcing the user to keep the data around until libcurl is done with it. That is now history and libcurl will instead clone the given strings and keep private copies.
-
Daniel Stenberg authored
NTLM, and he provided test code and a test server and we worked out a bug fix. We failed to count sent body data at times, which then caused internal confusions when libcurl tried to send the rest of the data in order to maintain the same connection alive. (and then I did some minor reformatting of code in lib/http.c)
-
- Jul 30, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
configure made libcurl use blocking sockets on AIX 4 and 5, while that wasn't the intention.
-
Daniel Stenberg authored
when using the socket API
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Jul 29, 2007
-
-
Daniel Stenberg authored
-
http://curl.haxx.se/bug/view.cgi?id=1759542Daniel Stenberg authored
of a socket after it has been closed, when the FTP-SSL data connection is taken down.
-
- Jul 27, 2007
-
-
Daniel Stenberg authored
-
- Jul 26, 2007
-
-
Daniel Stenberg authored
-
- Jul 24, 2007
-
-
Dan Fandrich authored
-
- Jul 23, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
support for the OS/400 Secure Sockets Layer library
-
Dan Fandrich authored
some few internal identifiers to avoid conflicts, which could be useful on other platforms.
-
Dan Fandrich authored
to occur in a couple of tests.
-
Guenter Knauf authored
-
- Jul 22, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
verifies the bug fix in #1757328.
-
- Jul 21, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
from the test server code as they served no real purpose. The test server is here to serve for the test cases, not to attempt to function as a real server!
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
- Jul 20, 2007
-
-
Guenter Knauf authored
-
Dan Fandrich authored
lower case for consistency since sftp commands are case insensitive.
-
Guenter Knauf authored
-