]>
granicus.if.org Git - curl/log
Daniel Stenberg [Mon, 1 Mar 2004 16:23:35 +0000 (16:23 +0000)]
define ENABLE_64BIT if we have enabled 64bit large files
define our internal CURL_FORMAT_OFF_T define, we don't use the global one!
Daniel Stenberg [Mon, 1 Mar 2004 16:22:17 +0000 (16:22 +0000)]
fixed the test code to work
Daniel Stenberg [Mon, 1 Mar 2004 16:20:20 +0000 (16:20 +0000)]
* Added CURL_VERSION_LARGEFILE
* If CURL_NO_OLDIES is defined, we hide all obsolete functions/options.
* CURL_FORMAT_OFF_T is defined for portable printf()ing of curl_off_t types
(although not with curl_mprintf()!)
Daniel Stenberg [Mon, 1 Mar 2004 16:18:40 +0000 (16:18 +0000)]
added test 99, very basic initial large file test
Daniel Stenberg [Mon, 1 Mar 2004 15:50:15 +0000 (15:50 +0000)]
global dns cache is not nice, we consider it obsolete starting now
Daniel Stenberg [Mon, 1 Mar 2004 13:14:26 +0000 (13:14 +0000)]
Ignore the dreaded aclocal warnings on underquoted definitions that the
recent autoconf annoyingly introduced.
Daniel Stenberg [Mon, 1 Mar 2004 13:10:35 +0000 (13:10 +0000)]
Perhaps -Wundef is better on gcc versions after 2.95, since the autobuild
on FreeBSD gives us lots of warnings in system headers and I suspect this
option is what causes them!
Daniel Stenberg [Mon, 1 Mar 2004 13:02:34 +0000 (13:02 +0000)]
When setting aggressive pedantic compiler options, display what options
that were set. For easier debugging/changing of this.
Daniel Stenberg [Mon, 1 Mar 2004 12:54:59 +0000 (12:54 +0000)]
removed an unnecessary shift and splut up som weird two-statements-per-line
code
Daniel Stenberg [Mon, 1 Mar 2004 12:45:12 +0000 (12:45 +0000)]
Use the z-option to printf %d for size_t printf. z is supported by the
libcurl *printf and by Linux printf(). This should make the code work nicely
even for 64bit size_ts.
Daniel Stenberg [Mon, 1 Mar 2004 12:44:07 +0000 (12:44 +0000)]
Support 'z' for size_t-sized integer printing, as in %zd or %zx.
Daniel Stenberg [Mon, 1 Mar 2004 09:43:42 +0000 (09:43 +0000)]
Only consider the fresh-connection option on the first connection made, not
on followed redirections etc. This should fix the bug #905365, which caused
NTLM to fail with the option set.
Daniel Stenberg [Mon, 1 Mar 2004 09:08:52 +0000 (09:08 +0000)]
Moved two 7.11.2 issues over to the more general TODO docs.
Daniel Stenberg [Mon, 1 Mar 2004 08:54:22 +0000 (08:54 +0000)]
minor spellfix
Daniel Stenberg [Mon, 1 Mar 2004 08:50:28 +0000 (08:50 +0000)]
intend the top-level blurb to make it easier to discard it from the web
site output
Daniel Stenberg [Mon, 1 Mar 2004 08:20:21 +0000 (08:20 +0000)]
Tor and David
Daniel Stenberg [Mon, 1 Mar 2004 08:02:50 +0000 (08:02 +0000)]
mention how to make a curl handle use the share
Daniel Stenberg [Mon, 1 Mar 2004 07:59:25 +0000 (07:59 +0000)]
Only attempt to send the FTP QUIT command if we actually have a FTP struct.
Daniel Stenberg [Mon, 1 Mar 2004 07:19:26 +0000 (07:19 +0000)]
in Curl_disonnect(): call the protocol-specific disconnect function before we
unlink the "current" connection struct from the connection cache.
Daniel Stenberg [Mon, 1 Mar 2004 07:16:45 +0000 (07:16 +0000)]
Report the correct size when 'verifiedserver' is requested.
Daniel Stenberg [Sun, 29 Feb 2004 18:39:31 +0000 (18:39 +0000)]
Dirk Manske fixed the attempt to install the removed errmem manpage
Daniel Stenberg [Fri, 27 Feb 2004 15:48:13 +0000 (15:48 +0000)]
using roffit 0.6 we can get <a href> links with the --mandir option
Daniel Stenberg [Fri, 27 Feb 2004 15:34:06 +0000 (15:34 +0000)]
formatting update to produce better links with the new roffit version
Daniel Stenberg [Fri, 27 Feb 2004 14:07:22 +0000 (14:07 +0000)]
elaborate on the URL option
Daniel Stenberg [Fri, 27 Feb 2004 13:21:47 +0000 (13:21 +0000)]
minor size_t fix to kill a warning
Daniel Stenberg [Fri, 27 Feb 2004 13:21:14 +0000 (13:21 +0000)]
fixed some more size_t/int/long warnings and removed a few CMC comments
Daniel Stenberg [Fri, 27 Feb 2004 12:41:03 +0000 (12:41 +0000)]
Mark obsolete options with OSBOLETE in a comment on the same line, to make
it easier to exclude them with grep, when grepping for options.
Daniel Stenberg [Fri, 27 Feb 2004 12:27:40 +0000 (12:27 +0000)]
ispell by Tor Arntsen
Daniel Stenberg [Fri, 27 Feb 2004 11:29:36 +0000 (11:29 +0000)]
updated the debug option function from curl's acinclude.m4
Daniel Stenberg [Fri, 27 Feb 2004 09:02:29 +0000 (09:02 +0000)]
remove the number of obsolete options
Daniel Stenberg [Fri, 27 Feb 2004 09:02:06 +0000 (09:02 +0000)]
Added a few options that were still not documented. Now I believe all options
mentioned in the current curl/curl.h header file (that aren't marked as
obsolete) are present.
Daniel Stenberg [Fri, 27 Feb 2004 08:08:08 +0000 (08:08 +0000)]
updated with recent events
Daniel Stenberg [Fri, 27 Feb 2004 07:15:42 +0000 (07:15 +0000)]
issue 21 is now history
Daniel Stenberg [Fri, 27 Feb 2004 07:08:37 +0000 (07:08 +0000)]
Joe Halpin made the FTP code send 'QUIT' on the control connection before
it disconnects the TCP connection, like a good ftp client should!
Daniel Stenberg [Thu, 26 Feb 2004 22:56:32 +0000 (22:56 +0000)]
we need to hide this warning since it otherwise appears on all verifiedserver
requests to the ftp server!
Daniel Stenberg [Thu, 26 Feb 2004 22:40:33 +0000 (22:40 +0000)]
Kill the server when this test is done, as other FTP-tests sometimes
have problems otherwise.
Daniel Stenberg [Thu, 26 Feb 2004 22:19:20 +0000 (22:19 +0000)]
fixed a "comparison between signed and unsigned" warning
Daniel Stenberg [Thu, 26 Feb 2004 16:23:28 +0000 (16:23 +0000)]
David Byron's fixes to make the latest curl build fine under MSVC 6.
Daniel Stenberg [Thu, 26 Feb 2004 16:13:13 +0000 (16:13 +0000)]
this works like buildconf + configure does on unixes
Daniel Stenberg [Thu, 26 Feb 2004 14:53:17 +0000 (14:53 +0000)]
adjusted to work with the modified fopen() line and the new calloc line
Daniel Stenberg [Thu, 26 Feb 2004 14:52:51 +0000 (14:52 +0000)]
Gisle Vanem's added support calloc()-debugging and outputting mode for
fopen() as well.
Daniel Stenberg [Thu, 26 Feb 2004 14:52:16 +0000 (14:52 +0000)]
use calloc instead of malloc and we won't have to memset() the struct
Daniel Stenberg [Thu, 26 Feb 2004 13:59:10 +0000 (13:59 +0000)]
When this is verified to be a CVS tree, we remove the two generated source
files from the source dir to make certain they're generated in the build
process.
Daniel Stenberg [Thu, 26 Feb 2004 13:40:43 +0000 (13:40 +0000)]
Clear up int/long/size_t/ssize_t usage a bit
Daniel Stenberg [Thu, 26 Feb 2004 12:47:43 +0000 (12:47 +0000)]
minor fixes to avoid MIPSPro pedantic warnings
Daniel Stenberg [Thu, 26 Feb 2004 12:45:29 +0000 (12:45 +0000)]
don't mix int and size_t, it generates warnings!
Daniel Stenberg [Thu, 26 Feb 2004 12:40:09 +0000 (12:40 +0000)]
Make icc ignore "invalid format string conversion" warnings as well. They
appear because of our home-grown option '%Od' for the curl_off_t output.
Daniel Stenberg [Thu, 26 Feb 2004 12:32:29 +0000 (12:32 +0000)]
use %ld when printf()ing long variables (and removed use of 'register')
Daniel Stenberg [Thu, 26 Feb 2004 11:46:17 +0000 (11:46 +0000)]
added the ever-present source header
Daniel Stenberg [Thu, 26 Feb 2004 11:39:38 +0000 (11:39 +0000)]
Don't call the lock/unlock functions if they are NULL. They can still be
NULL without violating protocol.
Daniel Stenberg [Thu, 26 Feb 2004 11:37:14 +0000 (11:37 +0000)]
Use __INTEL_COMPILER instead of __ICC to the cpp to detect the Intel icc
compiler!
Daniel Stenberg [Thu, 26 Feb 2004 09:19:59 +0000 (09:19 +0000)]
runtests.pl now provides the srcdir to the ftpserver so that it can pass
that to loadtest properly.
Daniel Stenberg [Thu, 26 Feb 2004 09:19:16 +0000 (09:19 +0000)]
modified loadtest() to produce better error message when it fails to load
a test file
Daniel Stenberg [Thu, 26 Feb 2004 07:58:49 +0000 (07:58 +0000)]
The build logs were created in the "wrong" dir and thus never removed
after use, this is an attempt to fix this.
Daniel Stenberg [Wed, 25 Feb 2004 15:44:39 +0000 (15:44 +0000)]
today's work
Daniel Stenberg [Wed, 25 Feb 2004 15:43:15 +0000 (15:43 +0000)]
typecast to int when printfing CURLcode
Daniel Stenberg [Wed, 25 Feb 2004 15:41:36 +0000 (15:41 +0000)]
use %ld when printfing longs
Daniel Stenberg [Wed, 25 Feb 2004 15:34:05 +0000 (15:34 +0000)]
disable the use of long double, we don't use it
Daniel Stenberg [Wed, 25 Feb 2004 14:32:57 +0000 (14:32 +0000)]
if ares is present, run aclocal in that dir before autoconf is run
Daniel Stenberg [Wed, 25 Feb 2004 14:32:39 +0000 (14:32 +0000)]
added the better debug option logic from curl by adding acinclude.m4 to the
configure stuff
Daniel Stenberg [Wed, 25 Feb 2004 14:15:38 +0000 (14:15 +0000)]
Based on a patch by Greg Hewgill I modified how long long is used, as we
can use a 64bit type with MSVC that is a long long equivalent.
Daniel Stenberg [Wed, 25 Feb 2004 14:14:30 +0000 (14:14 +0000)]
set debug options when using the icc compiler
Daniel Stenberg [Wed, 25 Feb 2004 12:34:19 +0000 (12:34 +0000)]
better formatting of the share options
Daniel Stenberg [Wed, 25 Feb 2004 12:32:33 +0000 (12:32 +0000)]
mark the function name
Daniel Stenberg [Wed, 25 Feb 2004 12:20:41 +0000 (12:20 +0000)]
added CURLOPT_SHARE
Daniel Stenberg [Wed, 25 Feb 2004 10:19:02 +0000 (10:19 +0000)]
Moved most of the set-debug-options-depending-on-compiler logic to the new
CURL_CC_DEBUG_OPTS function in acinclude.m4
Daniel Stenberg [Wed, 25 Feb 2004 09:03:09 +0000 (09:03 +0000)]
Output $CC and $CFLAGS as well. A Tor Arntsen patch.
Daniel Stenberg [Wed, 25 Feb 2004 07:22:00 +0000 (07:22 +0000)]
Don't check for HAVE_ defines in this header file, it is meant to be public
and we can't depend on configure-defines in it. This logic is borrowed from
the public curl headers.
Daniel Stenberg [Wed, 25 Feb 2004 07:17:31 +0000 (07:17 +0000)]
fix
Daniel Stenberg [Wed, 25 Feb 2004 06:37:42 +0000 (06:37 +0000)]
Dan Fandrich fixed a minor flaw in Dominick's fix!
Daniel Stenberg [Mon, 23 Feb 2004 16:20:42 +0000 (16:20 +0000)]
check for a few basic header files
Daniel Stenberg [Mon, 23 Feb 2004 16:20:31 +0000 (16:20 +0000)]
include sys/select.h
Daniel Stenberg [Mon, 23 Feb 2004 16:09:39 +0000 (16:09 +0000)]
fixed some warnings in the (both new and old) base64 usage
Daniel Stenberg [Mon, 23 Feb 2004 16:04:16 +0000 (16:04 +0000)]
features no one seem to care much about are now moved over to the 7.11.2
release
Daniel Stenberg [Mon, 23 Feb 2004 14:24:49 +0000 (14:24 +0000)]
make newer MSCV7 compilers use _strtoi64() as a strtoll() replacement
Daniel Stenberg [Mon, 23 Feb 2004 13:48:27 +0000 (13:48 +0000)]
limit rate and windows timeouts
Daniel Stenberg [Mon, 23 Feb 2004 13:35:28 +0000 (13:35 +0000)]
ares_free_errmem is gone
Daniel Stenberg [Mon, 23 Feb 2004 13:33:18 +0000 (13:33 +0000)]
unused and now removed
Daniel Stenberg [Mon, 23 Feb 2004 12:01:10 +0000 (12:01 +0000)]
Removed getpass from here. The fact this still was present here indicates
that this file is out of date!
Daniel Stenberg [Mon, 23 Feb 2004 11:59:28 +0000 (11:59 +0000)]
curl_off_t is 8 bytes big on windows
Daniel Stenberg [Mon, 23 Feb 2004 11:44:03 +0000 (11:44 +0000)]
switch the arguments according to the c source
Daniel Stenberg [Mon, 23 Feb 2004 11:39:21 +0000 (11:39 +0000)]
oops, the decode() function got its arguments reversed in my cleanup
operation!
Daniel Stenberg [Mon, 23 Feb 2004 09:01:08 +0000 (09:01 +0000)]
correct the input data structs
Daniel Stenberg [Mon, 23 Feb 2004 08:38:49 +0000 (08:38 +0000)]
use size_t to keep strlen() results
Daniel Stenberg [Mon, 23 Feb 2004 08:35:57 +0000 (08:35 +0000)]
simplied how create_hostcache_id() is used, and also its function somewhat
cleared up some ssize_t/size_t mixups
Daniel Stenberg [Mon, 23 Feb 2004 08:24:53 +0000 (08:24 +0000)]
adjusted to the modified base64 protos
Daniel Stenberg [Mon, 23 Feb 2004 08:22:43 +0000 (08:22 +0000)]
More size_t cleanups in the base64 functions.
Daniel Stenberg [Mon, 23 Feb 2004 08:07:55 +0000 (08:07 +0000)]
The base64 encode function now takes a size_t for size, not an int as
previously.
Daniel Stenberg [Mon, 23 Feb 2004 08:04:31 +0000 (08:04 +0000)]
more int vs long/size_t fixes after icc compiler warnings
Daniel Stenberg [Mon, 23 Feb 2004 08:00:56 +0000 (08:00 +0000)]
more int/long fixes after icc "remarks"
Daniel Stenberg [Mon, 23 Feb 2004 07:57:44 +0000 (07:57 +0000)]
next_id is an unsigned short, typecast the assign to prevent picky compilers
to warn
Daniel Stenberg [Mon, 23 Feb 2004 07:55:58 +0000 (07:55 +0000)]
typecase the bitfiddling results since we get a long and we store an int,
they may not be of the size size
Daniel Stenberg [Mon, 23 Feb 2004 07:52:20 +0000 (07:52 +0000)]
make ares_expand_name() take a long * instead of an int *, since we do
pointer arithmetic (ptr1 - ptr2) and to do that properly on 64bit we need
long
Daniel Stenberg [Mon, 23 Feb 2004 07:46:59 +0000 (07:46 +0000)]
strlen() returns a size_t, which might be larger than int on some platforms
Daniel Stenberg [Mon, 23 Feb 2004 07:32:45 +0000 (07:32 +0000)]
argh, use single-quotes instead of double ones to make $Revision appear
Daniel Stenberg [Mon, 23 Feb 2004 07:17:13 +0000 (07:17 +0000)]
use the proper source header, and set the version string to this file's
revision number
Daniel Stenberg [Mon, 23 Feb 2004 07:08:59 +0000 (07:08 +0000)]
cd back to the root path before removing the build dir, since some systems
refuse to remove the dir otherwise!
Daniel Stenberg [Sun, 22 Feb 2004 22:42:20 +0000 (22:42 +0000)]
Dominick Meglio's fix for supporting multiple names in the Nameserver key
on Windows.
Daniel Stenberg [Sun, 22 Feb 2004 22:36:36 +0000 (22:36 +0000)]
this code uses no long long, so we can have warnings about them
Daniel Stenberg [Sun, 22 Feb 2004 22:31:24 +0000 (22:31 +0000)]
the missing part of Gisle Vanem's connect-timeout fix for win32