platform/upstream/curl.git
23 years agomoved the symbols talk to the library part, updated slightly to match
Daniel Stenberg [Fri, 26 Jan 2001 15:52:51 +0000 (15:52 +0000)]
moved the symbols talk to the library part, updated slightly to match

23 years agoAdded a httpreq field in the main struct so that there's one field to check
Daniel Stenberg [Fri, 26 Jan 2001 15:52:01 +0000 (15:52 +0000)]
Added a httpreq field in the main struct so that there's one field to check
for what HTTP request that is being used. The old bit-style fields are still
in there as well.

23 years agoThe check for that content-range is received must only be made if we requested
Daniel Stenberg [Fri, 26 Jan 2001 15:50:56 +0000 (15:50 +0000)]
The check for that content-range is received must only be made if we requested
GET resume. Other resumes are upload-wise and don't care about this header
in the download stream

23 years agoMade it possible to do "upload resume" over HTTP
Daniel Stenberg [Fri, 26 Jan 2001 15:49:39 +0000 (15:49 +0000)]
Made it possible to do "upload resume" over HTTP

23 years ago7.6-pre4
Daniel Stenberg [Thu, 25 Jan 2001 13:48:28 +0000 (13:48 +0000)]
7.6-pre4

23 years agotimespent is now updated in every call to the progress meter update function
Daniel Stenberg [Thu, 25 Jan 2001 12:32:40 +0000 (12:32 +0000)]
timespent is now updated in every call to the progress meter update function

23 years agoRick's and Jeff's stuff
Daniel Stenberg [Thu, 25 Jan 2001 12:31:44 +0000 (12:31 +0000)]
Rick's and Jeff's stuff

23 years agomake the configure script die if select() or socket() is missing
Daniel Stenberg [Thu, 25 Jan 2001 12:28:46 +0000 (12:28 +0000)]
make the configure script die if select() or socket() is missing

23 years agoAdded Ingo Ralf Blum
Daniel Stenberg [Thu, 25 Jan 2001 12:28:10 +0000 (12:28 +0000)]
Added Ingo Ralf Blum

23 years agouse this function only once note added
Daniel Stenberg [Thu, 25 Jan 2001 12:27:44 +0000 (12:27 +0000)]
use this function only once note added

23 years agomodified the Curl_ConnectHTTPProxyTunnel proto
Daniel Stenberg [Thu, 25 Jan 2001 12:24:34 +0000 (12:24 +0000)]
modified the Curl_ConnectHTTPProxyTunnel proto

23 years agomoved curl_read() and curl_write() to sendf.c
Daniel Stenberg [Thu, 25 Jan 2001 12:23:57 +0000 (12:23 +0000)]
moved curl_read() and curl_write() to sendf.c

23 years agoconverted to use Curl_read() and Curl_write()
Daniel Stenberg [Thu, 25 Jan 2001 12:23:12 +0000 (12:23 +0000)]
converted to use Curl_read() and Curl_write()

23 years agouses Curl_read() and Curl_write()
Daniel Stenberg [Thu, 25 Jan 2001 12:22:17 +0000 (12:22 +0000)]
uses Curl_read() and Curl_write()
unfolded telwrite() instead of being a separate single function

23 years agouse recv()/send() instead of read()/write() with sockets
Daniel Stenberg [Thu, 25 Jan 2001 12:21:10 +0000 (12:21 +0000)]
use recv()/send() instead of read()/write() with sockets

23 years agosendf is now only Curl_sendf
Daniel Stenberg [Thu, 25 Jan 2001 12:20:30 +0000 (12:20 +0000)]
sendf is now only Curl_sendf
Curl_write() and Curl_read() are here

23 years agoremoved two compiler warnings
Daniel Stenberg [Thu, 25 Jan 2001 12:19:36 +0000 (12:19 +0000)]
removed two compiler warnings

23 years agoCurl_read() and Curl_write() are now used for reading/writing sockets.
Daniel Stenberg [Thu, 25 Jan 2001 12:19:02 +0000 (12:19 +0000)]
Curl_read() and Curl_write() are now used for reading/writing sockets.
Some functions changed prototype due to this change as well.

23 years agoGet get-ftp-response function is now using Curl_read() for reading from a
Daniel Stenberg [Thu, 25 Jan 2001 12:17:07 +0000 (12:17 +0000)]
Get get-ftp-response function is now using Curl_read() for reading from a
socket. Curl_ConnectHTTPProxyTunnel changed prototype.

