platform/upstream/curl.git
20 years agominor update by Kevin
Daniel Stenberg [Tue, 23 Mar 2004 14:34:09 +0000 (14:34 +0000)]
minor update by Kevin

20 years agosrc/version.h was not properly made!
Daniel Stenberg [Tue, 23 Mar 2004 14:29:21 +0000 (14:29 +0000)]
src/version.h was not properly made!

20 years agoprogress meter fix, CURLINFO_CONTENT_LENGTH_DOWNLOAD fix, cygwin package fix
Daniel Stenberg [Tue, 23 Mar 2004 11:52:08 +0000 (11:52 +0000)]
progress meter fix, CURLINFO_CONTENT_LENGTH_DOWNLOAD fix, cygwin package fix

20 years agoit actually fits to make a NNNd NNh display so this can be used up to
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

20 years agoFixed the time fields no never get wider than 8 letters. They can now switch
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.

20 years agoint/size_t cleanup
Daniel Stenberg [Tue, 23 Mar 2004 09:12:51 +0000 (09:12 +0000)]
int/size_t cleanup

20 years agominor variable type cleanups
Daniel Stenberg [Tue, 23 Mar 2004 08:50:28 +0000 (08:50 +0000)]
minor variable type cleanups

20 years agominor edits to make picky compilers whine less
Daniel Stenberg [Tue, 23 Mar 2004 08:46:08 +0000 (08:46 +0000)]
minor edits to make picky compilers whine less

20 years agochanged the long to int typecasts to see if icc 8.0 complains less on this
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

20 years agoMakes CURLINFO_CONTENT_LENGTH_DOWNLOAD work even if CURLOPT_NOBODY is set
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.

20 years agoKevin Roth's updates to handle a new requirement from the Cygwin folks to
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.

20 years agocrap files to get the dirs made when checked out from CVS
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

20 years agocontainer to get this dir made
Daniel Stenberg [Mon, 22 Mar 2004 21:42:07 +0000 (21:42 +0000)]
container to get this dir made

20 years agoMake the axp/README ia64/README vax/README files get included as well.
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!

20 years agofixed the ntlm problem with longish passwords
Daniel Stenberg [Mon, 22 Mar 2004 13:56:48 +0000 (13:56 +0000)]
fixed the ntlm problem with longish passwords

20 years agovms fixes committed
Daniel Stenberg [Mon, 22 Mar 2004 13:56:30 +0000 (13:56 +0000)]
vms fixes committed

20 years agoEnabled 'NT responses' in the NTLM type-3 message.
Daniel Stenberg [Mon, 22 Mar 2004 13:50:30 +0000 (13:50 +0000)]
Enabled 'NT responses' in the NTLM type-3 message.

20 years agofixed /I "." for the debug build too
Daniel Stenberg [Mon, 22 Mar 2004 11:32:22 +0000 (11:32 +0000)]
fixed /I "." for the debug build too

20 years agoadd /I "." to include ca-bundle.h properly
Daniel Stenberg [Mon, 22 Mar 2004 11:26:40 +0000 (11:26 +0000)]
add /I "." to include ca-bundle.h properly

20 years agoissue 27 fixed, moved libcurl version defines to its own header file
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

20 years agoinclude the new curlver instead, since all this wants is the version info
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

20 years agoIntroducing curl/curlver.h for keeping the curl version info only.
Daniel Stenberg [Mon, 22 Mar 2004 08:37:38 +0000 (08:37 +0000)]
Introducing curl/curlver.h for keeping the curl version info only.

20 years agofiles moved here from the $ROOT/src dir
Daniel Stenberg [Sun, 21 Mar 2004 22:50:53 +0000 (22:50 +0000)]
files moved here from the $ROOT/src dir

20 years agoremoved deleted files
Daniel Stenberg [Sun, 21 Mar 2004 22:49:36 +0000 (22:49 +0000)]
removed deleted files

