Daniel Stenberg [Wed, 3 Mar 2004 09:16:36 +0000 (09:16 +0000)]
Dan Fandrich fixed some GSS detection flaws
Daniel Stenberg [Tue, 2 Mar 2004 14:00:44 +0000 (14:00 +0000)]
corrected the reuse_fresh condition
Daniel Stenberg [Tue, 2 Mar 2004 10:22:05 +0000 (10:22 +0000)]
large file in jan 2004
Daniel Stenberg [Tue, 2 Mar 2004 10:08:04 +0000 (10:08 +0000)]
various updates
Daniel Stenberg [Tue, 2 Mar 2004 10:07:47 +0000 (10:07 +0000)]
two items fixed, one so old I don't think its valid anymore
Daniel Stenberg [Tue, 2 Mar 2004 09:50:37 +0000 (09:50 +0000)]
display src/config.h as well after configure as run
Daniel Stenberg [Tue, 2 Mar 2004 09:31:18 +0000 (09:31 +0000)]
Yet another curl_off_t printf format attempt, we now exclude the %-letter from
FORMAT_OFF_T to allow additional options to get specified, like with '"%5"
FORMAT_OFF_T'.
Daniel Stenberg [Tue, 2 Mar 2004 09:13:28 +0000 (09:13 +0000)]
Define CURL_NO_OLDIES to prevent us from getting obsolete stuff defined.
Daniel Stenberg [Tue, 2 Mar 2004 09:11:52 +0000 (09:11 +0000)]
CURLOPT_MUTE is obsolete since a long while, we don't need to set it!
Daniel Stenberg [Tue, 2 Mar 2004 08:28:23 +0000 (08:28 +0000)]
clean the html and pdf files
Daniel Stenberg [Tue, 2 Mar 2004 07:25:39 +0000 (07:25 +0000)]
use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of
having to redef that name
Daniel Stenberg [Tue, 2 Mar 2004 07:25:08 +0000 (07:25 +0000)]
- we switch to simply use FORMAT_OFF_T internally
- Also, we must not assume that SIZEOF_CURL_OFF_T is defined, as this file
gets included from the ares dir at times and then it isn't defined.
Daniel Stenberg [Mon, 1 Mar 2004 16:32:51 +0000 (16:32 +0000)]
the CURLOPT_FRESH_CONNECT fix
Daniel Stenberg [Mon, 1 Mar 2004 16:30:59 +0000 (16:30 +0000)]
a fair day's work!
Daniel Stenberg [Mon, 1 Mar 2004 16:28:00 +0000 (16:28 +0000)]
Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.
Daniel Stenberg [Mon, 1 Mar 2004 16:27:34 +0000 (16:27 +0000)]
Now uses CURL_FORMAT_OFF_T instead of %Od
Fixed the check for bad resumes. Made test case 99 work and proved a bug
in test case ... eh, was it 32?
Daniel Stenberg [Mon, 1 Mar 2004 16:25:24 +0000 (16:25 +0000)]
large_file is a new feature we can require for a specific test
Daniel Stenberg [Mon, 1 Mar 2004 16:24:54 +0000 (16:24 +0000)]
support 'large_file' as a feature to require for specific tests (such as
test 99)
Daniel Stenberg [Mon, 1 Mar 2004 16:24:26 +0000 (16:24 +0000)]
check for CURL_VERSION_LARGEFILE in the feature bitmask
Daniel Stenberg [Mon, 1 Mar 2004 16:24:04 +0000 (16:24 +0000)]
set CURL_VERSION_LARGEFILE if we support large files
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