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
Daniel Stenberg [Mon, 8 Jan 2001 14:36:34 +0000 (14:36 +0000)]
mostly a dummy
Daniel Stenberg [Mon, 8 Jan 2001 13:42:18 +0000 (13:42 +0000)]
use .spec.in files instead of plain .spec files
Daniel Stenberg [Mon, 8 Jan 2001 13:40:26 +0000 (13:40 +0000)]
removed multiple URL, we do that now!
Daniel Stenberg [Mon, 8 Jan 2001 13:39:49 +0000 (13:39 +0000)]
generated file
Daniel Stenberg [Mon, 8 Jan 2001 13:39:21 +0000 (13:39 +0000)]
adjusted to work with automake 'make dist'
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
Daniel Stenberg [Mon, 8 Jan 2001 12:57:38 +0000 (12:57 +0000)]
adjusted to use 'make dist' when building the package
Daniel Stenberg [Mon, 8 Jan 2001 10:00:14 +0000 (10:00 +0000)]
Loic Dachary's makefile/dist/rpm fixes
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
Daniel Stenberg [Mon, 8 Jan 2001 07:42:35 +0000 (07:42 +0000)]
generated
Daniel Stenberg [Mon, 8 Jan 2001 07:37:44 +0000 (07:37 +0000)]
Multiple URL support added
Daniel Stenberg [Mon, 8 Jan 2001 07:37:13 +0000 (07:37 +0000)]
generated file, don't CVS it
Daniel Stenberg [Fri, 5 Jan 2001 13:44:53 +0000 (13:44 +0000)]
multiple uses of -d was wrong documented
Daniel Stenberg [Fri, 5 Jan 2001 12:19:42 +0000 (12:19 +0000)]
renamed Curl_ to curl_ for the printf() prefixes
Daniel Stenberg [Fri, 5 Jan 2001 10:11:41 +0000 (10:11 +0000)]
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg [Fri, 5 Jan 2001 06:30:18 +0000 (06:30 +0000)]
release commit
Daniel Stenberg [Thu, 4 Jan 2001 12:44:34 +0000 (12:44 +0000)]
README.libcurl is renamed to LIBCURL
Daniel Stenberg [Thu, 4 Jan 2001 12:43:53 +0000 (12:43 +0000)]
license updates
Daniel Stenberg [Thu, 4 Jan 2001 12:43:35 +0000 (12:43 +0000)]
corrected the license section and added a piece about doing patches against
recent versions of the source
Daniel Stenberg [Thu, 4 Jan 2001 12:39:00 +0000 (12:39 +0000)]
Added Makefile.dist
Daniel Stenberg [Thu, 4 Jan 2001 12:36:56 +0000 (12:36 +0000)]
Things to explain to people who get the sources from the CVS repository