20 years agoMarty Kuhrt's adjustments for a cleaner VMS build
Daniel Stenberg [Sun, 21 Mar 2004 22:44:52 +0000 (22:44 +0000)]
Marty Kuhrt's adjustments for a cleaner VMS build

20 years agoMarty Kuhrt's VMS updates
Daniel Stenberg [Sun, 21 Mar 2004 22:38:01 +0000 (22:38 +0000)]
Marty Kuhrt's VMS updates

20 years agorecognize and use ACLOCAL_FLAGS if set (Thomas Schwinge patch)
Daniel Stenberg [Sun, 21 Mar 2004 15:45:58 +0000 (15:45 +0000)]
recognize and use ACLOCAL_FLAGS if set (Thomas Schwinge patch)

20 years agouse tabs, not spaces!
Daniel Stenberg [Sun, 21 Mar 2004 15:32:15 +0000 (15:32 +0000)]
use tabs, not spaces!

20 years agoAdded the Version 7.11.1 marker
Daniel Stenberg [Fri, 19 Mar 2004 13:22:48 +0000 (13:22 +0000)]
Added the Version 7.11.1 marker

20 years agostarting a new cycle
Daniel Stenberg [Fri, 19 Mar 2004 08:41:49 +0000 (08:41 +0000)]
starting a new cycle

20 years agoirix configure fix and a msvc project file update
Daniel Stenberg [Thu, 18 Mar 2004 14:20:17 +0000 (14:20 +0000)]
irix configure fix and a msvc project file update

20 years agoMitz Wark's reported Digest re-negotiate problem is issue 30.
Daniel Stenberg [Thu, 18 Mar 2004 12:59:03 +0000 (12:59 +0000)]
Mitz Wark's reported Digest re-negotiate problem is issue 30.

20 years agoFor IRIX systems we must pick the "correct" lib dirs for the particular
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.

20 years agoadded http_ntlm.[ch] and inet_pton.[ch], pointed out by Watz
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

20 years agoGünter Knauf's update, mainly converted to plain old C comments.
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.

20 years agonew netware-related files added to the distribution
Daniel Stenberg [Wed, 17 Mar 2004 12:48:41 +0000 (12:48 +0000)]
new netware-related files added to the distribution

20 years agoGünter Knauf's NetWare changes.
Daniel Stenberg [Wed, 17 Mar 2004 12:46:42 +0000 (12:46 +0000)]
Günter Knauf's NetWare changes.

20 years agononsense comments removed
Daniel Stenberg [Wed, 17 Mar 2004 07:22:04 +0000 (07:22 +0000)]
nonsense comments removed

20 years agomention yesterday's man page update frenzy
Daniel Stenberg [Tue, 16 Mar 2004 10:41:14 +0000 (10:41 +0000)]
mention yesterday's man page update frenzy

20 years agoissue 29 has a bug report mentioning details
Daniel Stenberg [Tue, 16 Mar 2004 10:40:48 +0000 (10:40 +0000)]
issue 29 has a bug report mentioning details

20 years agoremoved the min() macro define
Daniel Stenberg [Tue, 16 Mar 2004 09:16:38 +0000 (09:16 +0000)]
removed the min() macro define

20 years agorandom updates
Daniel Stenberg [Tue, 16 Mar 2004 07:56:51 +0000 (07:56 +0000)]
random updates

20 years agoadded the CA bundle default path, and mention the risk that the server you
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

20 years agontlm and long passwords
Daniel Stenberg [Mon, 15 Mar 2004 16:32:13 +0000 (16:32 +0000)]
ntlm and long passwords

20 years agoif the global_init() is called from within curl_easy_init() and returns
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.

20 years agoignore these files
Daniel Stenberg [Mon, 15 Mar 2004 13:20:53 +0000 (13:20 +0000)]
ignore these files

20 years agoautomake file for this dir
Daniel Stenberg [Mon, 15 Mar 2004 13:20:01 +0000 (13:20 +0000)]
automake file for this dir

20 years agoprovide URLs to two patches mentioned
Daniel Stenberg [Mon, 15 Mar 2004 13:13:14 +0000 (13:13 +0000)]
provide URLs to two patches mentioned