23 years agoreplaced sendf() calls with Curl_sendf()
Daniel Stenberg [Thu, 25 Jan 2001 12:13:35 +0000 (12:13 +0000)]
replaced sendf() calls with Curl_sendf()

23 years agoIngo Ralf Blum's cygwin fixes
Daniel Stenberg [Wed, 24 Jan 2001 14:44:05 +0000 (14:44 +0000)]
Ingo Ralf Blum's cygwin fixes

23 years agoRobert Weaver's win32 getenv fix, my added comments in some files
Daniel Stenberg [Wed, 24 Jan 2001 14:04:47 +0000 (14:04 +0000)]
Robert Weaver's win32 getenv fix, my added comments in some files

23 years agoAdded Robert Weaver as contributor
Daniel Stenberg [Wed, 24 Jan 2001 14:04:14 +0000 (14:04 +0000)]
Added Robert Weaver as contributor

23 years agofixed the comment for 'path'
Daniel Stenberg [Wed, 24 Jan 2001 14:03:48 +0000 (14:03 +0000)]
fixed the comment for 'path'

23 years agoadded comments all over
Daniel Stenberg [Wed, 24 Jan 2001 12:32:34 +0000 (12:32 +0000)]
added comments all over

23 years agoextended the gname field one byte to avoid a possible overflow
Daniel Stenberg [Wed, 24 Jan 2001 12:10:10 +0000 (12:10 +0000)]
extended the gname field one byte to avoid a possible overflow
added lots of explaining comments

23 years agoRobert Weaver's fix
Daniel Stenberg [Wed, 24 Jan 2001 09:01:32 +0000 (09:01 +0000)]
Robert Weaver's fix

23 years agogenerated by autoheader
Daniel Stenberg [Tue, 23 Jan 2001 13:00:43 +0000 (13:00 +0000)]
generated by autoheader

23 years agoipv6 adjustments
Daniel Stenberg [Tue, 23 Jan 2001 10:29:16 +0000 (10:29 +0000)]
ipv6 adjustments

23 years agoEnabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't,
Daniel Stenberg [Tue, 23 Jan 2001 10:21:30 +0000 (10:21 +0000)]
Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't,
curl will return an error when such an address is used.

23 years agobig reorg to make it not exit when it fails, but instead just not do any
Daniel Stenberg [Tue, 23 Jan 2001 10:14:43 +0000 (10:14 +0000)]
big reorg to make it not exit when it fails, but instead just not do any
globbing, it makes IPv6 support easier and smoother to add.

23 years agoAdded 'ipv6 enabled' for ipv6 compiled versions
Daniel Stenberg [Tue, 23 Jan 2001 08:16:59 +0000 (08:16 +0000)]
Added 'ipv6 enabled' for ipv6 compiled versions

23 years agoAdded simple IPv6 recognition support
Daniel Stenberg [Mon, 22 Jan 2001 23:54:54 +0000 (23:54 +0000)]
Added simple IPv6 recognition support

23 years agoBjörn's progress meter fix, new test cases and ftpserver.pl patch
Daniel Stenberg [Mon, 22 Jan 2001 16:25:55 +0000 (16:25 +0000)]
Björn's progress meter fix, new test cases and ftpserver.pl patch

23 years agoBjörn Stenberg's patch for making the progress meter betterlooking
Daniel Stenberg [Mon, 22 Jan 2001 16:21:05 +0000 (16:21 +0000)]
Björn Stenberg's patch for making the progress meter betterlooking

23 years agothe custom reply engine was not inited properly
Daniel Stenberg [Mon, 22 Jan 2001 16:16:18 +0000 (16:16 +0000)]
the custom reply engine was not inited properly

23 years agotest case 121
Daniel Stenberg [Mon, 22 Jan 2001 16:05:12 +0000 (16:05 +0000)]
test case 121

23 years agoAdded test case 120, ftp with '-Q -'
Daniel Stenberg [Mon, 22 Jan 2001 16:00:28 +0000 (16:00 +0000)]
Added test case 120, ftp with '-Q -'

