History log of /curl/RELEASE-NOTES (Results 2051 – 2075 of 2431)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 95152aec 26-Apr-2006 Daniel Stenberg

David McCreedy brought line end conversions when doing FTP ASCII
transfers. They are done on non-windows systems and translate CRLF to LF.


# 87c5ed8b 25-Apr-2006 Daniel Stenberg

Paul Querna fixed libcurl to better deal with deflate content encoding when
the stream (wrongly) lacks a proper zlib header. This seems to be the case on
too many actual server implementation

Paul Querna fixed libcurl to better deal with deflate content encoding when
the stream (wrongly) lacks a proper zlib header. This seems to be the case on
too many actual server implementations.

show more ...


# db03d4bd 21-Apr-2006 Daniel Stenberg

Ale Vesely fixed CURLOPT_INTERFACE when using a hostname


# e532b196 18-Apr-2006 Daniel Stenberg

Robson Braga Araujo provided a patch that makes libcurl less eager to close
the control connection when using FTP, for example when you remove an easy
handle from a multi stack.


# 0f523228 18-Apr-2006 Daniel Stenberg

mention Katie Wang as author of the patch


# deeb74b7 11-Apr-2006 Daniel Stenberg

#1468330 (http://curl.haxx.se/bug/view.cgi?id=1468330) pointed out a bad
typecast in the curl tool leading to a crash with (64bit?) VS2005 (at least)
since the struct timeval field tv_sec is

#1468330 (http://curl.haxx.se/bug/view.cgi?id=1468330) pointed out a bad
typecast in the curl tool leading to a crash with (64bit?) VS2005 (at least)
since the struct timeval field tv_sec is an int while time_t is 64bit.

show more ...


# 7b4ba43d 10-Apr-2006 Daniel Stenberg

mention recent additions


# be285cde 05-Apr-2006 Daniel Stenberg

Michele Bini modified the NTLM code to work for his "weird IIS case"
(http://curl.haxx.se/mail/lib-2006-02/0154.html) by adding the NTLM hash
function in addition to the LM one and making som

Michele Bini modified the NTLM code to work for his "weird IIS case"
(http://curl.haxx.se/mail/lib-2006-02/0154.html) by adding the NTLM hash
function in addition to the LM one and making some other adjustments in the
order the different parts of the data block are sent in the Type-2 reply.
Inspiration for this work was taken from the Firefox NTLM implementation.

I edited the existing 21(!) NTLM test cases to run fine with these news. Due
to the fact that we now properly include the host name in the Type-2 message
the test cases now only compare parts of that chunk.

show more ...


# bcc62cc9 28-Mar-2006 Daniel Stenberg

#1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug that
occurred when asking libcurl to follow HTTP redirects and the original URL had
more than one question mark (?). Adde

#1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug that
occurred when asking libcurl to follow HTTP redirects and the original URL had
more than one question mark (?). Added test case 276 to verify.

show more ...


# f17d9bba 27-Mar-2006 Daniel Stenberg

David Byron found a problem multiple -d options when libcurl was built with
--enable-debug, as then curl used free() on memory allocated both with
normal malloc() and with libcurl-provided fu

David Byron found a problem multiple -d options when libcurl was built with
--enable-debug, as then curl used free() on memory allocated both with
normal malloc() and with libcurl-provided functions, when the latter MUST be
freed with curl_free() in debug builds.

show more ...


# 3dad55d7 26-Mar-2006 Daniel Stenberg

Tor Arntsen figured out that TFTP was broken on a lot of systems since we
called bind() with a too big argument in the 3rd parameter and at least
Tru64, AIX and IRIX seem to be very picky abo

Tor Arntsen figured out that TFTP was broken on a lot of systems since we
called bind() with a too big argument in the 3rd parameter and at least
Tru64, AIX and IRIX seem to be very picky about it.

show more ...


# 598ffeea 21-Mar-2006 Daniel Stenberg

David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path


# 83367f67 21-Mar-2006 Daniel Stenberg

Xavier Bouchoux made the SSL connection non-blocking for the multi interface
(when using OpenSSL).


# 15f2647d 21-Mar-2006 Daniel Stenberg

Tor Arntsen fixed the AIX Toolbox RPM spec


# 6421d69b 20-Mar-2006 Daniel Stenberg

David McCreedy fixed libcurl to no longer ignore AUTH failures and now it
reacts properly according to the CURLOPT_FTP_SSL setting.


# 18081e30 20-Mar-2006 Daniel Stenberg

mention today's fixes


# b8fad99f 20-Mar-2006 Daniel Stenberg

start working towards 7.15.4


Revision tags: curl-7_15_3
# 59752299 20-Mar-2006 Daniel Stenberg

fixed tftp packet overflow risk


# cffebd7f 07-Mar-2006 Daniel Stenberg

Markus Koetter filed debian bug report #355715 which identified a problem
with the multi interface and multi-part formposts. The fix from February
22nd could make the Curl_done() function get

Markus Koetter filed debian bug report #355715 which identified a problem
with the multi interface and multi-part formposts. The fix from February
22nd could make the Curl_done() function get called twice on the same
connection and it was not designed for that and thus tried to call free() on
an already freed memory area!

show more ...


# b8c8e734 07-Mar-2006 Daniel Stenberg

Peter Heuchert made sure the CURLFTPSSL_CONTROL setting for CURLOPT_FTP_SSL
is used properly.


# 8bba99ae 06-Mar-2006 Daniel Stenberg

Lots of users on Windows have reported getting the "SSL: couldn't set
callback" error message so I've now made the setting of that callback not be
as critical as before. The function is only

Lots of users on Windows have reported getting the "SSL: couldn't set
callback" error message so I've now made the setting of that callback not be
as critical as before. The function is only used for additional loggging/
trace anyway so a failure just means slightly less data. It should still be
able to proceed and connect fine to the server.

show more ...


# b5c5f576 04-Mar-2006 Daniel Stenberg

build fix for Interix


# 7d68101f 03-Mar-2006 Daniel Stenberg

Prevent uploading to a URL that has no file name part.


# d7999f9f 02-Mar-2006 Daniel Stenberg

mention Dan F's out-of-file handles fix from the other day


# f13eba4c 02-Mar-2006 Daniel Stenberg

check for and use getprotobyname


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