History log of /curl/RELEASE-NOTES (Results 1976 – 2000 of 2421)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# befc30bc 06-Oct-2006 Daniel Stenberg

Bogdan Nicula's hanging test case was converted to test case 533 and the test
now runs fine.


# 5e0d9aea 30-Sep-2006 Daniel Stenberg

Support for FTP third party transfers is now dropped


# ae13c93b 28-Sep-2006 Daniel Stenberg

Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl
would crash if a bad function sequence was used when shutting down after
using the multi interface (i.e using easy_

Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl
would crash if a bad function sequence was used when shutting down after
using the multi interface (i.e using easy_cleanup after multi_cleanup) so
precautions have been added to make sure it doesn't any more - test case 529
was added to verify.

show more ...


# 1fa3a5cc 24-Sep-2006 Daniel Stenberg

Cory Nelson made libcurl use the WSAPoll() function if built for Windows
Vista (_WIN32_WINNT >= 0x0600)


# 296a7db9 23-Sep-2006 Daniel Stenberg

updated numbers


# f7d31bb3 23-Sep-2006 Daniel Stenberg

Mike Protts added --ftp-ssl-control to make curl use FTP-SSL, but only
encrypt the control connection and use the data connection "plain".


# 3ea8a4d2 23-Sep-2006 Daniel Stenberg

Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as
it now will read the full data sent from servers. The SOCKS-related code was
also moved to the new lib/socks.c so

Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as
it now will read the full data sent from servers. The SOCKS-related code was
also moved to the new lib/socks.c source file.

show more ...


# ab798fe5 21-Sep-2006 Daniel Stenberg

(FTP) a failed upload does not invalidate the control connection


# ec4a16f2 20-Sep-2006 Daniel Stenberg

Armel Asselin fixed problems when you gave a proxy URL with user name and
empty password or no password at all. Test case 278 and 279 were added to
verify.


# eee09e79 12-Sep-2006 Daniel Stenberg

stuff we do


# 29dc39fc 11-Sep-2006 Daniel Stenberg

- Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a
handle that is part of a multi handle first removes the handle from the
stack.

- Added CURLOPT_SSL_S

- Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a
handle that is part of a multi handle first removes the handle from the
stack.

- Added CURLOPT_SSL_SESSIONID_CACHE and --no-sessionid to disable SSL
session-ID re-use on demand since there obviously are broken servers out
there that misbehave with session-IDs used.

show more ...


# 8d24c021 10-Sep-2006 Daniel Stenberg

curl_multi_socket() fix thanks to Jeff's test code


# b0f6e7ce 09-Sep-2006 Daniel Stenberg

Michele Bini fixed how the hostname is put in NTLM packages. As servers
don't expect fully qualified names we need to cut them off at the first dot.


# 8ec1bfe8 08-Sep-2006 Daniel Stenberg

Peter Sylvester cleaned up and fixed the getsockname() uses in ftp.c. Some
of them can be completetly removed though...


# b7eeb6e6 07-Sep-2006 Daniel Stenberg

Major overhaul introducing http pipelining support and shared connection
cache within the multi handle.


Revision tags: curl-7_15_6-prepipeline
# 874a4ef8 04-Sep-2006 Daniel Stenberg

spell fix and added Jari


# 30ac7ece 04-Sep-2006 Daniel Stenberg

proper credit


# 466d093a 03-Sep-2006 Daniel Stenberg

- "Dortik" (http://curl.haxx.se/bug/view.cgi?id=1551412) provided a patch that
while not fixing things very nicely, it does make the SOCKS5 proxy
connection slightly better as it now ackn

- "Dortik" (http://curl.haxx.se/bug/view.cgi?id=1551412) provided a patch that
while not fixing things very nicely, it does make the SOCKS5 proxy
connection slightly better as it now acknowledges the timeout for connection
and it no longer segfaults in the case when SOCKS requires authentication
and you did not specify username:password.

show more ...


# d7168a82 31-Aug-2006 Daniel Stenberg

Dmitriy Sergeyev found and fixed a multi interface flaw when using asynch
name resolves. It could get stuck in the wrong state.


# 5acadc9c 29-Aug-2006 Daniel Stenberg

David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA to
allow applications to set their own socket options.


# 2ff609dd 25-Aug-2006 Daniel Stenberg

Armel Asselin reported that the 'running_handles' counter wasn't updated
properly if you removed a "live" handle from a multi handle with
curl_multi_remove_handle().


# bdbd0cf2 22-Aug-2006 Daniel Stenberg

David McCreedy fixed a remaining mistake from the August 19 TYPE change.


# d7929376 22-Aug-2006 Daniel Stenberg

Peter Sylvester pointed out a flaw in the AllowServerConnect() in the FTP
code when doing pure ipv6 EPRT connections.


# 37d8c675 21-Aug-2006 Daniel Stenberg

clarify for what protocols the changes are


# cfdcae4b 19-Aug-2006 Daniel Stenberg

Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
command on subsequent requests on a re-used connection unless it has to.


1...<<71727374757677787980>>...97