23 years agoRemoved the deprecated -c and -t from the --help output.
Daniel Stenberg [Mon, 22 Jan 2001 10:09:04 +0000 (10:09 +0000)]
Removed the deprecated -c and -t from the --help output.

23 years agoAdded 5.5 the CURLOPT_FILE problem on win32, DeYoung provided it!
Daniel Stenberg [Mon, 22 Jan 2001 08:42:00 +0000 (08:42 +0000)]
Added 5.5 the CURLOPT_FILE problem on win32, DeYoung provided it!

23 years agoAdded -g/--globoff description
Daniel Stenberg [Fri, 19 Jan 2001 12:24:46 +0000 (12:24 +0000)]
Added -g/--globoff description

23 years agoMade the complaint on free-twice errors a lot better
Daniel Stenberg [Fri, 19 Jan 2001 12:20:30 +0000 (12:20 +0000)]
Made the complaint on free-twice errors a lot better

23 years agoremoved URL length restrictions, added a test case
Daniel Stenberg [Fri, 19 Jan 2001 12:20:02 +0000 (12:20 +0000)]
removed URL length restrictions, added a test case

23 years agoNo more URL length restrictions
Daniel Stenberg [Fri, 19 Jan 2001 12:15:23 +0000 (12:15 +0000)]
No more URL length restrictions

23 years agoremoved MAX_URL_LENGTH, there is no longer any length restrictions on URLs
Daniel Stenberg [Fri, 19 Jan 2001 12:14:55 +0000 (12:14 +0000)]
removed MAX_URL_LENGTH, there is no longer any length restrictions on URLs
anywhere within libcurl

23 years agocorrected url memory handling with --globoff
Daniel Stenberg [Fri, 19 Jan 2001 12:14:09 +0000 (12:14 +0000)]
corrected url memory handling with --globoff

23 years agoAdded files for test case 28
Daniel Stenberg [Fri, 19 Jan 2001 12:13:37 +0000 (12:13 +0000)]
Added files for test case 28

23 years ago--globoff test case
Daniel Stenberg [Fri, 19 Jan 2001 12:12:54 +0000 (12:12 +0000)]
--globoff test case

23 years agoversion 7.6-pre3
Daniel Stenberg [Fri, 19 Jan 2001 09:38:48 +0000 (09:38 +0000)]
version 7.6-pre3

23 years agospelling error FPL should be GPL
Daniel Stenberg [Fri, 19 Jan 2001 09:38:29 +0000 (09:38 +0000)]
spelling error FPL should be GPL

23 years agoedited the portable code section
Daniel Stenberg [Fri, 19 Jan 2001 09:37:39 +0000 (09:37 +0000)]
edited the portable code section

23 years agobrought up-to-date and extended
Daniel Stenberg [Wed, 17 Jan 2001 14:17:49 +0000 (14:17 +0000)]
brought up-to-date and extended

23 years agoTransfer and file renaming
Daniel Stenberg [Wed, 17 Jan 2001 14:17:26 +0000 (14:17 +0000)]
Transfer and file renaming

23 years agoTransfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h
Daniel Stenberg [Wed, 17 Jan 2001 13:23:01 +0000 (13:23 +0000)]
Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h
and download.h

23 years agodownload.[ch] is renamed to transfer.[ch], highlevel.[ch] is history
Daniel Stenberg [Wed, 17 Jan 2001 13:22:27 +0000 (13:22 +0000)]
download.[ch] is renamed to transfer.[ch], highlevel.[ch] is history

23 years agodownload and highlevel are replaced with transfer
Daniel Stenberg [Wed, 17 Jan 2001 13:19:01 +0000 (13:19 +0000)]
download and highlevel are replaced with transfer

23 years agoclarified that vcvars32.bat is not part of the curl package
Daniel Stenberg [Wed, 17 Jan 2001 08:24:29 +0000 (08:24 +0000)]
clarified that vcvars32.bat is not part of the curl package

23 years agoshortened the "what is libcurl" text
Daniel Stenberg [Mon, 15 Jan 2001 14:59:07 +0000 (14:59 +0000)]
shortened the "what is libcurl" text

23 years agoAdded a few more similar tools
Daniel Stenberg [Mon, 15 Jan 2001 12:12:36 +0000 (12:12 +0000)]
Added a few more similar tools

23 years agoremoved an old reference to previous license conditions
Daniel Stenberg [Mon, 15 Jan 2001 10:28:41 +0000 (10:28 +0000)]
removed an old reference to previous license conditions

