History log of /curl/CHANGES (Results 226 – 250 of 1910)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ce1a5841 05-Jun-2009 Daniel Stenberg

remove conflict markers


# 1012c570 05-Jun-2009 Daniel Stenberg

- Setting the Content-Length: header from your app when you do a POST or PUT
is almost always a VERY BAD IDEA. Yet there are still apps out there doing
this, and now recently it triggered

- Setting the Content-Length: header from your app when you do a POST or PUT
is almost always a VERY BAD IDEA. Yet there are still apps out there doing
this, and now recently it triggered a bug/side-effect in libcurl as when
libcurl sends a POST or PUT with NTLM, it sends an empty post first when it
knows it will just get a 401/407 back. If the app then replaced the
Content-Length header, it caused the server to wait for input that libcurl
wouldn't send. Aaron Oneal reported this problem in bug report #2799008
http://curl.haxx.se/bug/view.cgi?id=2799008) and helped us verify the fix.

show more ...


# 00883822 04-Jun-2009 Yang Tse

allow building libcurl for VxWorks


# e1270928 02-Jun-2009 Dan Fandrich

Created a basic Android make file for curl and libcurl. A config.h
is also needed before curl can be built in Android, but it's not clear
what the best way is to provide one.


# 9dcc1b33 01-Jun-2009 Daniel Stenberg

- Claes Jakobsson fixed the configure script to better find and use NSS
without pkg-config.


# e3c37aac 01-Jun-2009 Yang Tse

credit John E. Malmberg


# 0bf9c1e8 27-May-2009 Daniel Stenberg

- Claes Jakobsson fixed libcurl-NSS to build fine even without the
PK11_CreateGenericObject() function.


# bf07d377 27-May-2009 Daniel Stenberg

- Mike Crowe pointed out that setting CURLOPT_USERPWD to NULL used to clear
the auth credentials back in 7.19.0 and earlier while now you have to set ""
to get the same effect. His patch

- Mike Crowe pointed out that setting CURLOPT_USERPWD to NULL used to clear
the auth credentials back in 7.19.0 and earlier while now you have to set ""
to get the same effect. His patch brings back the ability to use NULL.

show more ...


# eecb7136 27-May-2009 Daniel Stenberg

- Andre Guibert de Bruet found a call to a OpenSSL function that didn't check
for a failure properly.


# bf085e2c 27-May-2009 Daniel Stenberg

- Frank McGeough provided a small OpenSSL #include fix to make libcurl compile
fine with Nokia 5th edition 1.0 SDK for Symbian.


# 1cf6c15a 25-May-2009 Daniel Stenberg

- bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointed
out that the cookie parser would leak memory when it parses cookies that are
received with domain, path etc set

- bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointed
out that the cookie parser would leak memory when it parses cookies that are
received with domain, path etc set multiple times in the same header. While
such a cookie is questionable, they occur in the wild and libcurl no longer
leaks memory for them. I added such a header to test case 8.

show more ...


# 85196825 22-May-2009 Dan Fandrich

Removed some obsolete digest code that caused a valgrind error in test 551.


# 7071dd01 20-May-2009 Dan Fandrich

Added "non-existing host" test keywords to make it easy to skip those
tests on machines that have broken DNS configurations (such as
those configured to use OpenDNS).


# de7a1400 19-May-2009 Daniel Stenberg

- Kamil Dudka brought the patch from the Redhat bug entry
https://bugzilla.redhat.com/show_bug.cgi?id=427966 which was libcurl closing
a bad file descriptor when closing down the FTP data

- Kamil Dudka brought the patch from the Redhat bug entry
https://bugzilla.redhat.com/show_bug.cgi?id=427966 which was libcurl closing
a bad file descriptor when closing down the FTP data connection. Caolan
McNamara seems to be the original author of it.

show more ...


Revision tags: curl-7_19_5
# 1b6c683c 18-May-2009 Daniel Stenberg

7.19.5 coming up


# 3cb06eb2 17-May-2009 Daniel Stenberg

- James Bursa posted a patch to the mailing list that fixed a problem with
no_proxy which made it not skip the proxy if the URL entered contained a
user name. I added test case 1101 to ve

- James Bursa posted a patch to the mailing list that fixed a problem with
no_proxy which made it not skip the proxy if the URL entered contained a
user name. I added test case 1101 to verify.

show more ...


# 242a17b9 11-May-2009 Daniel Stenberg

- Balint Szilakszi reported a memory leak when libcurl did gzip decompression
of streams that had some parts (legitimately) missing. We now provide and use
a proper cleanup function for t

- Balint Szilakszi reported a memory leak when libcurl did gzip decompression
of streams that had some parts (legitimately) missing. We now provide and use
a proper cleanup function for the content encoding submodule.
http://curl.haxx.se/mail/lib-2009-05/0092.html

show more ...


# 6e1632c6 11-May-2009 Daniel Stenberg

- Kamil Dudka provided a fix for libcurl-NSS reported by Michael Cronenworth
at https://bugzilla.redhat.com/show_bug.cgi?id=453612#c12

If an incorrect password is given while loading

- Kamil Dudka provided a fix for libcurl-NSS reported by Michael Cronenworth
at https://bugzilla.redhat.com/show_bug.cgi?id=453612#c12

If an incorrect password is given while loading a private key, libcurl ends
up in an infinite loop consuming memory. The bug is critical.

show more ...


# 56dab605 11-May-2009 Daniel Stenberg

- I fixed the problem with doing NTLM, POST and then following a 302 redirect,
as reported by Ebenezer Ikonne (on curl-users) and Laurent Rabret (on
curl-library). The transfer was mistak

- I fixed the problem with doing NTLM, POST and then following a 302 redirect,
as reported by Ebenezer Ikonne (on curl-users) and Laurent Rabret (on
curl-library). The transfer was mistakenly marked to get more data to send
but since it didn't actually have that, it just hung there...

show more ...


# effbd993 10-May-2009 Daniel Stenberg

- Andre Guibert de Bruet correctly pointed out an over-alloc with one wasted
byte in the digest code.


# 1345226b 09-May-2009 Yang Tse

Mention last changes


# bc852bca 08-May-2009 Yang Tse

Mention last changes


# e84c7db0 08-May-2009 Daniel Stenberg

- Constantine Sapuntzakis fixed bug report #2784055
(http://curl.haxx.se/bug/view.cgi?id=2784055) identifying a problem to
connect to SOCKS proxies when using the multi interface. It turn

- Constantine Sapuntzakis fixed bug report #2784055
(http://curl.haxx.se/bug/view.cgi?id=2784055) identifying a problem to
connect to SOCKS proxies when using the multi interface. It turned out to
almost not work at all previously. We need to wait for the TCP connect to
be properly verified before doing the SOCKS magic.

There's still a flaw in the FTP code for this.

show more ...


# 9c788a52 07-May-2009 Daniel Stenberg

- Made the SO_SNDBUF setting for the data connection socket for ftp uploads as
well. See change 28 Apr 2009.


# ac9d9258 07-May-2009 Yang Tse

Fix an issue, affecting FTP transfers, introduced with the transfer.c patch committed May 4.

Additionally some identation fixes.


12345678910>>...77