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
Daniel Stenberg [Wed, 10 Mar 2004 11:30:19 +0000 (11:30 +0000)]
added the Estonian one, removed the cyberservers one since it is dead and
they don't respond to email
Daniel Stenberg [Wed, 10 Mar 2004 11:28:45 +0000 (11:28 +0000)]
fixing
Daniel Stenberg [Wed, 10 Mar 2004 11:28:34 +0000 (11:28 +0000)]
Gisle Vanem improved build on Windows.
Daniel Stenberg [Wed, 10 Mar 2004 10:19:32 +0000 (10:19 +0000)]
Nah, ignore the OS define in here. This is being included by ares and it
certainly doesn't need the OS define.
Daniel Stenberg [Wed, 10 Mar 2004 09:52:04 +0000 (09:52 +0000)]
ignore the icc warning 981 "operands are evaluated in unspecified order"
Daniel Stenberg [Wed, 10 Mar 2004 09:50:12 +0000 (09:50 +0000)]
Minor edit to avoid an unreachable break and to remove the extra {} body
within the switch.
Daniel Stenberg [Wed, 10 Mar 2004 09:44:42 +0000 (09:44 +0000)]
keep the number of bytes read in a size_t variable
Daniel Stenberg [Wed, 10 Mar 2004 09:41:37 +0000 (09:41 +0000)]
strequal() returns int so we typecast the return to bool when we store the
result as bool
Daniel Stenberg [Wed, 10 Mar 2004 09:36:43 +0000 (09:36 +0000)]
store times in time_t
Daniel Stenberg [Wed, 10 Mar 2004 08:43:01 +0000 (08:43 +0000)]
Jeff Lawson fixed the SSL connection to deal with received signals during the
connect.
Daniel Stenberg [Wed, 10 Mar 2004 08:15:50 +0000 (08:15 +0000)]
Now requires an OS string defined by the config*.h file
Daniel Stenberg [Wed, 10 Mar 2004 08:14:22 +0000 (08:14 +0000)]
make windows builds use the OS string "i386-pc-win32" instead of just "win32"
to make it more like other OS strings
Daniel Stenberg [Wed, 10 Mar 2004 08:12:09 +0000 (08:12 +0000)]
use size_t for string lengths
Daniel Stenberg [Wed, 10 Mar 2004 08:08:02 +0000 (08:08 +0000)]
Make sure SIZEOF_CURL_OFF_T is defined before we check for it being > 4.
It is only undefined when this file is included by others (like ares) and
in those cases it doesn't matter.
Daniel Stenberg [Wed, 10 Mar 2004 07:04:31 +0000 (07:04 +0000)]
removed the #if 0'ed pragmas that disable warnings on msvc
Daniel Stenberg [Wed, 10 Mar 2004 07:03:13 +0000 (07:03 +0000)]
moved the curl_socket_t typedef downwards
Daniel Stenberg [Tue, 9 Mar 2004 22:55:47 +0000 (22:55 +0000)]
added the new socket type
Daniel Stenberg [Tue, 9 Mar 2004 22:52:50 +0000 (22:52 +0000)]
Use curl_socket_t instead of int for holding sockets. The typedefs and
defines are in setup.h.
Daniel Stenberg [Tue, 9 Mar 2004 21:49:46 +0000 (21:49 +0000)]
Added -I$(top_srcdir)/include, since lib/setup.h might include files from
the external curl include dir.
Daniel Stenberg [Tue, 9 Mar 2004 21:42:43 +0000 (21:42 +0000)]
only build with the windows threading trace code if
DEBUG_THREADING_GETHOSTBYNAME is defined
Daniel Stenberg [Tue, 9 Mar 2004 21:39:50 +0000 (21:39 +0000)]
explicit typecast to visualize that we really want the result of the
operation as a size_t
Daniel Stenberg [Tue, 9 Mar 2004 21:25:59 +0000 (21:25 +0000)]
Tor Arntsen's fix to a AIX build problem
Daniel Stenberg [Tue, 9 Mar 2004 11:24:36 +0000 (11:24 +0000)]
remove ares/aclocal.m4 before cvs update to prevent bad conflicts
Daniel Stenberg [Tue, 9 Mar 2004 10:18:09 +0000 (10:18 +0000)]
mingw has str(n)casecmp() functions
Daniel Stenberg [Tue, 9 Mar 2004 09:47:51 +0000 (09:47 +0000)]
timezone dummy to build better on Windows - Gisle Vanem
Daniel Stenberg [Tue, 9 Mar 2004 09:43:30 +0000 (09:43 +0000)]
Gisle Vanem fixed the bad argc check
Daniel Stenberg [Tue, 9 Mar 2004 09:38:16 +0000 (09:38 +0000)]
the error message stuff is for 7.12
Daniel Stenberg [Tue, 9 Mar 2004 08:38:25 +0000 (08:38 +0000)]
Andrés García-fix to make it build with mingw
Daniel Stenberg [Tue, 9 Mar 2004 08:35:33 +0000 (08:35 +0000)]
added HAVE_IOCTLSOCKET here
Daniel Stenberg [Mon, 8 Mar 2004 16:29:45 +0000 (16:29 +0000)]
this is generated, removed from CVS
Daniel Stenberg [Mon, 8 Mar 2004 16:20:51 +0000 (16:20 +0000)]
don't compare signed/unsigned
Daniel Stenberg [Mon, 8 Mar 2004 14:04:10 +0000 (14:04 +0000)]
Removed John Clayton's really odd bug since its never been reported again and
it was quite a long time since he experienced that one.
Daniel Stenberg [Mon, 8 Mar 2004 13:57:38 +0000 (13:57 +0000)]
mention error 64
Daniel Stenberg [Mon, 8 Mar 2004 13:17:53 +0000 (13:17 +0000)]
the largefile for version_info fix
Daniel Stenberg [Mon, 8 Mar 2004 12:56:18 +0000 (12:56 +0000)]
fread() returns a size_t
Daniel Stenberg [Mon, 8 Mar 2004 12:51:33 +0000 (12:51 +0000)]
use curl standard source formatting
Daniel Stenberg [Mon, 8 Mar 2004 12:51:13 +0000 (12:51 +0000)]
typecast enum to int to make it printf() properly
Daniel Stenberg [Mon, 8 Mar 2004 12:48:09 +0000 (12:48 +0000)]
variable type fixes
Daniel Stenberg [Mon, 8 Mar 2004 12:47:37 +0000 (12:47 +0000)]
Moved the error message buffer into the glob struct as well.
Daniel Stenberg [Mon, 8 Mar 2004 12:37:46 +0000 (12:37 +0000)]
Commented the Curl_read() arguments.
Daniel Stenberg [Mon, 8 Mar 2004 12:37:11 +0000 (12:37 +0000)]
size_t/int fix
Daniel Stenberg [Mon, 8 Mar 2004 12:36:54 +0000 (12:36 +0000)]
strlen() returns size_t
Daniel Stenberg [Mon, 8 Mar 2004 11:37:12 +0000 (11:37 +0000)]
we ignore the ICC warning 1419 as well
Daniel Stenberg [Mon, 8 Mar 2004 11:36:47 +0000 (11:36 +0000)]
waitconnect() takes the timeout argument as a long
Daniel Stenberg [Mon, 8 Mar 2004 11:33:49 +0000 (11:33 +0000)]
store size as size_t
use %zd when outputting size_t
Daniel Stenberg [Mon, 8 Mar 2004 11:28:14 +0000 (11:28 +0000)]
don't use 'register'
make strtol() returns get stored in long variables
don't mix size_t with int
Daniel Stenberg [Mon, 8 Mar 2004 08:38:29 +0000 (08:38 +0000)]
size_t/int/long fixes
Daniel Stenberg [Mon, 8 Mar 2004 07:46:26 +0000 (07:46 +0000)]
we must not only support long long for Largefile to work, we must have
a curl_off_t type that is larger than 4 bytes
Daniel Stenberg [Fri, 5 Mar 2004 13:12:58 +0000 (13:12 +0000)]
issue 12 fixed, the final known outstanding issue to be done before 7.11.1
Daniel Stenberg [Fri, 5 Mar 2004 12:54:18 +0000 (12:54 +0000)]
issue 12 fix
Daniel Stenberg [Fri, 5 Mar 2004 11:39:19 +0000 (11:39 +0000)]
another include to prevent warnings
Daniel Stenberg [Fri, 5 Mar 2004 10:18:58 +0000 (10:18 +0000)]
two fixes, one new mirror
Daniel Stenberg [Fri, 5 Mar 2004 10:14:46 +0000 (10:14 +0000)]
clonk
Daniel Stenberg [Fri, 5 Mar 2004 09:40:16 +0000 (09:40 +0000)]
more fixing to make the progress/getinfo stuff to work properly when doing
file: transfers too
Daniel Stenberg [Fri, 5 Mar 2004 09:37:48 +0000 (09:37 +0000)]
clearly tell that these are ftp response timeouts
Daniel Stenberg [Fri, 5 Mar 2004 08:32:11 +0000 (08:32 +0000)]
Major rewrite of the test HTTP server to allow more fancy features to make
better tests with the issue12-patch applied.
This change also includes Andrés García's win32-fixes.
Made the logging look better/more readable in sws.log
Daniel Stenberg [Fri, 5 Mar 2004 08:01:55 +0000 (08:01 +0000)]
'make clean' should only remove the generated html files, index.html is not
one of them!
Daniel Stenberg [Fri, 5 Mar 2004 07:57:07 +0000 (07:57 +0000)]
mention the D binding
Daniel Stenberg [Fri, 5 Mar 2004 07:55:02 +0000 (07:55 +0000)]
Multiple updates, most of them being proper formatting to create nice html
links in the web pages, but also additional facts and removal of old crap.
Daniel Stenberg [Thu, 4 Mar 2004 16:19:12 +0000 (16:19 +0000)]
issue 12 fix is pending and is working in devel
added issue 24 - fix the progress meter for large files on slow networks to
not wrap
Daniel Stenberg [Thu, 4 Mar 2004 16:13:33 +0000 (16:13 +0000)]
When following to a new URL, we must make sure to call Curl_done() first,
since the current connection must be taken care of properly before we move
on. Christopher R. Palmer reported a problem he found due to this mistake.
Daniel Stenberg [Thu, 4 Mar 2004 15:32:18 +0000 (15:32 +0000)]
Andrés García's patch to prevent warnings while compiling with mingw, mainly
because it is now possible to have both WIN32 and HAVE_CONFIG_H defined.
Daniel Stenberg [Thu, 4 Mar 2004 15:25:06 +0000 (15:25 +0000)]
use size_t for the data, but keep the protos use ssize_t to better fit
with the existing transfer.c code
Daniel Stenberg [Thu, 4 Mar 2004 15:23:57 +0000 (15:23 +0000)]
include the proper header file too
Daniel Stenberg [Thu, 4 Mar 2004 15:12:12 +0000 (15:12 +0000)]
fix progress data to be updated properly for file: transfers, as reported
by Jesse Noller
Daniel Stenberg [Thu, 4 Mar 2004 12:57:12 +0000 (12:57 +0000)]
prevent harmless compiler warning
Daniel Stenberg [Thu, 4 Mar 2004 09:56:39 +0000 (09:56 +0000)]
David Byron's version resource fix
Daniel Stenberg [Thu, 4 Mar 2004 09:56:17 +0000 (09:56 +0000)]
new "version resource" file for windows builds
Daniel Stenberg [Wed, 3 Mar 2004 14:46:37 +0000 (14:46 +0000)]
show curl --version output as well
Daniel Stenberg [Wed, 3 Mar 2004 14:39:47 +0000 (14:39 +0000)]
largefile bit for the version_info and now winsock 1.1 only