platform/upstream/curl.git
23 years agoremoved --continue task (done)
Daniel Stenberg [Fri, 16 Feb 2001 13:41:34 +0000 (13:41 +0000)]
removed --continue task (done)
added URL to the NTLM task

23 years ago2.2 - rephrased
Daniel Stenberg [Fri, 16 Feb 2001 13:41:09 +0000 (13:41 +0000)]
2.2 - rephrased

23 years agobetter english timeouted => timed out, as suggested by Larry Fahnoe
Daniel Stenberg [Tue, 13 Feb 2001 21:57:04 +0000 (21:57 +0000)]
better english timeouted => timed out, as suggested by Larry Fahnoe

23 years ago7.6.1 commit
Daniel Stenberg [Tue, 13 Feb 2001 13:37:14 +0000 (13:37 +0000)]
7.6.1 commit

23 years agomoved the protocol-specific free to allow easier multiple transfers
Daniel Stenberg [Tue, 13 Feb 2001 13:34:16 +0000 (13:34 +0000)]
moved the protocol-specific free to allow easier multiple transfers

23 years agoftp response fix, netrc fix for non-http/ftp, https put research
Daniel Stenberg [Mon, 12 Feb 2001 13:20:04 +0000 (13:20 +0000)]
ftp response fix, netrc fix for non-http/ftp, https put research

23 years agocorrected the prototype
Daniel Stenberg [Mon, 12 Feb 2001 13:19:09 +0000 (13:19 +0000)]
corrected the prototype

23 years agoAdded 3.10 and a few minor updates
Daniel Stenberg [Mon, 12 Feb 2001 10:05:09 +0000 (10:05 +0000)]
Added 3.10 and a few minor updates

23 years agovery minor indentation fix
Daniel Stenberg [Mon, 12 Feb 2001 08:22:19 +0000 (08:22 +0000)]
very minor indentation fix

23 years agoremoved getenv.h from the package as it was unused
Daniel Stenberg [Mon, 12 Feb 2001 08:21:45 +0000 (08:21 +0000)]
removed getenv.h from the package as it was unused

23 years agoNot used anymore
Daniel Stenberg [Fri, 9 Feb 2001 07:33:58 +0000 (07:33 +0000)]
Not used anymore

23 years agoAdded a failf() call in the error-check just added
Daniel Stenberg [Fri, 9 Feb 2001 07:14:28 +0000 (07:14 +0000)]
Added a failf() call in the error-check just added

23 years agoif netrc is parsed and our host was found in there, set data->bits.user_passwd
Daniel Stenberg [Thu, 8 Feb 2001 13:53:13 +0000 (13:53 +0000)]
if netrc is parsed and our host was found in there, set data->bits.user_passwd
unconditioanlly!

23 years agotoday's FTP response check fix
Daniel Stenberg [Thu, 8 Feb 2001 13:52:38 +0000 (13:52 +0000)]
today's FTP response check fix

23 years agopostit.c was added as a HTML form file upload example
Daniel Stenberg [Thu, 8 Feb 2001 08:26:54 +0000 (08:26 +0000)]
postit.c was added as a HTML form file upload example

23 years ago7.6.1-pre3
Daniel Stenberg [Wed, 7 Feb 2001 09:49:06 +0000 (09:49 +0000)]
7.6.1-pre3

23 years agoGetLine() didn't properly act on -1 lengths returned from Curl_read()
Daniel Stenberg [Wed, 7 Feb 2001 09:31:03 +0000 (09:31 +0000)]
GetLine() didn't properly act on -1 lengths returned from Curl_read()

23 years agoAdded #define ssize_t int since ssize_t doesn't seem to exist in normal
Daniel Stenberg [Wed, 7 Feb 2001 09:23:54 +0000 (09:23 +0000)]
Added #define ssize_t int since ssize_t doesn't seem to exist in normal
win32 systems

23 years agono longer #includes "getenv.h"
Daniel Stenberg [Wed, 7 Feb 2001 08:36:23 +0000 (08:36 +0000)]
no longer #includes "getenv.h"

23 years agosilly me, corrected the strlcat() to compile
Daniel Stenberg [Tue, 6 Feb 2001 09:12:39 +0000 (09:12 +0000)]
silly me, corrected the strlcat() to compile

23 years agonew openbsd inspired implementation of strlcat()
Daniel Stenberg [Tue, 6 Feb 2001 09:08:24 +0000 (09:08 +0000)]
new openbsd inspired implementation of strlcat()

