0ae6ff9f | 10-Aug-2005 |
Gunter Knauf |
some minor Makefile fixes for SSL. |
8b571fbb | 10-Aug-2005 |
Gunter Knauf |
make ares compile again for NetWare. |
f3fcd409 | 10-Aug-2005 |
Gunter Knauf |
make ares compile again for NetWare. |
a47532f8 | 10-Aug-2005 |
Gunter Knauf |
fixed line endings so it works again with gnu make on Win32. |
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 ...
|
4f8a4914 | 08-Aug-2005 |
Daniel Stenberg |
mention two other bugs we should fix before release |
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 |
aeb04136 | 07-Aug-2005 |
Daniel Stenberg |
Don't prevent FTPS:// through a http proxy, as we cannot know if it works or not! |
0b8f57bf | 07-Aug-2005 |
Daniel Stenberg |
mention our security related mail alias in the "who do I mail" section |
6508d446 | 04-Aug-2005 |
Daniel Stenberg |
Support realloc() on a NULL pointer properly (printf(%p) on a NULL pointer outputs (nil) and not a 0x0 or similar. |
82cb462b | 04-Aug-2005 |
Daniel Stenberg |
killed trailing whitespace, narrowed a few lines to 80 cols |
9a264bf6 | 01-Aug-2005 |
Daniel Stenberg |
mention that the NOBODY reset thing is added in 7.14.1 |
57007e80 | 30-Jul-2005 |
Daniel Stenberg |
Moved items from TODO-RELEASE to TODO since they're not really bound to happen in any specific release. |
b6c876bd | 30-Jul-2005 |
Daniel Stenberg |
clarified the PHP/CURL topic a bit more |
57afae79 | 30-Jul-2005 |
Daniel Stenberg |
correction and added new mirror |
84c21849 | 30-Jul-2005 |
Daniel Stenberg |
CURLOPT_COOKIELIST change since it no longer modifies the input string contents |
e358a24a | 28-Jul-2005 |
Daniel Stenberg |
reset the numcookies counter too (I missed it in the previous commit) |
9da9d00c | 28-Jul-2005 |
Daniel Stenberg |
fixed example since this is how the interface works now |
ec3f269d | 28-Jul-2005 |
Daniel Stenberg |
now strdups the cookielist inpointer before passed on, as the cookie function modifies it |
1c388a52 | 28-Jul-2005 |
Daniel Stenberg |
curl standard indent/format |
34a827bb | 28-Jul-2005 |
Gisle Vanem |
Needs 'struct_stat'. Increased verbosity. |
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 ...
|
463c0f70 | 27-Jul-2005 |
Daniel Stenberg |
disabling HTTP should also nullify this function call |