Daniel Stenberg [Sat, 27 Jan 2001 20:31:51 +0000 (20:31 +0000)]
bettersupport for HTTP return codes 300-399
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
Daniel Stenberg [Sat, 27 Jan 2001 20:02:11 +0000 (20:02 +0000)]
test case 31 and 32 were added
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.
Daniel Stenberg [Sat, 27 Jan 2001 18:51:10 +0000 (18:51 +0000)]
minor output fix
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)
Daniel Stenberg [Sat, 27 Jan 2001 18:49:48 +0000 (18:49 +0000)]
added test 29 and 30, HTTP resume and partial download tests
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
Daniel Stenberg [Sat, 27 Jan 2001 17:58:15 +0000 (17:58 +0000)]
data->httpreq was not set properly
Daniel Stenberg [Sat, 27 Jan 2001 16:16:54 +0000 (16:16 +0000)]
7.6
Daniel Stenberg [Fri, 26 Jan 2001 15:53:33 +0000 (15:53 +0000)]
http upload resume
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
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.
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
Daniel Stenberg [Fri, 26 Jan 2001 15:49:39 +0000 (15:49 +0000)]
Made it possible to do "upload resume" over HTTP
Daniel Stenberg [Thu, 25 Jan 2001 13:48:28 +0000 (13:48 +0000)]
7.6-pre4
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
Daniel Stenberg [Thu, 25 Jan 2001 12:31:44 +0000 (12:31 +0000)]
Rick's and Jeff's stuff
Daniel Stenberg [Thu, 25 Jan 2001 12:28:46 +0000 (12:28 +0000)]
make the configure script die if select() or socket() is missing
Daniel Stenberg [Thu, 25 Jan 2001 12:28:10 +0000 (12:28 +0000)]
Added Ingo Ralf Blum
Daniel Stenberg [Thu, 25 Jan 2001 12:27:44 +0000 (12:27 +0000)]
use this function only once note added
Daniel Stenberg [Thu, 25 Jan 2001 12:24:34 +0000 (12:24 +0000)]
modified the Curl_ConnectHTTPProxyTunnel proto
Daniel Stenberg [Thu, 25 Jan 2001 12:23:57 +0000 (12:23 +0000)]
moved curl_read() and curl_write() to sendf.c
Daniel Stenberg [Thu, 25 Jan 2001 12:23:12 +0000 (12:23 +0000)]
converted to use 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
Daniel Stenberg [Thu, 25 Jan 2001 12:21:10 +0000 (12:21 +0000)]
use recv()/send() instead of read()/write() with sockets
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
Daniel Stenberg [Thu, 25 Jan 2001 12:19:36 +0000 (12:19 +0000)]
removed two compiler warnings
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.
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.
Daniel Stenberg [Thu, 25 Jan 2001 12:13:35 +0000 (12:13 +0000)]
replaced sendf() calls with Curl_sendf()
Daniel Stenberg [Wed, 24 Jan 2001 14:44:05 +0000 (14:44 +0000)]
Ingo Ralf Blum's cygwin fixes
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
Daniel Stenberg [Wed, 24 Jan 2001 14:04:14 +0000 (14:04 +0000)]
Added Robert Weaver as contributor
Daniel Stenberg [Wed, 24 Jan 2001 14:03:48 +0000 (14:03 +0000)]
fixed the comment for 'path'
Daniel Stenberg [Wed, 24 Jan 2001 12:32:34 +0000 (12:32 +0000)]
added comments all over
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
Daniel Stenberg [Wed, 24 Jan 2001 09:01:32 +0000 (09:01 +0000)]
Robert Weaver's fix
Daniel Stenberg [Tue, 23 Jan 2001 13:00:43 +0000 (13:00 +0000)]
generated by autoheader
Daniel Stenberg [Tue, 23 Jan 2001 10:29:16 +0000 (10:29 +0000)]
ipv6 adjustments
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.
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.
Daniel Stenberg [Tue, 23 Jan 2001 08:16:59 +0000 (08:16 +0000)]
Added 'ipv6 enabled' for ipv6 compiled versions
Daniel Stenberg [Mon, 22 Jan 2001 23:54:54 +0000 (23:54 +0000)]
Added simple IPv6 recognition support
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
Daniel Stenberg [Mon, 22 Jan 2001 16:21:05 +0000 (16:21 +0000)]
Björn Stenberg's patch for making the progress meter betterlooking
Daniel Stenberg [Mon, 22 Jan 2001 16:16:18 +0000 (16:16 +0000)]
the custom reply engine was not inited properly
Daniel Stenberg [Mon, 22 Jan 2001 16:05:12 +0000 (16:05 +0000)]
test case 121
Daniel Stenberg [Mon, 22 Jan 2001 16:00:28 +0000 (16:00 +0000)]
Added test case 120, ftp with '-Q -'
Daniel Stenberg [Mon, 22 Jan 2001 10:09:04 +0000 (10:09 +0000)]
Removed the deprecated -c and -t from the --help output.
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!
Daniel Stenberg [Fri, 19 Jan 2001 12:24:46 +0000 (12:24 +0000)]
Added -g/--globoff description
Daniel Stenberg [Fri, 19 Jan 2001 12:20:30 +0000 (12:20 +0000)]
Made the complaint on free-twice errors a lot better
Daniel Stenberg [Fri, 19 Jan 2001 12:20:02 +0000 (12:20 +0000)]
removed URL length restrictions, added a test case
Daniel Stenberg [Fri, 19 Jan 2001 12:15:23 +0000 (12:15 +0000)]
No more URL length restrictions
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
Daniel Stenberg [Fri, 19 Jan 2001 12:14:09 +0000 (12:14 +0000)]
corrected url memory handling with --globoff
Daniel Stenberg [Fri, 19 Jan 2001 12:13:37 +0000 (12:13 +0000)]
Added files for test case 28
Daniel Stenberg [Fri, 19 Jan 2001 12:12:54 +0000 (12:12 +0000)]
--globoff test case
Daniel Stenberg [Fri, 19 Jan 2001 09:38:48 +0000 (09:38 +0000)]
version 7.6-pre3
Daniel Stenberg [Fri, 19 Jan 2001 09:38:29 +0000 (09:38 +0000)]
spelling error FPL should be GPL
Daniel Stenberg [Fri, 19 Jan 2001 09:37:39 +0000 (09:37 +0000)]
edited the portable code section
Daniel Stenberg [Wed, 17 Jan 2001 14:17:49 +0000 (14:17 +0000)]
brought up-to-date and extended
Daniel Stenberg [Wed, 17 Jan 2001 14:17:26 +0000 (14:17 +0000)]
Transfer and file renaming
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
Daniel Stenberg [Wed, 17 Jan 2001 13:22:27 +0000 (13:22 +0000)]
download.[ch] is renamed to transfer.[ch], highlevel.[ch] is history
Daniel Stenberg [Wed, 17 Jan 2001 13:19:01 +0000 (13:19 +0000)]
download and highlevel are replaced with transfer
Daniel Stenberg [Wed, 17 Jan 2001 08:24:29 +0000 (08:24 +0000)]
clarified that vcvars32.bat is not part of the curl package
Daniel Stenberg [Mon, 15 Jan 2001 14:59:07 +0000 (14:59 +0000)]
shortened the "what is libcurl" text
Daniel Stenberg [Mon, 15 Jan 2001 12:12:36 +0000 (12:12 +0000)]
Added a few more similar tools
Daniel Stenberg [Mon, 15 Jan 2001 10:28:41 +0000 (10:28 +0000)]
removed an old reference to previous license conditions
Daniel Stenberg [Mon, 15 Jan 2001 10:26:37 +0000 (10:26 +0000)]
4.2 and 4.3 were updated
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.
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
Daniel Stenberg [Thu, 11 Jan 2001 09:29:30 +0000 (09:29 +0000)]
7.6-pre2
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
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.
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
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.
Daniel Stenberg [Wed, 10 Jan 2001 22:46:26 +0000 (22:46 +0000)]
added missing newlines to two infof() functions about document dates
Daniel Stenberg [Wed, 10 Jan 2001 11:42:00 +0000 (11:42 +0000)]
getpass_r() fix for SCO (hopefully)
Daniel Stenberg [Tue, 9 Jan 2001 12:25:32 +0000 (12:25 +0000)]
version 7.6-pre1
Daniel Stenberg [Tue, 9 Jan 2001 12:25:14 +0000 (12:25 +0000)]
bugfix for when more -o than URLs is used
Daniel Stenberg [Tue, 9 Jan 2001 12:24:49 +0000 (12:24 +0000)]
multiple URL adjustments
Daniel Stenberg [Tue, 9 Jan 2001 12:24:08 +0000 (12:24 +0000)]
Added two tests for multiple URLs (26 + 27)
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
Daniel Stenberg [Tue, 9 Jan 2001 10:09:13 +0000 (10:09 +0000)]
Additional "docs" about 'make rpms' added by Loic
Daniel Stenberg [Tue, 9 Jan 2001 07:41:04 +0000 (07:41 +0000)]
Added the curl source-header
Daniel Stenberg [Mon, 8 Jan 2001 23:35:45 +0000 (23:35 +0000)]
removed FILES from the RPM
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.
Daniel Stenberg [Mon, 8 Jan 2001 22:29:31 +0000 (22:29 +0000)]
Added Loic Dachary as a contributor after his major makefile session!
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
Daniel Stenberg [Mon, 8 Jan 2001 22:02:23 +0000 (22:02 +0000)]
krb4.c header file, no source header (yet)
Daniel Stenberg [Mon, 8 Jan 2001 17:38:23 +0000 (17:38 +0000)]
'make distcheck' works now
Daniel Stenberg [Mon, 8 Jan 2001 17:28:53 +0000 (17:28 +0000)]
Had to add this to get 'make distcheck' to run!
Daniel Stenberg [Mon, 8 Jan 2001 16:32:36 +0000 (16:32 +0000)]
corrected
Daniel Stenberg [Mon, 8 Jan 2001 16:31:29 +0000 (16:31 +0000)]
distcheck fixes
Daniel Stenberg [Mon, 8 Jan 2001 16:22:55 +0000 (16:22 +0000)]
Added mprintf #include
Daniel Stenberg [Mon, 8 Jan 2001 15:02:58 +0000 (15:02 +0000)]
better cleanup when existing due to bad usage
Daniel Stenberg [Mon, 8 Jan 2001 14:48:34 +0000 (14:48 +0000)]
corrected the separator when using URL globbing