History log of /curl/RELEASE-NOTES (Results 2001 – 2025 of 2431)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


# 74a6921b 18-Aug-2006 Daniel Stenberg

Armel Asselin fixed a crash in the FTP code when using SINGLECWD mode and
files in the root directory.


# 490cccba 18-Aug-2006 Daniel Stenberg

Andrew Biggs pointed out a "Expect: 100-continue" flaw where libcurl didn't
send the whole request at once, even though the Expect: header was disabled
by the application. An effect of this c

Andrew Biggs pointed out a "Expect: 100-continue" flaw where libcurl didn't
send the whole request at once, even though the Expect: header was disabled
by the application. An effect of this change is also that small (< 1024
bytes) POSTs are now always sent without Expect: header since we deem it
more costly to bother about that than the risk that we send the data in
vain.

show more ...


# ba9ea943 16-Aug-2006 Daniel Stenberg

related info


# 1eedad27 08-Aug-2006 Daniel Stenberg

Armel Asselin made the CURLOPT_PREQUOTE option work fine even when
CURLOPT_NOBODY is set true. PREQUOTE is then run roughly at the same place
in the command sequence as it would have run if t

Armel Asselin made the CURLOPT_PREQUOTE option work fine even when
CURLOPT_NOBODY is set true. PREQUOTE is then run roughly at the same place
in the command sequence as it would have run if there would've been a
transfer.

show more ...


# a4ebf5b5 08-Aug-2006 Daniel Stenberg

Fixed a flaw in the "Expect: 100-continue" treatment. If you did two POSTs
on a persistent connection and allowed the first to use that header, you
could not disable it for the second request.


# 824b7802 07-Aug-2006 Daniel Stenberg

start working towards 7.15.6


Revision tags: curl-7_15_5
# 8a38c72c 02-Aug-2006 Daniel Stenberg

Mark Lentczner fixed how libcurl was not properly doing chunked encoding
if the header "Transfer-Encoding: chunked" was set by the application.
http://curl.haxx.se/bug/view.cgi?id=1531838


# ee642859 01-Aug-2006 Daniel Stenberg

Maciej Karpiuk fixed a crash that would occur if we passed Curl_strerror()
an unknown error number on glibc systems.
http://curl.haxx.se/bug/view.cgi?id=1532289


# a88deadd 27-Jul-2006 Daniel Stenberg

Yves Lejeune fixed so that replacing Content-Type: when doing multipart
formposts work exactly the way you want it (and the way you'd assume it
works)


# 4d4151f6 26-Jul-2006 Daniel Stenberg

David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for both
control and data connection, as the existing --ftp-ssl option only requests
it.


# 518becfe 26-Jul-2006 Daniel Stenberg

curl_multi_assign() and CURLMOPT_SOCKETFUNCTION proto change


# 2527b530 25-Jul-2006 Daniel Stenberg

Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curl
tool option named --ftp-alternative-to-user. It provides a mean to send a
particular command if the normal USER/PA

Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curl
tool option named --ftp-alternative-to-user. It provides a mean to send a
particular command if the normal USER/PASS approach fails.

show more ...


# f36adcdb 25-Jul-2006 Daniel Stenberg

Georg Horn made the transfer timeout error message include more details


# 06d05b18 17-Jul-2006 Daniel Stenberg

Jari Sundell did some excellent research and bug tracking, figured out that
we did wrong and patched it: When nodes were removed from the splay tree,
and we didn't properly remove it from the

Jari Sundell did some excellent research and bug tracking, figured out that
we did wrong and patched it: When nodes were removed from the splay tree,
and we didn't properly remove it from the splay tree when an easy handle was
removed from a multi stack and thus we could wrongly leave a node in the
splay tree pointing to (bad) memory.

show more ...


# daef1cf3 14-Jul-2006 Daniel Stenberg

David McCreedy fixed a flaw where the CRLF counter wasn't properly cleared
for FTP ASCII transfers.


1...<<81828384858687888990>>...98