23 years ago4.2 and 4.3 were updated
Daniel Stenberg [Mon, 15 Jan 2001 10:26:37 +0000 (10:26 +0000)]
4.2 and 4.3 were updated

23 years agoTELNET was missing in the basic initial description! Updated the language
Daniel Stenberg [Thu, 11 Jan 2001 12:52:07 +0000 (12:52 +0000)]
TELNET was missing in the basic initial description! Updated the language
in the thread-safe question 5.1 to be more clear.

23 years agoI successfully compiled on built curl for StrongARM NetBSD
Daniel Stenberg [Thu, 11 Jan 2001 12:33:26 +0000 (12:33 +0000)]
I successfully compiled on built curl for StrongARM NetBSD
Added other known platforms
Added the faked autoconf and autoheader trick posted about recently

23 years ago7.6-pre2
Daniel Stenberg [Thu, 11 Jan 2001 09:29:30 +0000 (09:29 +0000)]
7.6-pre2

23 years ago-g added, no more space requirements between short options and their parameters
Daniel Stenberg [Thu, 11 Jan 2001 08:02:07 +0000 (08:02 +0000)]
-g added, no more space requirements between short options and their parameters

23 years agoAdded -g, fixed so that short options worked again. My last "merged" fix did
Daniel Stenberg [Thu, 11 Jan 2001 08:01:24 +0000 (08:01 +0000)]
Added -g, fixed so that short options worked again. My last "merged" fix did
screw a few things up.

23 years agomade short options and their parmaters possible to specify without space
Daniel Stenberg [Wed, 10 Jan 2001 23:47:08 +0000 (23:47 +0000)]
made short options and their parmaters possible to specify without space
separation

23 years agomade "short options" possible to specify -m20 as well as -m 200.
Daniel Stenberg [Wed, 10 Jan 2001 23:42:03 +0000 (23:42 +0000)]
made "short options" possible to specify -m20 as well as -m 200.

23 years agoadded missing newlines to two infof() functions about document dates
Daniel Stenberg [Wed, 10 Jan 2001 22:46:26 +0000 (22:46 +0000)]
added missing newlines to two infof() functions about document dates

23 years agogetpass_r() fix for SCO (hopefully)
Daniel Stenberg [Wed, 10 Jan 2001 11:42:00 +0000 (11:42 +0000)]
getpass_r() fix for SCO (hopefully)

23 years agoversion 7.6-pre1
Daniel Stenberg [Tue, 9 Jan 2001 12:25:32 +0000 (12:25 +0000)]
version 7.6-pre1

23 years agobugfix for when more -o than URLs is used
Daniel Stenberg [Tue, 9 Jan 2001 12:25:14 +0000 (12:25 +0000)]
bugfix for when more -o than URLs is used

23 years agomultiple URL adjustments
Daniel Stenberg [Tue, 9 Jan 2001 12:24:49 +0000 (12:24 +0000)]
multiple URL adjustments

23 years agoAdded two tests for multiple URLs (26 + 27)
Daniel Stenberg [Tue, 9 Jan 2001 12:24:08 +0000 (12:24 +0000)]
Added two tests for multiple URLs (26 + 27)

23 years agoLoic's fix that removes the % from the instructions in the bottom
Daniel Stenberg [Tue, 9 Jan 2001 10:09:39 +0000 (10:09 +0000)]
Loic's fix that removes the % from the instructions in the bottom

23 years agoAdditional "docs" about 'make rpms' added by Loic
Daniel Stenberg [Tue, 9 Jan 2001 10:09:13 +0000 (10:09 +0000)]
Additional "docs" about 'make rpms' added by Loic

23 years agoAdded the curl source-header
Daniel Stenberg [Tue, 9 Jan 2001 07:41:04 +0000 (07:41 +0000)]
Added the curl source-header

23 years agoremoved FILES from the RPM
Daniel Stenberg [Mon, 8 Jan 2001 23:35:45 +0000 (23:35 +0000)]
removed FILES from the RPM

23 years agoAdded source header. Made the prototype not being set if HAVE_GETPASS_R is
Daniel Stenberg [Mon, 8 Jan 2001 22:30:30 +0000 (22:30 +0000)]
Added source header. Made the prototype not being set if HAVE_GETPASS_R is
set, as those systems are likely to have it already set in a system header
and this prototype has proven to cause problems on SCO systems.

