- Aug 03, 2007
-
-
Daniel Stenberg authored
-
- 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.
-
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!
-
- 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
-
- 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 23, 2007
-
-
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
-
Daniel Stenberg authored
-
- Jul 21, 2007
-
-
Daniel Stenberg authored
-
- Jul 20, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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
-
- 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 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.
-
- 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.
-
- 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.
-
Dan Fandrich authored
using one of the so-called 'right' time zones that take into account leap seconds, which causes the tests to fail (as reported by Daniel Black in bug report #1745964).
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 06, 2007
-
-
Daniel Stenberg authored
-
- Jul 01, 2007
-
-
Daniel Stenberg authored
libcurl. This also makes the options change name to --krb (from --krb4) and CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still
-
Daniel Stenberg authored
-
- Jun 28, 2007
-
-
Daniel Stenberg authored
-
- Jun 26, 2007
-
-
Daniel Stenberg authored
hash function for different hashes, and also expanded the default size for the socket hash table used in multi handles to greatly enhance speed when very many connections are added and the socket API is used.
-
- Jun 25, 2007
-
-
Daniel Stenberg authored
chunked encoding (that also lacks "Connection: close"). It now simply assumes that the connection WILL be closed to signal the end, as that is how RFC2616 section 4.4 point #5 says we should behave.
-
Daniel Stenberg authored
-
- Jun 24, 2007
-
-
http://curl.haxx.se/mail/lib-2007-06/0161.htmlDaniel Stenberg authored
http://curl.haxx.se/mail/lib-2007-06/0238.html, libcurl didn't properly do no-body requests on FTP files on re-used connections properly, or at least it didn't provide the info back in the header callback properly in the subsequent requests.
-
- Jun 21, 2007
-
-
Daniel Stenberg authored
tool reports and it was indeed a legitimate one and it is one fixed. It was a use of a share without doing the proper locking first.
-
- Jun 20, 2007
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1740263). Adam discovered that when getting a large amount of URLs with curl, they were fetched slower and slower... which turned out to be because the --libcurl data collecting which wrongly always was enabled, but no longer is...
-
- Jun 18, 2007
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1739100) that mentioned that libcurl could not actually list the contents of the root directory of a given FTP server if the login directory isn't root. I fixed the problem and added three test cases (one is disabled for now since I identified KNOWN_BUGS #44, we cannot use --ftp-method nocwd and list ftp directories).
-
- Jun 14, 2007
-
-
Daniel Stenberg authored
HTTP CONNECT over a proxy
-
Daniel Stenberg authored
-