platform/upstream/curl.git
18 years agoSimon Josefson brought GNU GSS support
Daniel Stenberg [Mon, 29 Aug 2005 08:42:45 +0000 (08:42 +0000)]
Simon Josefson brought GNU GSS support

18 years ago1.3.0 coming just up
Daniel Stenberg [Mon, 29 Aug 2005 07:03:05 +0000 (07:03 +0000)]
1.3.0 coming just up

18 years agoMoved the GnuTLS related TODO items from lib/TODO.gnutls to the proper
Daniel Stenberg [Mon, 29 Aug 2005 06:59:44 +0000 (06:59 +0000)]
Moved the GnuTLS related TODO items from lib/TODO.gnutls to the proper
docs/TODO

18 years ago4.14 Redirects work in browser but not with curl!
Daniel Stenberg [Fri, 26 Aug 2005 13:22:39 +0000 (13:22 +0000)]
4.14 Redirects work in browser but not with curl!

18 years agook, the right term (using RFC2616 lingo) for the -X keyword is method and not
Daniel Stenberg [Thu, 25 Aug 2005 12:19:22 +0000 (12:19 +0000)]
ok, the right term (using RFC2616 lingo) for the -X keyword is method and not
request

18 years ago"Added in 7.14.1" notes and some minor edits
Daniel Stenberg [Thu, 25 Aug 2005 07:06:50 +0000 (07:06 +0000)]
"Added in 7.14.1" notes and some minor edits

18 years agoCURLINFO_COOKIELIST is added in 7.14.1
Daniel Stenberg [Thu, 25 Aug 2005 07:06:15 +0000 (07:06 +0000)]
CURLINFO_COOKIELIST is added in 7.14.1

18 years agoTheo Borm's example, as was posted here:
Daniel Stenberg [Wed, 24 Aug 2005 17:07:27 +0000 (17:07 +0000)]
Theo Borm's example, as was posted here:
http://curl.haxx.se/mail/lib-2005-08/0163.html

18 years agoToby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible
Daniel Stenberg [Wed, 24 Aug 2005 10:57:28 +0000 (10:57 +0000)]
Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible
from the command line tool with --ignore-content-length. This will make it
easier to download files from Apache 1.x (and similar) servers that are
still having problems serving files larger than 2 or 4 GB. When this option
is enabled, curl will simply have to wait for the server to close the
connection to signal end of transfer. I wrote test case 269 that runs a
simple test that this works.

18 years agovalgrind version 3 renames the --logfile command line option to --log-file...
Daniel Stenberg [Wed, 24 Aug 2005 10:49:57 +0000 (10:49 +0000)]
valgrind version 3 renames the --logfile command line option to --log-file...

18 years agofixed #26, GnuTLS CA cert verification
Daniel Stenberg [Wed, 24 Aug 2005 07:45:14 +0000 (07:45 +0000)]
fixed #26, GnuTLS CA cert verification

18 years agoFixed CA cert verification using GnuTLS with the default bundle, which
Daniel Stenberg [Wed, 24 Aug 2005 07:40:13 +0000 (07:40 +0000)]
Fixed CA cert verification using GnuTLS with the default bundle, which
previously failed due to GnuTLS not allowing x509 v1 CA certs by default.

18 years agoknown bug #26, pretty fatal for anyone who wants to use proper SSL and GnuTLS
Daniel Stenberg [Tue, 23 Aug 2005 08:51:38 +0000 (08:51 +0000)]
known bug #26, pretty fatal for anyone who wants to use proper SSL and GnuTLS

18 years agoenabled statically linked builds.
Gunter Knauf [Mon, 22 Aug 2005 02:39:05 +0000 (02:39 +0000)]
enabled statically linked builds.

18 years agowell hit me, that wasn't possible, use 1:0:0 anyway...
Daniel Stenberg [Sun, 21 Aug 2005 21:27:19 +0000 (21:27 +0000)]
well hit me, that wasn't possible, use 1:0:0 anyway...

