]>
granicus.if.org Git - curl/log
Daniel Stenberg [Tue, 23 Mar 2004 16:01:31 +0000 (16:01 +0000)]
keep current_speed as an curl_off_t for better precision at higher speeds
if large file support is available
Daniel Stenberg [Tue, 23 Mar 2004 15:48:27 +0000 (15:48 +0000)]
switch() on the right variable!
Daniel Stenberg [Tue, 23 Mar 2004 15:30:12 +0000 (15:30 +0000)]
curl_strequal() returns int, keep return variables in an int
Daniel Stenberg [Tue, 23 Mar 2004 15:28:31 +0000 (15:28 +0000)]
make the variables that hold the result of strlen() size_t
Daniel Stenberg [Tue, 23 Mar 2004 15:25:54 +0000 (15:25 +0000)]
stricter variable type usage
Daniel Stenberg [Tue, 23 Mar 2004 15:20:57 +0000 (15:20 +0000)]
variable type usage cleanup to please picky compilers
Daniel Stenberg [Tue, 23 Mar 2004 15:14:57 +0000 (15:14 +0000)]
get strlen() results in a size_t, delete 'register'
Daniel Stenberg [Tue, 23 Mar 2004 15:06:14 +0000 (15:06 +0000)]
made time2str() use longs internally instead to prevent compiler warnings
when converting to ints
Daniel Stenberg [Tue, 23 Mar 2004 15:01:19 +0000 (15:01 +0000)]
added explicit typecasts to prevent compiler warnings on variable conversions
Daniel Stenberg [Tue, 23 Mar 2004 14:43:42 +0000 (14:43 +0000)]
If localbind fails, provide a more portable error message.
Daniel Stenberg [Tue, 23 Mar 2004 14:34:09 +0000 (14:34 +0000)]
minor update by Kevin
Daniel Stenberg [Tue, 23 Mar 2004 14:29:21 +0000 (14:29 +0000)]
src/version.h was not properly made!
Daniel Stenberg [Tue, 23 Mar 2004 11:52:08 +0000 (11:52 +0000)]
progress meter fix, CURLINFO_CONTENT_LENGTH_DOWNLOAD fix, cygwin package fix
Daniel Stenberg [Tue, 23 Mar 2004 11:46:31 +0000 (11:46 +0000)]
it actually fits to make a NNNd NNh display so this can be used up to
999 days
Daniel Stenberg [Tue, 23 Mar 2004 11:43:34 +0000 (11:43 +0000)]
Fixed the time fields no never get wider than 8 letters. They can now switch
to a "days + hours" or even "just days" display if the time value is very
large. I also switched several calculations over to fixed-point instead of the
previous doubles.
Daniel Stenberg [Tue, 23 Mar 2004 09:12:51 +0000 (09:12 +0000)]
int/size_t cleanup
Daniel Stenberg [Tue, 23 Mar 2004 08:50:28 +0000 (08:50 +0000)]
minor variable type cleanups
Daniel Stenberg [Tue, 23 Mar 2004 08:46:08 +0000 (08:46 +0000)]
minor edits to make picky compilers whine less
Daniel Stenberg [Tue, 23 Mar 2004 08:42:01 +0000 (08:42 +0000)]
changed the long to int typecasts to see if icc 8.0 complains less on this
Daniel Stenberg [Mon, 22 Mar 2004 22:38:12 +0000 (22:38 +0000)]
Makes CURLINFO_CONTENT_LENGTH_DOWNLOAD work even if CURLOPT_NOBODY is set
true.
Daniel Stenberg [Mon, 22 Mar 2004 22:24:23 +0000 (22:24 +0000)]
Kevin Roth's updates to handle a new requirement from the Cygwin folks to
package man and doc files in a slightly different location.
Daniel Stenberg [Mon, 22 Mar 2004 21:46:08 +0000 (21:46 +0000)]
crap files to get the dirs made when checked out from CVS
Daniel Stenberg [Mon, 22 Mar 2004 21:42:07 +0000 (21:42 +0000)]
container to get this dir made
Daniel Stenberg [Mon, 22 Mar 2004 21:37:02 +0000 (21:37 +0000)]
Make the axp/README ia64/README vax/README files get included as well.
They're 0-bytes files, but make the dirs get created!
Daniel Stenberg [Mon, 22 Mar 2004 13:56:48 +0000 (13:56 +0000)]
fixed the ntlm problem with longish passwords
Daniel Stenberg [Mon, 22 Mar 2004 13:56:30 +0000 (13:56 +0000)]
vms fixes committed
Daniel Stenberg [Mon, 22 Mar 2004 13:50:30 +0000 (13:50 +0000)]
Enabled 'NT responses' in the NTLM type-3 message.
Daniel Stenberg [Mon, 22 Mar 2004 11:32:22 +0000 (11:32 +0000)]
fixed /I "." for the debug build too
Daniel Stenberg [Mon, 22 Mar 2004 11:26:40 +0000 (11:26 +0000)]
add /I "." to include ca-bundle.h properly
Daniel Stenberg [Mon, 22 Mar 2004 10:22:01 +0000 (10:22 +0000)]
issue 27 fixed, moved libcurl version defines to its own header file
Daniel Stenberg [Mon, 22 Mar 2004 08:54:26 +0000 (08:54 +0000)]
include the new curlver instead, since all this wants is the version info
Daniel Stenberg [Mon, 22 Mar 2004 08:37:38 +0000 (08:37 +0000)]
Introducing curl/curlver.h for keeping the curl version info only.
Daniel Stenberg [Sun, 21 Mar 2004 22:50:53 +0000 (22:50 +0000)]
files moved here from the $ROOT/src dir
Daniel Stenberg [Sun, 21 Mar 2004 22:49:36 +0000 (22:49 +0000)]
removed deleted files
Daniel Stenberg [Sun, 21 Mar 2004 22:44:52 +0000 (22:44 +0000)]
Marty Kuhrt's adjustments for a cleaner VMS build
Daniel Stenberg [Sun, 21 Mar 2004 22:38:01 +0000 (22:38 +0000)]
Marty Kuhrt's VMS updates
Daniel Stenberg [Sun, 21 Mar 2004 15:45:58 +0000 (15:45 +0000)]
recognize and use ACLOCAL_FLAGS if set (Thomas Schwinge patch)
Daniel Stenberg [Sun, 21 Mar 2004 15:32:15 +0000 (15:32 +0000)]
use tabs, not spaces!
Daniel Stenberg [Fri, 19 Mar 2004 13:22:48 +0000 (13:22 +0000)]
Added the Version 7.11.1 marker
Daniel Stenberg [Fri, 19 Mar 2004 08:41:49 +0000 (08:41 +0000)]
starting a new cycle
Daniel Stenberg [Thu, 18 Mar 2004 14:20:17 +0000 (14:20 +0000)]
irix configure fix and a msvc project file update
Daniel Stenberg [Thu, 18 Mar 2004 12:59:03 +0000 (12:59 +0000)]
Mitz Wark's reported Digest re-negotiate problem is issue 30.
Daniel Stenberg [Thu, 18 Mar 2004 10:03:34 +0000 (10:03 +0000)]
For IRIX systems we must pick the "correct" lib dirs for the particular
libs we want. $libsuff is the magic variable that contains a suffix (which
might be blank). Tor Arntsen brought details and verified this fix.
Daniel Stenberg [Wed, 17 Mar 2004 21:30:26 +0000 (21:30 +0000)]
added http_ntlm.[ch] and inet_pton.[ch], pointed out by Watz
Daniel Stenberg [Wed, 17 Mar 2004 13:36:45 +0000 (13:36 +0000)]
Günter Knauf's update, mainly converted to plain old C comments.
Daniel Stenberg [Wed, 17 Mar 2004 12:48:41 +0000 (12:48 +0000)]
new netware-related files added to the distribution
Daniel Stenberg [Wed, 17 Mar 2004 12:46:42 +0000 (12:46 +0000)]
Günter Knauf's NetWare changes.
Daniel Stenberg [Wed, 17 Mar 2004 07:22:04 +0000 (07:22 +0000)]
nonsense comments removed
Daniel Stenberg [Tue, 16 Mar 2004 10:41:14 +0000 (10:41 +0000)]
mention yesterday's man page update frenzy
Daniel Stenberg [Tue, 16 Mar 2004 10:40:48 +0000 (10:40 +0000)]
issue 29 has a bug report mentioning details
Daniel Stenberg [Tue, 16 Mar 2004 09:16:38 +0000 (09:16 +0000)]
removed the min() macro define
Daniel Stenberg [Tue, 16 Mar 2004 07:56:51 +0000 (07:56 +0000)]
random updates
Daniel Stenberg [Tue, 16 Mar 2004 07:25:52 +0000 (07:25 +0000)]
added the CA bundle default path, and mention the risk that the server you
try to talk to may be an imposter
Daniel Stenberg [Mon, 15 Mar 2004 16:32:13 +0000 (16:32 +0000)]
ntlm and long passwords
Daniel Stenberg [Mon, 15 Mar 2004 16:28:36 +0000 (16:28 +0000)]
if the global_init() is called from within curl_easy_init() and returns
an error code, we now make curl_easy_init fail and return NULL.
Daniel Stenberg [Mon, 15 Mar 2004 13:20:53 +0000 (13:20 +0000)]
ignore these files
Daniel Stenberg [Mon, 15 Mar 2004 13:20:01 +0000 (13:20 +0000)]
automake file for this dir
Daniel Stenberg [Mon, 15 Mar 2004 13:13:14 +0000 (13:13 +0000)]
provide URLs to two patches mentioned
Daniel Stenberg [Mon, 15 Mar 2004 13:09:59 +0000 (13:09 +0000)]
NTLM fix
Daniel Stenberg [Mon, 15 Mar 2004 12:42:19 +0000 (12:42 +0000)]
better formatting to create fine links in the web version
Daniel Stenberg [Mon, 15 Mar 2004 12:41:24 +0000 (12:41 +0000)]
more formatting fixes
Daniel Stenberg [Mon, 15 Mar 2004 11:56:07 +0000 (11:56 +0000)]
refer to function names better to enhance the HTML output
Daniel Stenberg [Mon, 15 Mar 2004 11:51:32 +0000 (11:51 +0000)]
Initial commit of the first attempt to make three new *strerror() functions.
No protos in the headers yet and no docs.
Daniel Stenberg [Mon, 15 Mar 2004 11:43:04 +0000 (11:43 +0000)]
windows builds now report a slightly different "OS" string
Daniel Stenberg [Mon, 15 Mar 2004 11:42:48 +0000 (11:42 +0000)]
check for m4 version in buildconf
Daniel Stenberg [Mon, 15 Mar 2004 11:37:37 +0000 (11:37 +0000)]
random formatting updates to look better in HTML version
Daniel Stenberg [Mon, 15 Mar 2004 11:30:29 +0000 (11:30 +0000)]
use .NF for the struct part to looke better in HTML
format some function references properly
Daniel Stenberg [Mon, 15 Mar 2004 11:26:53 +0000 (11:26 +0000)]
more fixes
Daniel Stenberg [Mon, 15 Mar 2004 10:26:08 +0000 (10:26 +0000)]
better formatting of functions to get better links in the web version
Daniel Stenberg [Mon, 15 Mar 2004 10:23:14 +0000 (10:23 +0000)]
better mentioning of other functions to create proper hrefs in the web
version
Daniel Stenberg [Mon, 15 Mar 2004 10:18:38 +0000 (10:18 +0000)]
build_vms.com is removed from here
Daniel Stenberg [Mon, 15 Mar 2004 10:11:34 +0000 (10:11 +0000)]
Marty Kuhrt's VMS updates
Daniel Stenberg [Mon, 15 Mar 2004 10:10:24 +0000 (10:10 +0000)]
Added the new vms subdir in the packages dir
Daniel Stenberg [Mon, 15 Mar 2004 10:08:32 +0000 (10:08 +0000)]
new vms subdir
Daniel Stenberg [Mon, 15 Mar 2004 10:03:58 +0000 (10:03 +0000)]
not used anymore since Marty Kuhrt's recent VMS updates
Daniel Stenberg [Mon, 15 Mar 2004 10:03:05 +0000 (10:03 +0000)]
Marty Kuhrt's provided files for the VMS package
Daniel Stenberg [Mon, 15 Mar 2004 07:47:13 +0000 (07:47 +0000)]
Check for a GNU version of m4, since autoconf won't run nicely without one.
Daniel Stenberg [Sun, 14 Mar 2004 18:15:04 +0000 (18:15 +0000)]
fix signed and unsigned warnings
Daniel Stenberg [Sat, 13 Mar 2004 17:11:42 +0000 (17:11 +0000)]
postsize is off_t now, so we typecase it to int before doing normal printf
with it (knowing it won't be larger than what fits in an int)
Daniel Stenberg [Sat, 13 Mar 2004 17:03:17 +0000 (17:03 +0000)]
the postsize is an off_t so use the proper printf format to output the
content-length when doing multipart posts
Daniel Stenberg [Fri, 12 Mar 2004 14:22:16 +0000 (14:22 +0000)]
more variable type fixing for the huge posts
Daniel Stenberg [Fri, 12 Mar 2004 13:17:46 +0000 (13:17 +0000)]
newer c-ares release
Daniel Stenberg [Fri, 12 Mar 2004 13:06:01 +0000 (13:06 +0000)]
more variable type fixes for the large POST support
Daniel Stenberg [Fri, 12 Mar 2004 12:07:01 +0000 (12:07 +0000)]
Made the 'postsize' variable an off_t type to be able to hold large file
sizes if desired
Daniel Stenberg [Fri, 12 Mar 2004 12:05:33 +0000 (12:05 +0000)]
minor variable type fix
Daniel Stenberg [Fri, 12 Mar 2004 09:14:45 +0000 (09:14 +0000)]
CURLOPT_POSTFIELDSIZE_LARGE is added in 7.11.1
Daniel Stenberg [Fri, 12 Mar 2004 08:57:10 +0000 (08:57 +0000)]
ignore aclocal.m4
Daniel Stenberg [Fri, 12 Mar 2004 08:55:47 +0000 (08:55 +0000)]
Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
Daniel Stenberg [Fri, 12 Mar 2004 08:03:31 +0000 (08:03 +0000)]
David Byron's fix to clear outs.filename
Daniel Stenberg [Thu, 11 Mar 2004 21:51:55 +0000 (21:51 +0000)]
dl and ulspeed are now curl_off_t so typecast them to double when we
return their values
Daniel Stenberg [Thu, 11 Mar 2004 21:49:56 +0000 (21:49 +0000)]
Optimize the way libcurl uses CWD
Daniel Stenberg [Thu, 11 Mar 2004 21:48:15 +0000 (21:48 +0000)]
Made max5data() take a curl_off_t size as argument instead of double. Should
make the progress meter more accurate for large files. Also made the sprintf
usage in that function avoid floating point.
Daniel Stenberg [Thu, 11 Mar 2004 13:15:14 +0000 (13:15 +0000)]
added that header fiddling the msvc users will enjoy
Daniel Stenberg [Thu, 11 Mar 2004 13:13:35 +0000 (13:13 +0000)]
Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.
Daniel Stenberg [Thu, 11 Mar 2004 12:57:04 +0000 (12:57 +0000)]
don't let the EINTR stuff build on windows
Daniel Stenberg [Wed, 10 Mar 2004 16:20:33 +0000 (16:20 +0000)]
Use more curl_off_t variables when doing the progress meter calculations and
argument passing and try to convert to double only when providing data to the
external world.
Daniel Stenberg [Wed, 10 Mar 2004 16:07:19 +0000 (16:07 +0000)]
use the new OS define from lib/config-win32.h
Daniel Stenberg [Wed, 10 Mar 2004 16:03:12 +0000 (16:03 +0000)]
make loop variable size_t as well when looping to a size_t limit
Daniel Stenberg [Wed, 10 Mar 2004 16:01:47 +0000 (16:01 +0000)]
curl_socket_t mistakes cleanup
Daniel Stenberg [Wed, 10 Mar 2004 15:24:56 +0000 (15:24 +0000)]
turn niflags into a define named NIFLAGS