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
Daniel Stenberg [Sat, 21 Feb 2004 16:56:01 +0000 (16:56 +0000)]
-Wno-format-nonliteral does not exist in my gcc 2.96, only use that with
newer versions
Daniel Stenberg [Sat, 21 Feb 2004 16:18:57 +0000 (16:18 +0000)]
mention in --limit-rate that --speed-limit might ruin the limiting slightly.
Daniel Stenberg [Sat, 21 Feb 2004 15:08:21 +0000 (15:08 +0000)]
David Byron's fix to allow the speed-limit logic work even if you set
limit-rate. It does work on the expense of the rate limiter.
Daniel Stenberg [Sat, 21 Feb 2004 15:05:46 +0000 (15:05 +0000)]
added some extra typecasts to prevent compiler warnings when converting
int to various types
Daniel Stenberg [Sat, 21 Feb 2004 14:57:29 +0000 (14:57 +0000)]
inlcude krb4.h to get the proto for Curl_krb_kauth() to satisfy picky
compilers
Daniel Stenberg [Fri, 20 Feb 2004 16:41:50 +0000 (16:41 +0000)]
Gisle Vanem brings name resolving timeout possibilities to windows people.
This works by magicly starting up a new thread that can be killed when the
timeout is reached. testtesttest!
Daniel Stenberg [Fri, 20 Feb 2004 16:29:57 +0000 (16:29 +0000)]
that icc attempt in configure
Daniel Stenberg [Fri, 20 Feb 2004 16:22:47 +0000 (16:22 +0000)]
Some compilers warn on completely empty source files, we provide a blank
one to prevent that.
Daniel Stenberg [Fri, 20 Feb 2004 16:18:26 +0000 (16:18 +0000)]
Convert functions to ANSI-style declaration to prevent compiler warnings
Daniel Stenberg [Fri, 20 Feb 2004 15:39:37 +0000 (15:39 +0000)]
When the built-in manual is disabled, we generate a function doing nothing
just to avoid making a totally empty file. Just to avoid compiler warnings.
Daniel Stenberg [Fri, 20 Feb 2004 15:16:31 +0000 (15:16 +0000)]
No longer support Z as a flag to print size_t, it isn't used by libcurl
and I doubt anyone else uses it.
Better preprocessor magic for the O flag (for curl_off_t printing) to prevent
compiler warnings.
Daniel Stenberg [Fri, 20 Feb 2004 13:09:35 +0000 (13:09 +0000)]
cool.haxx.se, no longer sourceforge
Daniel Stenberg [Fri, 20 Feb 2004 10:11:50 +0000 (10:11 +0000)]
Only use -Wstrict-prototypes with gcc 3.3 or later.
It is working with earlier versions, but when I use it with 3.0.3, I can't
get it to ignore errors in "system headers" with -isystem so we get
excessive amounts of warnings on SSL headers which is very annoying.
Daniel Stenberg [Fri, 20 Feb 2004 08:51:43 +0000 (08:51 +0000)]
include sys/select.h to prevent picky compiler warnings when using select()
without proto
Daniel Stenberg [Fri, 20 Feb 2004 08:47:23 +0000 (08:47 +0000)]
we call the macro CURLMAX() isntead of MAX(), just because it turned up
it collides with another MAX define on some platforms (like netbsd 1.6.1)
Daniel Stenberg [Fri, 20 Feb 2004 07:22:25 +0000 (07:22 +0000)]
oops, missed a define when I changed from Curl_ to curlx_
Daniel Stenberg [Fri, 20 Feb 2004 07:19:18 +0000 (07:19 +0000)]
fix protos to prevent warnings
Daniel Stenberg [Fri, 20 Feb 2004 07:19:01 +0000 (07:19 +0000)]
added getpart.h for the spitout() proto
Daniel Stenberg [Fri, 20 Feb 2004 07:14:58 +0000 (07:14 +0000)]
%HTTPPORT supported in subVariables
Daniel Stenberg [Fri, 20 Feb 2004 07:05:10 +0000 (07:05 +0000)]
mention what ports the test suite uses
Daniel Stenberg [Fri, 20 Feb 2004 06:59:17 +0000 (06:59 +0000)]
When trying to see if there's a friendly http server on "our" port, we
only accept return code 7 to indicate that there's no server present.
Daniel Stenberg [Thu, 19 Feb 2004 21:34:52 +0000 (21:34 +0000)]
-Wcast-align is a bit too annoying