20 years agoNTLM fix
Daniel Stenberg [Mon, 15 Mar 2004 13:09:59 +0000 (13:09 +0000)]
NTLM fix

20 years agobetter formatting to create fine links in the web version
Daniel Stenberg [Mon, 15 Mar 2004 12:42:19 +0000 (12:42 +0000)]
better formatting to create fine links in the web version

20 years agomore formatting fixes
Daniel Stenberg [Mon, 15 Mar 2004 12:41:24 +0000 (12:41 +0000)]
more formatting fixes

20 years agorefer to function names better to enhance the HTML output
Daniel Stenberg [Mon, 15 Mar 2004 11:56:07 +0000 (11:56 +0000)]
refer to function names better to enhance the HTML output

20 years agoInitial commit of the first attempt to make three new *strerror() functions.
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.

20 years agowindows builds now report a slightly different "OS" string
Daniel Stenberg [Mon, 15 Mar 2004 11:43:04 +0000 (11:43 +0000)]
windows builds now report a slightly different "OS" string

20 years agocheck for m4 version in buildconf
Daniel Stenberg [Mon, 15 Mar 2004 11:42:48 +0000 (11:42 +0000)]
check for m4 version in buildconf

20 years agorandom formatting updates to look better in HTML version
Daniel Stenberg [Mon, 15 Mar 2004 11:37:37 +0000 (11:37 +0000)]
random formatting updates to look better in HTML version

20 years agouse .NF for the struct part to looke better in HTML
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

20 years agomore fixes
Daniel Stenberg [Mon, 15 Mar 2004 11:26:53 +0000 (11:26 +0000)]
more fixes

20 years agobetter formatting of functions to get better links in the web version
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

20 years agobetter mentioning of other functions to create proper hrefs in the web
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

20 years agobuild_vms.com is removed from here
Daniel Stenberg [Mon, 15 Mar 2004 10:18:38 +0000 (10:18 +0000)]
build_vms.com is removed from here

20 years agoMarty Kuhrt's VMS updates
Daniel Stenberg [Mon, 15 Mar 2004 10:11:34 +0000 (10:11 +0000)]
Marty Kuhrt's VMS updates

20 years agoAdded the new vms subdir in the packages dir
Daniel Stenberg [Mon, 15 Mar 2004 10:10:24 +0000 (10:10 +0000)]
Added the new vms subdir in the packages dir

20 years agonew vms subdir
Daniel Stenberg [Mon, 15 Mar 2004 10:08:32 +0000 (10:08 +0000)]
new vms subdir

20 years agonot used anymore since Marty Kuhrt's recent VMS updates
Daniel Stenberg [Mon, 15 Mar 2004 10:03:58 +0000 (10:03 +0000)]
not used anymore since Marty Kuhrt's recent VMS updates

20 years agoMarty Kuhrt's provided files for the VMS package
Daniel Stenberg [Mon, 15 Mar 2004 10:03:05 +0000 (10:03 +0000)]
Marty Kuhrt's provided files for the VMS package

20 years agoCheck for a GNU version of m4, since autoconf won't run nicely without one.
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.

20 years agofix signed and unsigned warnings
Daniel Stenberg [Sun, 14 Mar 2004 18:15:04 +0000 (18:15 +0000)]
fix signed and unsigned warnings

20 years agopostsize is off_t now, so we typecase it to int before doing normal printf
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)

20 years agothe postsize is an off_t so use the proper printf format to output the
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

20 years agomore variable type fixing for the huge posts
Daniel Stenberg [Fri, 12 Mar 2004 14:22:16 +0000 (14:22 +0000)]
more variable type fixing for the huge posts

20 years agonewer c-ares release
Daniel Stenberg [Fri, 12 Mar 2004 13:17:46 +0000 (13:17 +0000)]
newer c-ares release

20 years agomore variable type fixes for the large POST support
Daniel Stenberg [Fri, 12 Mar 2004 13:06:01 +0000 (13:06 +0000)]
more variable type fixes for the large POST support

