History log of /curl/RELEASE-NOTES (Results 1826 – 1850 of 2431)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 68653bcb 22-Jul-2007 Daniel Stenberg

fix mess added in my previous commit


# 9af807a5 22-Jul-2007 Daniel Stenberg

HTTP Digest auth fix on a re-used connection


# 4fc7e13a 21-Jul-2007 Daniel Stenberg

news


# 94fcb4b0 20-Jul-2007 Daniel Stenberg

PWD for SFTP is fixed


# 1a0034ac 20-Jul-2007 Daniel Stenberg

the "libssh2 owns the memory don't free it" case


# e3377e63 20-Jul-2007 Daniel Stenberg

Ralf S. Engelschall filed bug report #1757328
(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 understan

Ralf S. Engelschall filed bug report #1757328
(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

show more ...


# 1d728aae 17-Jul-2007 Daniel Stenberg

Jofell Gallardo posted a libcurl log using FTP that exposed a bug which made
a control connection that was deemed "dead" to yet be re-used in a following
request. We must make sure the connec

Jofell Gallardo posted a libcurl log using FTP that exposed a bug which made
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.

show more ...


# 46c699c4 13-Jul-2007 Daniel Stenberg

Colin Hogben filed bug report #1750274
(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

Colin Hogben filed bug report #1750274
(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.

show more ...


# cf5378b3 13-Jul-2007 Daniel Stenberg

Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn't
define the symbols for backwards source compatibility)


# a67c8b46 12-Jul-2007 Daniel Stenberg

Made the krb5 code build with Heimdal's GSSAPI lib


# cf86f8cb 12-Jul-2007 Daniel Stenberg

Shmulik Regev found an (albeit rare) case where the proxy CONNECT operation
could in fact get stuck in an endless loop.


# d12759c7 11-Jul-2007 Daniel Stenberg

Made CURLOPT_SSL_VERIFYHOST set to 1 acts as described in the documentation:
fail to connect if there is no Common Name field found in the remote cert.
We should deprecate the support for thi

Made CURLOPT_SSL_VERIFYHOST set to 1 acts as described in the documentation:
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.

show more ...


# 5119fb16 10-Jul-2007 Daniel Stenberg

Shmulik Regev:
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 tran

Shmulik Regev:
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).

show more ...


# dc2c70be 10-Jul-2007 Daniel Stenberg

Giancarlo Formicuccia reported and fixed a problem with a closed connection
to a proxy during CONNECT auth negotiation.


# 19631f5d 10-Jul-2007 Dan Fandrich

Force the time zone to GMT in the cookie tests in case the user is
using one of the so-called 'right' time zones that take into account
leap seconds, which causes the tests to fail (as report

Force the time zone to GMT in the cookie tests in case the user is
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).

show more ...


# 04d3a8c7 10-Jul-2007 Daniel Stenberg

start working on 7.16.5...


Revision tags: curl-7_16_4
# 4b1782c3 10-Jul-2007 Daniel Stenberg

7.16.4 preps


# ed4a16db 06-Jul-2007 Daniel Stenberg

Gavrie Philipson's change, updated numbers


# 54967d2a 01-Jul-2007 Daniel Stenberg

Thomas J. Moore provided a patch that introduces Kerberos5 support in
libcurl. This also makes the options change name to --krb (from --krb4) and
CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but

Thomas J. Moore provided a patch that introduces Kerberos5 support in
libcurl. This also makes the options change name to --krb (from --krb4) and
CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still

show more ...


# 667fd9a6 01-Jul-2007 Daniel Stenberg

Song Ma helped me verify and extend a fix for doing FTP over a SOCKS4/5 proxy


# d500c468 28-Jun-2007 Daniel Stenberg

reality sync


# 62f0f557 26-Jun-2007 Daniel Stenberg

Robert Iakobashvili re-arranged the internal hash code to work with a custom
hash function for different hashes, and also expanded the default size for
the socket hash table used in multi han

Robert Iakobashvili re-arranged the internal hash code to work with a custom
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.

show more ...


# 974fa124 25-Jun-2007 Daniel Stenberg

Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or
chunked encoding (that also lacks "Connection: close"). It now simply
assumes that the connection WILL be closed to sig

Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or
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.

show more ...


# abf8589f 25-Jun-2007 Daniel Stenberg

start working towards 7.16.4


Revision tags: curl-7_16_3
# af4edf10 24-Jun-2007 Daniel Stenberg

As reported by "Tro" in http://curl.haxx.se/mail/lib-2007-06/0161.html and
http://curl.haxx.se/mail/lib-2007-06/0238.html, libcurl didn't properly do
no-body requests on FTP files on re-used

As reported by "Tro" in http://curl.haxx.se/mail/lib-2007-06/0161.html and
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.

show more ...


1...<<71727374757677787980>>...98