23 years agonntp@iname.com's suggested fix to set the libpath
Daniel Stenberg [Tue, 6 Feb 2001 07:14:44 +0000 (07:14 +0000)]
nntp@iname.com's suggested fix to set the libpath

23 years agoadjusted the IPv6 stuff to compile and build on Linux as well
Daniel Stenberg [Mon, 5 Feb 2001 23:35:44 +0000 (23:35 +0000)]
adjusted the IPv6 stuff to compile and build on Linux as well

23 years agoJun-ichiro itojun Hagino's IPv6 adjustments
Daniel Stenberg [Mon, 5 Feb 2001 23:04:44 +0000 (23:04 +0000)]
Jun-ichiro itojun Hagino's IPv6 adjustments

23 years agoRobert Weaver's VC experiences
Daniel Stenberg [Mon, 5 Feb 2001 22:35:55 +0000 (22:35 +0000)]
Robert Weaver's VC experiences

23 years agoAdded a telnet section
Daniel Stenberg [Mon, 5 Feb 2001 22:35:21 +0000 (22:35 +0000)]
Added a telnet section

23 years agoAdded a few more configure option explanations
Daniel Stenberg [Mon, 5 Feb 2001 10:24:12 +0000 (10:24 +0000)]
Added a few more configure option explanations

23 years agothe new getinfo() stuff and the cygwin patch
Daniel Stenberg [Sun, 4 Feb 2001 20:10:52 +0000 (20:10 +0000)]
the new getinfo() stuff and the cygwin patch

23 years agoAdded blurb about the win32 thing that precents a DLL from using a pointer
Daniel Stenberg [Sun, 4 Feb 2001 20:10:02 +0000 (20:10 +0000)]
Added blurb about the win32 thing that precents a DLL from using a pointer
passed to it from user-space!

23 years agoextended 5.5
Daniel Stenberg [Sun, 4 Feb 2001 20:08:42 +0000 (20:08 +0000)]
extended 5.5

23 years agoCURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD documented
Daniel Stenberg [Sun, 4 Feb 2001 20:07:53 +0000 (20:07 +0000)]
CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD documented

23 years agoCURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD were
Daniel Stenberg [Sun, 4 Feb 2001 20:03:30 +0000 (20:03 +0000)]
CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD were
added as suggested by Bob Schader

23 years agoIngo Ralf Blum made it compile with the newest cygwin
Daniel Stenberg [Sun, 4 Feb 2001 19:00:27 +0000 (19:00 +0000)]
Ingo Ralf Blum made it compile with the newest cygwin

23 years ago7.6.1-pre2
Daniel Stenberg [Thu, 1 Feb 2001 07:59:46 +0000 (07:59 +0000)]
7.6.1-pre2

23 years agoAdded support for --enable-debug
Daniel Stenberg [Thu, 1 Feb 2001 07:58:49 +0000 (07:58 +0000)]
Added support for --enable-debug

23 years agoCurl_read() uses ssize_t now
Daniel Stenberg [Wed, 31 Jan 2001 15:06:56 +0000 (15:06 +0000)]
Curl_read() uses ssize_t now

23 years agofixed up the telnet to work (using support from Linus Nielsen)
Daniel Stenberg [Wed, 31 Jan 2001 15:05:44 +0000 (15:05 +0000)]
fixed up the telnet to work (using support from Linus Nielsen)

23 years agocurl_read() and Curl_read() now have ssize_t in the last argument
Daniel Stenberg [Wed, 31 Jan 2001 13:54:12 +0000 (13:54 +0000)]
curl_read() and Curl_read() now have ssize_t in the last argument

23 years agoAdded a check for a working getaddrinfo() that is required for the IPv6
Daniel Stenberg [Wed, 31 Jan 2001 13:53:31 +0000 (13:53 +0000)]
Added a check for a working getaddrinfo() that is required for the IPv6
to be considered enabled

23 years agochanged order of the range and follow-location checks so that a range-request
Daniel Stenberg [Tue, 30 Jan 2001 11:52:59 +0000 (11:52 +0000)]
changed order of the range and follow-location checks so that a range-request
will work even when following a Location:

23 years agonew test case
Daniel Stenberg [Mon, 29 Jan 2001 16:04:19 +0000 (16:04 +0000)]
new test case