23 years agoAdded Loic Dachary as a contributor after his major makefile session!
Daniel Stenberg [Mon, 8 Jan 2001 22:29:31 +0000 (22:29 +0000)]
Added Loic Dachary as a contributor after his major makefile session!

23 years agoLoic Dachary's updates to get 'make distcheck' work, including running the
Daniel Stenberg [Mon, 8 Jan 2001 22:18:30 +0000 (22:18 +0000)]
Loic Dachary's updates to get 'make distcheck' work, including running the
test suite

23 years agokrb4.c header file, no source header (yet)
Daniel Stenberg [Mon, 8 Jan 2001 22:02:23 +0000 (22:02 +0000)]
krb4.c header file, no source header (yet)

23 years ago'make distcheck' works now
Daniel Stenberg [Mon, 8 Jan 2001 17:38:23 +0000 (17:38 +0000)]
'make distcheck' works now

23 years agoHad to add this to get 'make distcheck' to run!
Daniel Stenberg [Mon, 8 Jan 2001 17:28:53 +0000 (17:28 +0000)]
Had to add this to get 'make distcheck' to run!

23 years agocorrected
Daniel Stenberg [Mon, 8 Jan 2001 16:32:36 +0000 (16:32 +0000)]
corrected

23 years agodistcheck fixes
Daniel Stenberg [Mon, 8 Jan 2001 16:31:29 +0000 (16:31 +0000)]
distcheck fixes

23 years agoAdded mprintf #include
Daniel Stenberg [Mon, 8 Jan 2001 16:22:55 +0000 (16:22 +0000)]
Added mprintf #include

23 years agobetter cleanup when existing due to bad usage
Daniel Stenberg [Mon, 8 Jan 2001 15:02:58 +0000 (15:02 +0000)]
better cleanup when existing due to bad usage

23 years agocorrected the separator when using URL globbing
Daniel Stenberg [Mon, 8 Jan 2001 14:48:34 +0000 (14:48 +0000)]
corrected the separator when using URL globbing

23 years agomostly a dummy
Daniel Stenberg [Mon, 8 Jan 2001 14:36:34 +0000 (14:36 +0000)]
mostly a dummy

23 years agouse .spec.in files instead of plain .spec files
Daniel Stenberg [Mon, 8 Jan 2001 13:42:18 +0000 (13:42 +0000)]
use .spec.in files instead of plain .spec files

23 years agoremoved multiple URL, we do that now!
Daniel Stenberg [Mon, 8 Jan 2001 13:40:26 +0000 (13:40 +0000)]
removed multiple URL, we do that now!

23 years agogenerated file
Daniel Stenberg [Mon, 8 Jan 2001 13:39:49 +0000 (13:39 +0000)]
generated file

23 years agoadjusted to work with automake 'make dist'
Daniel Stenberg [Mon, 8 Jan 2001 13:39:21 +0000 (13:39 +0000)]
adjusted to work with automake 'make dist'

23 years agowe're now using automake to build archives, this file is obsolete
Daniel Stenberg [Mon, 8 Jan 2001 12:58:27 +0000 (12:58 +0000)]
we're now using automake to build archives, this file is obsolete

23 years agoadjusted to use 'make dist' when building the package
Daniel Stenberg [Mon, 8 Jan 2001 12:57:38 +0000 (12:57 +0000)]
adjusted to use 'make dist' when building the package

23 years agoLoic Dachary's makefile/dist/rpm fixes
Daniel Stenberg [Mon, 8 Jan 2001 10:00:14 +0000 (10:00 +0000)]
Loic Dachary's makefile/dist/rpm fixes

23 years agokrb4 fix, big symbol renaming action, multiple URL support in the client
Daniel Stenberg [Mon, 8 Jan 2001 07:45:43 +0000 (07:45 +0000)]
krb4 fix, big symbol renaming action, multiple URL support in the client

23 years agogenerated
Daniel Stenberg [Mon, 8 Jan 2001 07:42:35 +0000 (07:42 +0000)]
generated

23 years agoMultiple URL support added
Daniel Stenberg [Mon, 8 Jan 2001 07:37:44 +0000 (07:37 +0000)]
Multiple URL support added