History log of /curl/RELEASE-NOTES (Results 1676 – 1700 of 2421)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3458ce9a 17-Feb-2008 Daniel Stenberg

- Jerome Muffat-Meridol helped me fix Curl_done() to close the current
connection by force when it was called before the entire request is
completed, simply because we can't know if the c

- Jerome Muffat-Meridol helped me fix Curl_done() to close the current
connection by force when it was called before the entire request is
completed, simply because we can't know if the connection really can be
re-used safely at that point.

show more ...


# e78652d8 15-Feb-2008 Daniel Stenberg

- Made the gnutls code path not even try to get the server cert if no peer
verification is requested. Previously it would even return failure if gnutls
failed to get the server cert even

- Made the gnutls code path not even try to get the server cert if no peer
verification is requested. Previously it would even return failure if gnutls
failed to get the server cert even though no verification was asked for.

- Fix my Curl_timeleft() leftover mistake in the gnutls code

show more ...


# d2ad98d8 15-Feb-2008 Daniel Stenberg

new mirror and mirror recount after cleansing


# d25aab27 15-Feb-2008 Daniel Stenberg

- Pooyan McSporran found and fixed a flaw where you first would do a normal
http request and then you'd reuse the handle and replace the Accept: header,
as then libcurl would send two Acc

- Pooyan McSporran found and fixed a flaw where you first would do a normal
http request and then you'd reuse the handle and replace the Accept: header,
as then libcurl would send two Accept: headers!

show more ...


# 736af32b 10-Feb-2008 Yang Tse

Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) points
out and provides test program that demonstrates that libcurl might not set
error description message for error CURLE_C

Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) points
out and provides test program that demonstrates that libcurl might not set
error description message for error CURLE_COULDNT_RESOLVE_HOST for Windows
threaded name resolver builds. Fixed now.

show more ...


# 4c841a1f 08-Feb-2008 Daniel Stenberg