23 years agoremoved upload.NN files after each test
Daniel Stenberg [Mon, 29 Jan 2001 15:07:28 +0000 (15:07 +0000)]
removed upload.NN files after each test

23 years agotest case 33, HTTP PUT resume
Daniel Stenberg [Mon, 29 Jan 2001 14:36:49 +0000 (14:36 +0000)]
test case 33, HTTP PUT resume

23 years ago7.6-pre1
Daniel Stenberg [Mon, 29 Jan 2001 11:36:08 +0000 (11:36 +0000)]
7.6-pre1

23 years agoAdded an extra text about % in POST data after comments from Daniel Marell
Daniel Stenberg [Mon, 29 Jan 2001 10:24:51 +0000 (10:24 +0000)]
Added an extra text about % in POST data after comments from Daniel Marell

23 years agos/to I/do I/
Daniel Stenberg [Mon, 29 Jan 2001 10:16:47 +0000 (10:16 +0000)]
s/to I/do I/

23 years agoAdded "3.9 How to I use curl in PHP?"
Daniel Stenberg [Mon, 29 Jan 2001 10:16:21 +0000 (10:16 +0000)]
Added "3.9 How to I use curl in PHP?"

23 years agoThe PUT stuff is never set! It is set with the UPLOAD...
Daniel Stenberg [Mon, 29 Jan 2001 07:26:50 +0000 (07:26 +0000)]
The PUT stuff is never set! It is set with the UPLOAD...

23 years agoHTTP PUT resume now sends Content-Range: headers as I believe the RFC2616
Daniel Stenberg [Mon, 29 Jan 2001 07:24:20 +0000 (07:24 +0000)]
HTTP PUT resume now sends Content-Range: headers as I believe the RFC2616
describes, Bob Schader's research seems to agree.

23 years agoupload sets HTTP request to PUT for "HTTP upload"
Daniel Stenberg [Mon, 29 Jan 2001 07:23:11 +0000 (07:23 +0000)]
upload sets HTTP request to PUT for "HTTP upload"

23 years agothe keep-alive issue
Daniel Stenberg [Sat, 27 Jan 2001 20:51:31 +0000 (20:51 +0000)]
the keep-alive issue

23 years agobettersupport for HTTP return codes 300-399
Daniel Stenberg [Sat, 27 Jan 2001 20:31:51 +0000 (20:31 +0000)]
bettersupport for HTTP return codes 300-399

23 years agoPUT resume things
Daniel Stenberg [Sat, 27 Jan 2001 20:25:52 +0000 (20:25 +0000)]
PUT resume things
progress meter modified for resume
POST/GET/Location adjustments

23 years agotest case 31 and 32 were added
Daniel Stenberg [Sat, 27 Jan 2001 20:02:11 +0000 (20:02 +0000)]
test case 31 and 32 were added

23 years agoResume is now done with a Content-Range header instead of a Range header if
Daniel Stenberg [Sat, 27 Jan 2001 18:57:07 +0000 (18:57 +0000)]
Resume is now done with a Content-Range header instead of a Range header if
the request isn't GET. Presumably, this is how it should be made.

23 years agominor output fix
Daniel Stenberg [Sat, 27 Jan 2001 18:51:10 +0000 (18:51 +0000)]
minor output fix

23 years agoAdded -d that enables easier protocol/server debug overview (it invokes
Daniel Stenberg [Sat, 27 Jan 2001 18:50:54 +0000 (18:50 +0000)]
Added -d that enables easier protocol/server debug overview (it invokes
the servers with their -v options)

23 years agoadded test 29 and 30, HTTP resume and partial download tests
Daniel Stenberg [Sat, 27 Jan 2001 18:49:48 +0000 (18:49 +0000)]
added test 29 and 30, HTTP resume and partial download tests

23 years agoThe progess meter title get an extra output when a resumed transfer is
Daniel Stenberg [Sat, 27 Jan 2001 18:23:59 +0000 (18:23 +0000)]
The progess meter title get an extra output when a resumed transfer is
taking place

23 years agodata->httpreq was not set properly
Daniel Stenberg [Sat, 27 Jan 2001 17:58:15 +0000 (17:58 +0000)]
data->httpreq was not set properly

23 years ago7.6
Daniel Stenberg [Sat, 27 Jan 2001 16:16:54 +0000 (16:16 +0000)]
7.6

23 years agohttp upload resume
Daniel Stenberg [Fri, 26 Jan 2001 15:53:33 +0000 (15:53 +0000)]
http upload resume

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 -'