18 years agomodified the version-info, we only added functions
Daniel Stenberg [Sun, 21 Aug 2005 21:25:42 +0000 (21:25 +0000)]
modified the version-info, we only added functions

18 years agoincrease version info
Daniel Stenberg [Sun, 21 Aug 2005 21:25:07 +0000 (21:25 +0000)]
increase version info

18 years agoavoid adding a blank dir to the LD_LIBRARY_PATH when OpenSSL is found in a
Daniel Stenberg [Sun, 21 Aug 2005 21:15:07 +0000 (21:15 +0000)]
avoid adding a blank dir to the LD_LIBRARY_PATH when OpenSSL is found in a
default dir

18 years agoAlfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info()
Daniel Stenberg [Sun, 21 Aug 2005 21:09:44 +0000 (21:09 +0000)]
Alfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info()
when getting the DNS server etc.

18 years agoUsing CURLOPT_COOKIEFILE serveral times add more files to read from.
Daniel Stenberg [Fri, 19 Aug 2005 21:38:44 +0000 (21:38 +0000)]
Using CURLOPT_COOKIEFILE serveral times add more files to read from.

18 years agoremoved the unreachable code warning from gcc debug builds, even the most
Daniel Stenberg [Fri, 19 Aug 2005 15:07:50 +0000 (15:07 +0000)]
removed the unreachable code warning from gcc debug builds, even the most
recent gcc versions give far too many false positives for this to be valuable

18 years agoNorbert Novotny had problems with FTPS and he helped me work out a patch
Daniel Stenberg [Fri, 19 Aug 2005 14:41:09 +0000 (14:41 +0000)]
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.

18 years agoone german mirror has died while another one was added, and yet another Texas
Daniel Stenberg [Fri, 19 Aug 2005 07:33:34 +0000 (07:33 +0000)]
one german mirror has died while another one was added, and yet another Texas
one!

18 years agoAdded new contributors from RELEASE-NOTES. The somewhat different sort order
Daniel Stenberg [Fri, 19 Aug 2005 07:32:14 +0000 (07:32 +0000)]
Added new contributors from RELEASE-NOTES. The somewhat different sort order
is due to now using emacs to sort but I'm not in a mood to fix it better just
now.

18 years agoremoved some inaccurate comments about the TYPE_IN_ADDR_T check
Daniel Stenberg [Fri, 19 Aug 2005 07:02:24 +0000 (07:02 +0000)]
removed some inaccurate comments about the TYPE_IN_ADDR_T check

18 years agoThe big POST to HTTPS is probably not a bug.
Daniel Stenberg [Fri, 19 Aug 2005 06:43:25 +0000 (06:43 +0000)]
The big POST to HTTPS is probably not a bug.

The CONNECT problem is now bug #25 planned to get fixed in next release.

18 years agominor Makefile fixes.
Gunter Knauf [Thu, 18 Aug 2005 16:39:29 +0000 (16:39 +0000)]
minor Makefile fixes.

18 years agoupdated NetWare section.
Gunter Knauf [Thu, 18 Aug 2005 16:33:45 +0000 (16:33 +0000)]
updated NetWare section.

18 years agodetabified
Daniel Stenberg [Thu, 18 Aug 2005 08:48:31 +0000 (08:48 +0000)]
detabified

18 years agodetabify
Daniel Stenberg [Thu, 18 Aug 2005 08:47:56 +0000 (08:47 +0000)]
detabify

18 years agoHarshal Pradhan's use-after-free bug with ares is now known bug #24 to be
Daniel Stenberg [Thu, 18 Aug 2005 08:18:24 +0000 (08:18 +0000)]
Harshal Pradhan's use-after-free bug with ares is now known bug #24 to be
fixed after 7.14.1

