#
1e038c4b |
| 24-Aug-2005 |
Daniel Stenberg |
valgrind version 3 renames the --logfile command line option to --log-file...
|
#
432dfe2b |
| 24-Aug-2005 |
Daniel Stenberg |
Fixed CA cert verification using GnuTLS with the default bundle, which previously failed due to GnuTLS not allowing x509 v1 CA certs by default.
|
#
710ee3b0 |
| 19-Aug-2005 |
Daniel Stenberg |
Norbert Novotny had problems with FTPS and he helped me work out a patch that made curl run fine in his end. The key was to make sure we do the SSL/TLS negotiation immediately after the TCP c
Norbert Novotny had problems with FTPS and he helped me work out a patch that made curl run fine in his end. The key was to make sure we do the SSL/TLS negotiation immediately after the TCP connect is done and not after a few other commands have been sent like we did previously. I don't consider this change necessary to obey the standards, I think this server is pickier than what the specs allow it to be, but I can't see how this modified libcurl code can add any problems to those who are interpreting the standards more liberally.
show more ...
|
#
c36af24c |
| 17-Aug-2005 |
Daniel Stenberg |
handles expiry times in cookie files that go beyond 32 bits in size
|
#
a676c185 |
| 17-Aug-2005 |
Daniel Stenberg |
- Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with CURLOPT_COOKIEFILE), add a cookie (with CURLOPT_COOKIELIST), tell it to write the result to a given cookie ja
- Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with CURLOPT_COOKIEFILE), add a cookie (with CURLOPT_COOKIELIST), tell it to write the result to a given cookie jar and then never actually call curl_easy_perform() - the given file(s) to read was never read but the output file was written and thus it caused a "funny" result. - While doing some tests for the bug above, I noticed that Firefox generates large numbers (for the expire time) in the cookies.txt file and libcurl didn't treat them properly. Now it does.
show more ...
|
#
340a67a6 |
| 16-Aug-2005 |
Daniel Stenberg |
client side fixes
|
#
fd704f8d |
| 15-Aug-2005 |
Daniel Stenberg |
recent changes
|
#
6c157a40 |
| 09-Aug-2005 |
Daniel Stenberg |
Christopher R. Palmer fixed the offsets used for date parsings when the time zone name of a daylight savings time was used. For example, PDT vs PDS. This flaw was introduced with the new date
Christopher R. Palmer fixed the offsets used for date parsings when the time zone name of a daylight savings time was used. For example, PDT vs PDS. This flaw was introduced with the new date parser (11 sep 2004 - 7.12.2). Fortunately, no web server or cookie string etc should be using such time zone names thus limiting the effect of this bug.
show more ...
|
#
493d6033 |
| 07-Aug-2005 |
Daniel Stenberg |
Jon Grubbs filed bug report #1249962 which identified a problem with NTLM on a HTTP proxy if an FTP URL was given. libcurl now properly switches to pure HTTP internally when an HTTP proxy is
Jon Grubbs filed bug report #1249962 which identified a problem with NTLM on a HTTP proxy if an FTP URL was given. libcurl now properly switches to pure HTTP internally when an HTTP proxy is used, even for FTP URLs. The problem would also occur with other multi-pass auth methods.
show more ...
|
#
8f219af8 |
| 07-Aug-2005 |
Daniel Stenberg |
When curl is built with GnuTLS, curl-config didn't include "SSL" when --features was used
|
#
57afae79 |
| 30-Jul-2005 |
Daniel Stenberg |
correction and added new mirror
|
#
726b9e22 |
| 27-Jul-2005 |
Daniel Stenberg |
If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST is set to 1, CURLOPT_NOBODY will now automatically be set to 0.
|
#
2236ba0d |
| 27-Jul-2005 |
Daniel Stenberg |
Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a simple interface to extracting and setting cookies in libcurl's internal "cookie jar". See the new cookie_interfac
Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a simple interface to extracting and setting cookies in libcurl's internal "cookie jar". See the new cookie_interface.c example code.
show more ...
|
#
decae2dc |
| 15-Jul-2005 |
Daniel Stenberg |
cURLpp 0.5.1
|
#
16bbd13a |
| 13-Jul-2005 |
Daniel Stenberg |
Diego Casorran patches to make (lib)curl build fine on Amiga again
|
#
74c7b41e |
| 12-Jul-2005 |
Daniel Stenberg |
mention the Rexx/CURL release
|
#
465e19db |
| 12-Jul-2005 |
Daniel Stenberg |
Adrian Schuur added trailer support in the chunked encoding stream. The trailer is then sent to the normal header callback/stream.
|
#
d49c1442 |
| 05-Jul-2005 |
Daniel Stenberg |
Gisle Vanem came up with a nice little work-around for bug #1230118. It seems the Windows (MSVC) libc time functions may return data one hour off if TZ is not set and automatic DST adjustment
Gisle Vanem came up with a nice little work-around for bug #1230118. It seems the Windows (MSVC) libc time functions may return data one hour off if TZ is not set and automatic DST adjustment is enabled. This made curl_getdate() return wrong value, and it also concerned internal cookie expirations etc.
show more ...
|
#
e7de7d5e |
| 04-Jul-2005 |
Daniel Stenberg |
mention the strerror_r detection fix in configure
|
#
20005a83 |
| 03-Jul-2005 |
Daniel Stenberg |
Andrew Bushnell provided enough info for me to tell that we badly needed to fix the CONNECT authentication code with multi-pass auth methods (such as NTLM) as it didn't previously properly ig
Andrew Bushnell provided enough info for me to tell that we badly needed to fix the CONNECT authentication code with multi-pass auth methods (such as NTLM) as it didn't previously properly ignore response-bodies - in fact it stopped reading after all response headers had been received. This could lead to libcurl sending the next request and reading the body from the first request as response to the second request. (I also renamed the function, which wasn't strictly necessary but...) The best fix would to once and for all make the CONNECT code use the ordinary request sending/receiving code, treating it as any ordinary request instead of the special-purpose function we have now. It should make it better for multi-interface too. And possibly lead to less code... Added test case 265 for this. It doesn't work as a _really_ good test case since the test proxy is too stupid, but the test case helps when running the debugger to verify.
show more ...
|
#
5c5d5270 |
| 28-Jun-2005 |
Daniel Stenberg |
new Lua binding
|
#
c51b46c9 |
| 22-Jun-2005 |
Daniel Stenberg |
David Shaw fixes
|
#
396cff57 |
| 19-Jun-2005 |
Daniel Stenberg |
possible windows memory leak fixed by Gisle
|
#
29aafb9c |
| 03-Jun-2005 |
Daniel Stenberg |
Andres Garcia's text mode fix for the 'data' part
|
#
300b4a91 |
| 31-May-2005 |
Daniel Stenberg |
Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6 address was not possible to use. It is now, but requires it written RFC2732-style, within brackets - which incidently
Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6 address was not possible to use. It is now, but requires it written RFC2732-style, within brackets - which incidently is how you enter numerical IPv6 addresses in URLs. Test case 263 added to verify.
show more ...
|