20 years agoMade the 'postsize' variable an off_t type to be able to hold large file
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

20 years agominor variable type fix
Daniel Stenberg [Fri, 12 Mar 2004 12:05:33 +0000 (12:05 +0000)]
minor variable type fix

20 years agoCURLOPT_POSTFIELDSIZE_LARGE is added in 7.11.1
Daniel Stenberg [Fri, 12 Mar 2004 09:14:45 +0000 (09:14 +0000)]
CURLOPT_POSTFIELDSIZE_LARGE is added in 7.11.1

20 years agoignore aclocal.m4
Daniel Stenberg [Fri, 12 Mar 2004 08:57:10 +0000 (08:57 +0000)]
ignore aclocal.m4

20 years agoAdded CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the
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.

20 years agoDavid Byron's fix to clear outs.filename
Daniel Stenberg [Fri, 12 Mar 2004 08:03:31 +0000 (08:03 +0000)]
David Byron's fix to clear outs.filename

20 years agodl and ulspeed are now curl_off_t so typecast them to double when we
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

20 years agoOptimize the way libcurl uses CWD
Daniel Stenberg [Thu, 11 Mar 2004 21:49:56 +0000 (21:49 +0000)]
Optimize the way libcurl uses CWD

20 years agoMade max5data() take a curl_off_t size as argument instead of double. Should
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.

20 years agoadded that header fiddling the msvc users will enjoy
Daniel Stenberg [Thu, 11 Mar 2004 13:15:14 +0000 (13:15 +0000)]
added that header fiddling the msvc users will enjoy

20 years agoGisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.
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.

20 years agodon't let the EINTR stuff build on windows
Daniel Stenberg [Thu, 11 Mar 2004 12:57:04 +0000 (12:57 +0000)]
don't let the EINTR stuff build on windows

20 years agoUse more curl_off_t variables when doing the progress meter calculations and
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.

20 years agouse the new OS define from lib/config-win32.h
Daniel Stenberg [Wed, 10 Mar 2004 16:07:19 +0000 (16:07 +0000)]
use the new OS define from lib/config-win32.h

20 years agomake loop variable size_t as well when looping to a size_t limit
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

20 years agocurl_socket_t mistakes cleanup
Daniel Stenberg [Wed, 10 Mar 2004 16:01:47 +0000 (16:01 +0000)]
curl_socket_t mistakes cleanup

20 years agoturn niflags into a define named NIFLAGS
Daniel Stenberg [Wed, 10 Mar 2004 15:24:56 +0000 (15:24 +0000)]
turn niflags into a define named NIFLAGS

20 years agoadded the Estonian one, removed the cyberservers one since it is dead and
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

20 years agofixing
Daniel Stenberg [Wed, 10 Mar 2004 11:28:45 +0000 (11:28 +0000)]
fixing

20 years agoGisle Vanem improved build on Windows.
Daniel Stenberg [Wed, 10 Mar 2004 11:28:34 +0000 (11:28 +0000)]
Gisle Vanem improved build on Windows.

20 years agoNah, ignore the OS define in here. This is being included by ares and it
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.

20 years agoignore the icc warning 981 "operands are evaluated in unspecified order"
Daniel Stenberg [Wed, 10 Mar 2004 09:52:04 +0000 (09:52 +0000)]
ignore the icc warning 981 "operands are evaluated in unspecified order"

20 years agoMinor edit to avoid an unreachable break and to remove the extra {} body
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.

20 years agokeep the number of bytes read in a size_t variable
Daniel Stenberg [Wed, 10 Mar 2004 09:44:42 +0000 (09:44 +0000)]
keep the number of bytes read in a size_t variable

20 years agostrequal() returns int so we typecast the return to bool when we store the
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

20 years agostore times in time_t
Daniel Stenberg [Wed, 10 Mar 2004 09:36:43 +0000 (09:36 +0000)]
store times in time_t

20 years agoJeff Lawson fixed the SSL connection to deal with received signals during the
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.