- Aug 02, 2007
-
-
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
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
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Jul 29, 2007
-
-
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 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.
-
- Jul 22, 2007
-
-
Daniel Stenberg authored
-
- Jul 21, 2007
-
-
Dan Fandrich authored
-
- Jul 20, 2007
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1757328) and submitted a patch. It turns out we broke login to FTP servers that don't require (nor understand) PASS after the USER command
-
James Housley authored
-
Dan Fandrich authored
-
- Jul 18, 2007
-
-
James Housley authored
issue is in libssh2 and not freeing a dynamic error message during cleanup.
-
- Jul 17, 2007
-
-
Daniel Stenberg authored
a control connection that was deemed "dead" to yet be re-used in a following request. We must make sure the connection gets closed on this situation.
-
- Jul 15, 2007
-
-
Guenter Knauf authored
added hint to compile with SSPI with MSVC6 without PSDK.
-
- Jul 14, 2007
-
-
Guenter Knauf authored
-
- Jul 13, 2007
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1750274) and submitted a patch for the case where libcurl did a connect attempt to a non-listening port and didn't provide a human readable error string back.
-
Daniel Stenberg authored
define the symbols for backwards source compatibility)
-
- Jul 12, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
could in fact get stuck in an endless loop.
-
Guenter Knauf authored
-
- Jul 11, 2007
-
-
Daniel Stenberg authored
fail to connect if there is no Common Name field found in the remote cert. We should deprecate the support for this set to 1 anyway soon, since the feature is pointless and most likely never really used by anyone.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
added call to netware_init() in curl_global_init() to make sure it gets called before any library functions get used.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jul 10, 2007
-
-
Daniel Stenberg authored
The tiny patch below fixes a bug (that I introduced :) which happens when negotiating authentication with a proxy (probably with web servers as well) that uses chunked transfer encoding for the 407 error pages. In this case the ''ignorebody'' flag was ignored (no pun intended).
-
Daniel Stenberg authored
to a proxy during CONNECT auth negotiation.
-
James Housley authored
* Move scp:// into a state machine so it won't block in multi mode * When available use the full directory entry from the sftp:// server
-
Daniel Stenberg authored
-
- Jul 09, 2007
-
-
Guenter Knauf authored
-
- Jul 08, 2007
-
-
Guenter Knauf authored
moved autounload flag so that its used for both lib architectures.
-