- Jul 30, 2007
-
-
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
-
- Jun 13, 2007
-
-
Daniel Stenberg authored
CURLOPT_FTP_CREATE_MISSING_DIRS works for SFTP connections as well as FTP ones.
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1733119) and we collaborated on the fix. The problem is that for 64bit HPUX builds, several socket-related functions would still assume int (32 bit) arguments and not socklen_t (64 bit) ones.
-
- Jun 07, 2007
-
-
Daniel Stenberg authored
- -s/--silent can now be used to toggle off the silence again if used a second time. Daniel S (5 June 2007) - Added Daniel Black's work that adds the first few SOCKS test cases. I also fixed two minor SOCKS problems to make the test cases run fine.
-
- May 31, 2007
-
-
Daniel Stenberg authored
to find that it crashed miserably, and this was due to some select()isms left in the code. This was due to API restrictions in c-ares 1.3.x, but with the upcoming c-ares 1.4.0 this is no longer the case so now libcurl runs much better with c-ares and the multi interface with > 1024 file descriptors in use.
-
Daniel Stenberg authored
-
- May 30, 2007
-
-
Daniel Stenberg authored
the maximum size of the connection cache maximum size of the multi handle.
-