18 years agoit isn't strictly necessary to use it after a perform
Daniel Stenberg [Thu, 18 Aug 2005 06:14:17 +0000 (06:14 +0000)]
it isn't strictly necessary to use it after a perform

18 years agoremoved issue 20 that was about valgrind complaints on other libs/parts, as
Daniel Stenberg [Wed, 17 Aug 2005 09:43:29 +0000 (09:43 +0000)]
removed issue 20 that was about valgrind complaints on other libs/parts, as
we have a fancier valgrind error parser these days and it seems to work rather
well

18 years agothe SOCKS situation
Daniel Stenberg [Wed, 17 Aug 2005 09:41:54 +0000 (09:41 +0000)]
the SOCKS situation

18 years agoremoved old info about curl_getdate() just simply isn't true and hasn't been
Daniel Stenberg [Wed, 17 Aug 2005 09:12:08 +0000 (09:12 +0000)]
removed old info about curl_getdate() just simply isn't true and hasn't been
true since the getdate() parser code rewrite

18 years agoremove the typecast to long from time_t, since we now store it as curl_off_t
Daniel Stenberg [Wed, 17 Aug 2005 09:11:27 +0000 (09:11 +0000)]
remove the typecast to long from time_t, since we now store it as curl_off_t

18 years agohandles expiry times in cookie files that go beyond 32 bits in size
Daniel Stenberg [Wed, 17 Aug 2005 09:01:07 +0000 (09:01 +0000)]
handles expiry times in cookie files that go beyond 32 bits in size

18 years ago- Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with
Daniel Stenberg [Wed, 17 Aug 2005 08:55:43 +0000 (08:55 +0000)]
- 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.

18 years agoadded curl_mvsnprintf to the export list; I appened to the end cause of the numbering ...
Gunter Knauf [Tue, 16 Aug 2005 20:12:58 +0000 (20:12 +0000)]
added curl_mvsnprintf to the export list; I appened to the end cause of the numbering ...

18 years agoadded curl_mvsnprintf to the export list.
Gunter Knauf [Tue, 16 Aug 2005 20:11:25 +0000 (20:11 +0000)]
added curl_mvsnprintf to the export list.

18 years agoclient side fixes
Daniel Stenberg [Tue, 16 Aug 2005 11:40:43 +0000 (11:40 +0000)]
client side fixes

18 years agotypecase the isspace() argument to int
Daniel Stenberg [Tue, 16 Aug 2005 07:32:50 +0000 (07:32 +0000)]
typecase the isspace() argument to int

18 years agorecent changes
Daniel Stenberg [Mon, 15 Aug 2005 21:48:36 +0000 (21:48 +0000)]
recent changes

18 years agoAdded more verbose "warning" messages to the curl client for cases where it
Daniel Stenberg [Mon, 15 Aug 2005 21:48:28 +0000 (21:48 +0000)]
Added more verbose "warning" messages to the curl client for cases where it
fails to open/read files etc to help users diagnose why it doesn't do what
you'd expect it to. Converted lots of old messages to use the new generic
function I wrote for this purpose.

18 years agoJames Bursa identified a libcurl HTTP bug and a good way to repeat it. If a
Daniel Stenberg [Sat, 13 Aug 2005 21:28:46 +0000 (21:28 +0000)]
James Bursa identified a libcurl HTTP bug and a good way to repeat it. If a
site responds with bad HTTP response that doesn't contain any header at all,
only a response body, and the write callback returns 0 to abort the
transfer, it didn't have any real effect but the write callback would be
called once more anyway.

18 years agoadded test 268 that makes curl -d @nonexisting
Daniel Stenberg [Fri, 12 Aug 2005 22:09:21 +0000 (22:09 +0000)]
added test 268 that makes curl -d @nonexisting

18 years agoclarify
Daniel Stenberg [Fri, 12 Aug 2005 21:47:05 +0000 (21:47 +0000)]
clarify

