History log of /curl/CHANGES (Results 26 – 50 of 1910)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7764795c 14-May-2010 Daniel Stenberg

follow redirect: ignore response-body on redirect even if compressed

Sebastian V reported bug #3000056 identifying a problem with
redirect following. It showed that when curl followed re

follow redirect: ignore response-body on redirect even if compressed

Sebastian V reported bug #3000056 identifying a problem with
redirect following. It showed that when curl followed redirects
it didn't properly ignore the response body of the 30X response
if that response was using compressed Content-Encoding!

(http://curl.haxx.se/bug/view.cgi?id=3000056)

show more ...


# 46b9719b 12-May-2010 Daniel Stenberg

changelogs: mention RTMP and the FTP wildcard support


# 016ce4b1 11-May-2010 Kamil Dudka

changelog: fixed CRL support in libcurl-NSS


# adaf8753 07-May-2010 Daniel Stenberg

multi interface: missed storing connection time

Dirk Manske reported a regression. When connecting with the multi
interface, there were situations where libcurl wouldn't store
connec

multi interface: missed storing connection time

Dirk Manske reported a regression. When connecting with the multi
interface, there were situations where libcurl wouldn't store
connect time correctly as it used to (and is documented to) do.

Using his fine sample program we could repeat it, and I wrote up
test case 573 using that code. The problem does not easily show
itself using the local test suite though.

The fix, also as suggested by Dirk, is a bit on the ugly side as
it adds yet another call to Curl_verboseconnect() and setting the
TIMER_CONNECT time. That situation is subject for some closer
inspection in the future.

show more ...


# aca0fff4 07-May-2010 Daniel Stenberg

changelogs: split the I/O handling


# cb6647ce 05-May-2010 Daniel Stenberg

changelog: PolarSSL


# 16f575ee 29-Apr-2010 Daniel Stenberg

changelog: mention Ben Greear's telnet work


# 10714667 25-Apr-2010 Daniel Stenberg

SSH: init and cleanup libssh2 in global_init/cleanup

The necessary libssh2 functions require libssh2 1.2.5 or later.


# 79dc74e8 25-Apr-2010 Daniel Stenberg

new configure option --enable-threaded-resolver


# 82e9b78a 24-Apr-2010 Kamil Dudka

nss: fix SSL handshake timeout underflow


# d7b82baf 24-Apr-2010 Daniel Stenberg

changelog: added the --proto and -proto-redir options


# d487ade7 24-Apr-2010 Kamil Dudka

test536: do not fail with threaded DNS resolver

Also tweaked comments in certain examples using curl_multi_fdset().


# 71be565c 21-Apr-2010 Daniel Stenberg

curl: -O crash on windows

The -O option caused curl to crash on windows and DOS due to the
tool writing out of boundary memory.


# 2164b6b4 20-Apr-2010 Ruslan Gazizov

replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles


# e5b3246d 19-Apr-2010 Daniel Stenberg

changelog: -J/--remote-header-name strips CRLF


# 0a4ccce0 16-Apr-2010 Daniel Stenberg

changelog: GnuTLS: SSL handshake phase is non-blocking


# 0338994c 16-Apr-2010 Daniel Stenberg

changelog: GnuTLS fix, no reverse loopkups and fixed GSS detection


# 689b6929 15-Apr-2010 Daniel Stenberg

changelog: prevent needless reverse name lookups


Revision tags: curl-7_20_1
# 81219e80 14-Apr-2010 Daniel Stenberg

7.20.1: 14 April 2010


# 02892e4f 09-Apr-2010 Daniel Stenberg

FTP quote commands prefixed with '*' now can fail without aborting

Prefixing the FTP quote commands with an asterisk really only
worked for the postquote actions. This is now fixed and t

FTP quote commands prefixed with '*' now can fail without aborting

Prefixing the FTP quote commands with an asterisk really only
worked for the postquote actions. This is now fixed and test case
227 has been extended to verify.

show more ...


# ef1ac363 06-Apr-2010 Kamil Dudka

nss: handle client certificate related errors


# ff871113 04-Apr-2010 Kamil Dudka

refactorize interface of Curl_ssl_recv/Curl_ssl_send


# 64ac64e7 04-Apr-2010 Kamil Dudka

eliminate a race condition in Curl_resolv_timeout()


# 49f3160d 01-Apr-2010 Daniel Stenberg

fix SFTP download hang

Matt Wixson found and fixed a bug in the SCP/SFTP area where the
code treated a 0 return code from libssh2 to be the same as
EAGAIN while in reality it isn't.

fix SFTP download hang

Matt Wixson found and fixed a bug in the SCP/SFTP area where the
code treated a 0 return code from libssh2 to be the same as
EAGAIN while in reality it isn't. The problem caused a hang in
SFTP transfers from a MessageWay server.

show more ...


# 604a2bda 28-Mar-2010 Daniel Stenberg

Ben's POP3 change


12345678910>>...77