- Mike Hommey filed and fixed bug report #1889856
(http://curl.haxx.se/bug/view.cgi?id=1889856): When using the gnutls ssl
layer, cleaning-up and reinitializing curl ends up with https re

- Mike Hommey filed and fixed bug report #1889856
(http://curl.haxx.se/bug/view.cgi?id=1889856): When using the gnutls ssl
layer, cleaning-up and reinitializing curl ends up with https requests
failing with "ASN1 parser: Element was not found" errors. Obviously a
regression added in 7.16.3.

show more ...


# c3a7a757 08-Feb-2008 Daniel Stenberg

G�nter Knauf added lib/mk-ca-bundle.pl which gets the Firefox ca bundle and
creates a suitable ca-bundle.crt file in PEM format for use with curl. The
recommended way to run it is to use 'mak

G�nter Knauf added lib/mk-ca-bundle.pl which gets the Firefox ca bundle and
creates a suitable ca-bundle.crt file in PEM format for use with curl. The
recommended way to run it is to use 'make ca-bundle' in the build tree root.

show more ...


# 1b701c74 07-Feb-2008 Daniel Stenberg

- Refactored a lot of timeout code into a few functions in an attempt to make
them all use the same (hopefully correct) logic to make it less error-prone
and easier to introduce library-w

- Refactored a lot of timeout code into a few functions in an attempt to make
them all use the same (hopefully correct) logic to make it less error-prone
and easier to introduce library-wide where it should be used.

show more ...


# 20e9fc73 06-Feb-2008 Yang Tse

Fix problem in strdup replacement when dealing with absolutely huge strings.


# a62e155c 31-Jan-2008 Daniel Stenberg

- Niklas Angebrand made the cookie support in libcurl properly deal with the
"HttpOnly" feature introduced by Microsoft and apparently also supported by
Firefox: http://msdn2.microsoft.co

- Niklas Angebrand made the cookie support in libcurl properly deal with the
"HttpOnly" feature introduced by Microsoft and apparently also supported by
Firefox: http://msdn2.microsoft.com/en-us/library/ms533046.aspx . HttpOnly
is now supported when received from servers in HTTP headers, when written to
cookie jars and when read from existing cookie jars.

show more ...


# 1bfbd250 29-Jan-2008 Daniel Stenberg

- Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously
crash!


# ceb5a8ca 29-Jan-2008 Daniel Stenberg

- Michal Marek fixed minor mistake in test case 553 that prevented it from
working on other IP-addresses or port numbers.


# ddc98c6f 28-Jan-2008 Daniel Stenberg

start over on 7.18.1


Revision tags: curl-7_18_0
# c6df7888 25-Jan-2008 Daniel Stenberg

- Kevin Reed filed bug report #1879375
(http://curl.haxx.se/bug/view.cgi?id=1879375) which describes how libcurl
got lost in this scenario: proxy tunnel (or HTTPS over proxy), ask to do a

- Kevin Reed filed bug report #1879375
(http://curl.haxx.se/bug/view.cgi?id=1879375) which describes how libcurl
got lost in this scenario: proxy tunnel (or HTTPS over proxy), ask to do any
proxy authentication and the proxy replies with an auth (like NTLM) and then
closes the connection after that initial informational response.

libcurl would not properly re-initialize the connection to the proxy and
continue the auth negotiation like supposed. It does now however, as it will
now detect if one or more authentication methods were available and asked
for, and will thus retry the connection and continue from there.

- I made the progress callback get called properly during proxy CONNECT.

show more ...


# fb07259e 24-Jan-2008 Daniel Stenberg

and Igor Franchuk is his name!


# c914e6ea 23-Jan-2008 Daniel Stenberg

"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so
did "SESS". Fixed now.


# ef0ed9b7 21-Jan-2008 Daniel Stenberg

Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed
that it is bad anyway. Starting now, removing a handle that is in used in a
pipeline will break the pipeline - it'll

Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed
that it is bad anyway. Starting now, removing a handle that is in used in a
pipeline will break the pipeline - it'll be set back up again but still...

show more ...


# fcf90291 20-Jan-2008 Daniel Stenberg

Judson provided an example, and the added mirror adds the count


# bdd0e3d3 20-Jan-2008 Daniel Stenberg

http://curl.very-clever.com/ is a new mirror in Nuremberg, Germany


# 62df0ff0 18-Jan-2008 Daniel Stenberg

Lau Hang Kin found and fixed a problem with the multi interface when doing
CONNECT over a proxy. curl_multi_fdset() didn't report back the socket
properly during that state, due to a missing

Lau Hang Kin found and fixed a problem with the multi interface when doing
CONNECT over a proxy. curl_multi_fdset() didn't report back the socket
properly during that state, due to a missing case in the switch in the
multi_getsock() function.

show more ...


# bcaadb42 17-Jan-2008 Daniel Stenberg

curl-java 0.2.1


# 301ae1ae 16-Jan-2008 Daniel Stenberg

Nathan Coulter's patch that makes runtests.pl respect the PATH when figuring
out what valgrind to run.


# 3d558777 16-Jan-2008 Yang Tse

fix handling of out of memory in the command line tool that afected
data url encoded HTTP POSTs when reading it from a file.


# b3de497d 16-Jan-2008 Daniel Stenberg

Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that
previously had a number of flaws, perhaps most notably when an application
fired up N transfers at once as then the

Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that
previously had a number of flaws, perhaps most notably when an application
fired up N transfers at once as then they wouldn't pipeline at all that
nicely as anyone would think... Test case 530 was also updated to take the
improved functionality into account.

show more ...


# ed6466d1 15-Jan-2008 Daniel Stenberg

Calls to Curl_failf() are not supposed to provide a trailing newline as the
function itself adds that. Fixed on 50 or something strings!


1...<<61626364656667686970>>...97