18 years agoo curl -d @filename when 'filename' was not possible to access no longer
Daniel Stenberg [Fri, 12 Aug 2005 21:25:44 +0000 (21:25 +0000)]
o curl -d @filename when 'filename' was not possible to access no longer
  converts the request to a GET, but now instead makes it a POST of no data
o The time condition illegal syntax warning is now inhibited if -s is used.

18 years ago-H needs no CRLF or similar added
Daniel Stenberg [Fri, 12 Aug 2005 20:56:12 +0000 (20:56 +0000)]
-H needs no CRLF or similar added

18 years agoremoved old debug left-over infof() call
Daniel Stenberg [Thu, 11 Aug 2005 21:41:11 +0000 (21:41 +0000)]
removed old debug left-over infof() call

18 years agodo a POST with NTLM and add two custom headers
Daniel Stenberg [Thu, 11 Aug 2005 21:33:40 +0000 (21:33 +0000)]
do a POST with NTLM and add two custom headers

18 years agoAdded comment about strtoimax()
Daniel Stenberg [Thu, 11 Aug 2005 20:42:02 +0000 (20:42 +0000)]
Added comment about strtoimax()

18 years agofix for NetWare crossbuilds to display the right config.h when build on Win32.
Gunter Knauf [Thu, 11 Aug 2005 18:02:09 +0000 (18:02 +0000)]
fix for NetWare crossbuilds to display the right config.h when build on Win32.

18 years agothe debug callback was called with CURLINFO_TEXT with the data size one
Daniel Stenberg [Wed, 10 Aug 2005 22:57:14 +0000 (22:57 +0000)]
the debug callback was called with CURLINFO_TEXT with the data size one
too big

18 years agominor Makefile fix.
Gunter Knauf [Wed, 10 Aug 2005 21:45:59 +0000 (21:45 +0000)]
minor Makefile fix.

18 years agominor Makefile fix.
Gunter Knauf [Wed, 10 Aug 2005 20:45:49 +0000 (20:45 +0000)]
minor Makefile fix.

18 years agoadded some more NetWare targets.
Gunter Knauf [Wed, 10 Aug 2005 19:26:33 +0000 (19:26 +0000)]
added some more NetWare targets.

18 years agosome minor Makefile fixes for SSL.
Gunter Knauf [Wed, 10 Aug 2005 19:19:25 +0000 (19:19 +0000)]
some minor Makefile fixes for SSL.

18 years agomake ares compile again for NetWare.
Gunter Knauf [Wed, 10 Aug 2005 17:03:53 +0000 (17:03 +0000)]
make ares compile again for NetWare.

18 years agomake ares compile again for NetWare.
Gunter Knauf [Wed, 10 Aug 2005 16:55:06 +0000 (16:55 +0000)]
make ares compile again for NetWare.

18 years agofixed line endings so it works again with gnu make on Win32.
Gunter Knauf [Wed, 10 Aug 2005 16:54:00 +0000 (16:54 +0000)]
fixed line endings so it works again with gnu make on Win32.

18 years agoChristopher R. Palmer fixed the offsets used for date parsings when the time
Daniel Stenberg [Tue, 9 Aug 2005 21:59:31 +0000 (21:59 +0000)]
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.

18 years agomention two other bugs we should fix before release
Daniel Stenberg [Mon, 8 Aug 2005 23:09:24 +0000 (23:09 +0000)]
mention two other bugs we should fix before release

18 years agoJon Grubbs filed bug report #1249962 which identified a problem with NTLM on a
Daniel Stenberg [Sun, 7 Aug 2005 22:59:06 +0000 (22:59 +0000)]
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.

18 years agoWhen curl is built with GnuTLS, curl-config didn't include "SSL" when
Daniel Stenberg [Sun, 7 Aug 2005 21:45:59 +0000 (21:45 +0000)]
When curl is built with GnuTLS, curl-config didn't include "SSL" when
--features was used

18 years agoDon't prevent FTPS:// through a http proxy, as we cannot know if it works or
Daniel Stenberg [Sun, 7 Aug 2005 21:39:44 +0000 (21:39 +0000)]
Don't prevent FTPS:// through a http proxy, as we cannot know if it works or
not!

18 years agomention our security related mail alias in the "who do I mail" section
Daniel Stenberg [Sun, 7 Aug 2005 14:36:55 +0000 (14:36 +0000)]
mention our security related mail alias in the "who do I mail" section

19 years agoSupport realloc() on a NULL pointer properly (printf(%p) on a NULL pointer
Daniel Stenberg [Thu, 4 Aug 2005 23:05:36 +0000 (23:05 +0000)]
Support realloc() on a NULL pointer properly (printf(%p) on a NULL pointer
outputs (nil) and not a 0x0 or similar.

19 years agokilled trailing whitespace, narrowed a few lines to 80 cols
Daniel Stenberg [Thu, 4 Aug 2005 08:07:44 +0000 (08:07 +0000)]
killed trailing whitespace, narrowed a few lines to 80 cols

19 years agomention that the NOBODY reset thing is added in 7.14.1
Daniel Stenberg [Mon, 1 Aug 2005 11:56:03 +0000 (11:56 +0000)]
mention that the NOBODY reset thing is added in 7.14.1

19 years agoMoved items from TODO-RELEASE to TODO since they're not really bound to happen
Daniel Stenberg [Sat, 30 Jul 2005 23:48:07 +0000 (23:48 +0000)]
Moved items from TODO-RELEASE to TODO since they're not really bound to happen
in any specific release.

19 years agoclarified the PHP/CURL topic a bit more
Daniel Stenberg [Sat, 30 Jul 2005 23:37:05 +0000 (23:37 +0000)]
clarified the PHP/CURL topic a bit more

19 years agocorrection and added new mirror
Daniel Stenberg [Sat, 30 Jul 2005 23:19:42 +0000 (23:19 +0000)]
correction and added new mirror

19 years agoCURLOPT_COOKIELIST change since it no longer modifies the input string contents
Daniel Stenberg [Sat, 30 Jul 2005 08:27:51 +0000 (08:27 +0000)]
CURLOPT_COOKIELIST change since it no longer modifies the input string contents

19 years agoreset the numcookies counter too (I missed it in the previous commit)
Daniel Stenberg [Thu, 28 Jul 2005 21:53:09 +0000 (21:53 +0000)]
reset the numcookies counter too (I missed it in the previous commit)

19 years agofixed example since this is how the interface works now
Daniel Stenberg [Thu, 28 Jul 2005 21:51:20 +0000 (21:51 +0000)]
fixed example since this is how the interface works now

19 years agonow strdups the cookielist inpointer before passed on, as the cookie function
Daniel Stenberg [Thu, 28 Jul 2005 21:50:34 +0000 (21:50 +0000)]
now strdups the cookielist inpointer before passed on, as the cookie function
modifies it

19 years agocurl standard indent/format
Daniel Stenberg [Thu, 28 Jul 2005 21:49:58 +0000 (21:49 +0000)]
curl standard indent/format

19 years agoNeeds 'struct_stat'. Increased verbosity.
Gisle Vanem [Thu, 28 Jul 2005 13:20:27 +0000 (13:20 +0000)]
Needs 'struct_stat'. Increased verbosity.

19 years agoIf any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST is
Daniel Stenberg [Wed, 27 Jul 2005 22:29:50 +0000 (22:29 +0000)]
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.

19 years agoPeteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a
Daniel Stenberg [Wed, 27 Jul 2005 22:17:14 +0000 (22:17 +0000)]
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.

19 years agodisabling HTTP should also nullify this function call
Daniel Stenberg [Wed, 27 Jul 2005 21:44:43 +0000 (21:44 +0000)]
disabling HTTP should also nullify this function call

19 years agoFixed --without-gnutls
Dan Fandrich [Wed, 27 Jul 2005 18:22:21 +0000 (18:22 +0000)]
Fixed --without-gnutls

19 years agoFixed some typos in output messages.
Dan Fandrich [Thu, 21 Jul 2005 22:18:35 +0000 (22:18 +0000)]
Fixed some typos in output messages.

19 years agoProperly support the options --without-spnego --without-gssapi --without-krb4
Dan Fandrich [Wed, 20 Jul 2005 23:00:27 +0000 (23:00 +0000)]
Properly support the options --without-spnego --without-gssapi --without-krb4

19 years agoAdd -Wdeclaration-after-statement to gcc to detect accidental C99-style
Dan Fandrich [Wed, 20 Jul 2005 21:58:23 +0000 (21:58 +0000)]
Add -Wdeclaration-after-statement to gcc to detect accidental C99-style
variable declarations.

19 years agoSimplified the code within curl_easy_perform() that calls Curl_perform().
Daniel Stenberg [Sun, 17 Jul 2005 12:44:11 +0000 (12:44 +0000)]
Simplified the code within curl_easy_perform() that calls Curl_perform().
Pointed out by Bjorn Reese.

19 years agocURLpp 0.5.1
Daniel Stenberg [Fri, 15 Jul 2005 06:57:36 +0000 (06:57 +0000)]
cURLpp 0.5.1

19 years agoDiego Casorran patches to make (lib)curl build fine on Amiga again
Daniel Stenberg [Wed, 13 Jul 2005 18:06:40 +0000 (18:06 +0000)]
Diego Casorran patches to make (lib)curl build fine on Amiga again

19 years agobetter description for HEADERFUNCTION
Daniel Stenberg [Wed, 13 Jul 2005 09:46:37 +0000 (09:46 +0000)]
better description for HEADERFUNCTION

19 years agoelaborate a bit on how to deal with chunked-encoded trailers that now are
Daniel Stenberg [Wed, 13 Jul 2005 09:37:22 +0000 (09:37 +0000)]
elaborate a bit on how to deal with chunked-encoded trailers that now are
passed to the app using the header callback

19 years agoconverted this back to one name per line to make it easier/better to diff
Daniel Stenberg [Wed, 13 Jul 2005 07:44:53 +0000 (07:44 +0000)]
converted this back to one name per line to make it easier/better to diff
and merge when new names are added

19 years agomention the Rexx/CURL release
Daniel Stenberg [Tue, 12 Jul 2005 18:20:31 +0000 (18:20 +0000)]
mention the Rexx/CURL release

19 years agoAdrian Schuur added trailer support in the chunked encoding stream. The
Daniel Stenberg [Tue, 12 Jul 2005 18:15:34 +0000 (18:15 +0000)]
Adrian Schuur added trailer support in the chunked encoding stream. The
trailer is then sent to the normal header callback/stream.

19 years agomention an old idea
Daniel Stenberg [Fri, 8 Jul 2005 13:28:16 +0000 (13:28 +0000)]
mention an old idea

19 years agomention the exception only once ;-)
Daniel Stenberg [Thu, 7 Jul 2005 05:43:04 +0000 (05:43 +0000)]
mention the exception only once ;-)

19 years agocorrection for the 407 with response-body case
Daniel Stenberg [Tue, 5 Jul 2005 22:07:34 +0000 (22:07 +0000)]
correction for the 407 with response-body case

19 years agoUpdate copyright.
Gisle Vanem [Tue, 5 Jul 2005 18:07:55 +0000 (18:07 +0000)]
Update copyright.

19 years agoGisle Vanem came up with a nice little work-around for bug #1230118. It
Daniel Stenberg [Tue, 5 Jul 2005 14:57:41 +0000 (14:57 +0000)]
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.

19 years agomention the strerror_r detection fix in configure
Daniel Stenberg [Mon, 4 Jul 2005 21:53:02 +0000 (21:53 +0000)]
mention the strerror_r detection fix in configure