platform/upstream/curl.git
21 years agonew redirect tests with ./ and ../
Daniel Stenberg [Fri, 4 Oct 2002 14:06:12 +0000 (14:06 +0000)]
new redirect tests with ./ and ../

21 years agoKevin Roth's patch for his new packaging
Daniel Stenberg [Fri, 4 Oct 2002 08:22:57 +0000 (08:22 +0000)]
Kevin Roth's patch for his new packaging

21 years agoBjorn Wiren pointed out that INSTALL was missing in the tarballs
Daniel Stenberg [Thu, 3 Oct 2002 12:50:48 +0000 (12:50 +0000)]
Bjorn Wiren pointed out that INSTALL was missing in the tarballs

21 years ago--with-libz and --without-libz are now supported
Daniel Stenberg [Tue, 1 Oct 2002 11:16:36 +0000 (11:16 +0000)]
--with-libz and --without-libz are now supported

21 years ago7.10
Daniel Stenberg [Tue, 1 Oct 2002 08:57:49 +0000 (08:57 +0000)]
7.10

21 years agothree more changes
Daniel Stenberg [Tue, 1 Oct 2002 08:38:54 +0000 (08:38 +0000)]
three more changes

21 years agoget an argument and add a 'age' field to the struct
Daniel Stenberg [Mon, 30 Sep 2002 19:51:05 +0000 (19:51 +0000)]
get an argument and add a 'age' field to the struct

21 years agoCris Bailiff found this flaw, gethostbyname_r() on linux returns 0 even
Daniel Stenberg [Mon, 30 Sep 2002 08:07:16 +0000 (08:07 +0000)]
Cris Bailiff found this flaw, gethostbyname_r() on linux returns 0 even
when it can't lookup the name (at least in some cases) and thus we need
to make an extra check to detect failures.

21 years ago"" proxy means no proxy
Daniel Stenberg [Fri, 27 Sep 2002 09:51:42 +0000 (09:51 +0000)]
"" proxy means no proxy

21 years agoAllow a "" proxy explicitly set dont-use-proxy, i.e don't even check the
Daniel Stenberg [Fri, 27 Sep 2002 09:49:40 +0000 (09:49 +0000)]
Allow a "" proxy explicitly set dont-use-proxy, i.e don't even check the
environment variables or anything. Setting it to NULL disables proxy as well,
but allows the environment variables to kick in and be used.

21 years agopoint out more docs
Daniel Stenberg [Thu, 26 Sep 2002 13:16:08 +0000 (13:16 +0000)]
point out more docs

21 years agonicer html
Daniel Stenberg [Thu, 26 Sep 2002 13:12:48 +0000 (13:12 +0000)]
nicer html

21 years agomain index for the tool docs
Daniel Stenberg [Thu, 26 Sep 2002 13:05:54 +0000 (13:05 +0000)]
main index for the tool docs

21 years agofixed html tag
Daniel Stenberg [Thu, 26 Sep 2002 13:03:55 +0000 (13:03 +0000)]
fixed html tag

21 years agoenhanced curl_version_info
Daniel Stenberg [Thu, 26 Sep 2002 13:03:22 +0000 (13:03 +0000)]
enhanced curl_version_info

21 years agolanguage!
Daniel Stenberg [Wed, 25 Sep 2002 16:20:29 +0000 (16:20 +0000)]
language!

21 years agoextended curl_version_info() with more info on related sub-libraries
Daniel Stenberg [Wed, 25 Sep 2002 15:38:48 +0000 (15:38 +0000)]
extended curl_version_info() with more info on related sub-libraries

21 years agofour fixes of yday and today
Daniel Stenberg [Wed, 25 Sep 2002 15:11:06 +0000 (15:11 +0000)]
four fixes of yday and today

21 years agomake sure we free rangeline before we re-assign it to a new allocated
Daniel Stenberg [Wed, 25 Sep 2002 12:47:38 +0000 (12:47 +0000)]
make sure we free rangeline before we re-assign it to a new allocated
memory as otherwise we (might) leak memory

21 years agocurl_free proto added
Daniel Stenberg [Wed, 25 Sep 2002 12:27:37 +0000 (12:27 +0000)]
curl_free proto added

21 years agoWalter J. Mack added curl_free
Daniel Stenberg [Wed, 25 Sep 2002 12:26:07 +0000 (12:26 +0000)]
Walter J. Mack added curl_free

21 years agoadded curl_free and an "overview" section
Daniel Stenberg [Wed, 25 Sep 2002 12:24:46 +0000 (12:24 +0000)]
added curl_free and an "overview" section

21 years agoadded curl_free
Daniel Stenberg [Wed, 25 Sep 2002 12:21:08 +0000 (12:21 +0000)]
added curl_free

21 years agoWalter J. Mack's curl_free addition
Daniel Stenberg [Wed, 25 Sep 2002 12:11:12 +0000 (12:11 +0000)]
Walter J. Mack's curl_free addition

21 years agoAndrés García found out that Curl_protocol_connect() could return an
Daniel Stenberg [Wed, 25 Sep 2002 11:27:06 +0000 (11:27 +0000)]
Andrés García found out that Curl_protocol_connect() could return an
uninitialized variable.

21 years agoWez Furlong's curl_version_info() function added, still needs some
Daniel Stenberg [Wed, 25 Sep 2002 07:08:41 +0000 (07:08 +0000)]
Wez Furlong's curl_version_info() function added, still needs some
adjustments and possibly some improvments to feature all those things we
could possibly want from this.

21 years ago5 changes since pre3
Daniel Stenberg [Mon, 23 Sep 2002 15:01:03 +0000 (15:01 +0000)]
5 changes since pre3

21 years agomade the resume error more suitable for all protocols, but we provide a
Daniel Stenberg [Mon, 23 Sep 2002 13:27:12 +0000 (13:27 +0000)]
made the resume error more suitable for all protocols, but we provide a
fallback to the old ftp-one to make old programs work the same

21 years agofix resume when multiple files were specified
Daniel Stenberg [Mon, 23 Sep 2002 13:22:47 +0000 (13:22 +0000)]
fix resume when multiple files were specified

21 years agospell fix comment
Daniel Stenberg [Mon, 23 Sep 2002 12:55:36 +0000 (12:55 +0000)]
spell fix comment

21 years agoremoved use of extra unneeded variable
Daniel Stenberg [Mon, 23 Sep 2002 12:47:18 +0000 (12:47 +0000)]
removed use of extra unneeded variable

21 years agoDolbneff A.V and Spiridonoff A.V made the file:// code work with resumes
Daniel Stenberg [Mon, 23 Sep 2002 12:46:23 +0000 (12:46 +0000)]
Dolbneff A.V and Spiridonoff A.V made the file:// code work with resumes
in the same style other code does.

21 years agoproperly disconnect failed connections
Daniel Stenberg [Mon, 23 Sep 2002 12:44:45 +0000 (12:44 +0000)]
properly disconnect failed connections

21 years agoCraig Markwardt made the "struct hostent_data" get cleared too, as is
Daniel Stenberg [Fri, 20 Sep 2002 14:40:14 +0000 (14:40 +0000)]
Craig Markwardt made the "struct hostent_data" get cleared too, as is
needed on Tru64 (or something).

21 years agoRe-ordered all the options to be more logically structured. Hopefully this
Daniel Stenberg [Wed, 18 Sep 2002 15:26:42 +0000 (15:26 +0000)]
Re-ordered all the options to be more logically structured. Hopefully this
will make this page more readable and easy to find things in!

21 years agoa follow-up fix to the previous fix for HTTP servers that don't reply *any*
Daniel Stenberg [Mon, 16 Sep 2002 14:02:08 +0000 (14:02 +0000)]
a follow-up fix to the previous fix for HTTP servers that don't reply *any*
headers at all

21 years agobetter deal with HTTP(S) servers that respond with no headers at all, test
Daniel Stenberg [Fri, 13 Sep 2002 12:40:36 +0000 (12:40 +0000)]
better deal with HTTP(S) servers that respond with no headers at all, test
case 306 added to verify that we do right

21 years agoclarified what CURLOPT_MAXCONNECTS actually do
Daniel Stenberg [Fri, 13 Sep 2002 12:37:14 +0000 (12:37 +0000)]
clarified what CURLOPT_MAXCONNECTS actually do

21 years ago306 added
Daniel Stenberg [Fri, 13 Sep 2002 10:57:07 +0000 (10:57 +0000)]
306 added

21 years agorequest a page from HTTPS but get no headers
Daniel Stenberg [Fri, 13 Sep 2002 10:56:23 +0000 (10:56 +0000)]
request a page from HTTPS but get no headers

21 years agorecent fixes
Daniel Stenberg [Wed, 11 Sep 2002 11:47:05 +0000 (11:47 +0000)]
recent fixes

21 years agoLukasz Czekierda correctly pointed out that curl used a bad Host: header
Daniel Stenberg [Wed, 11 Sep 2002 10:32:37 +0000 (10:32 +0000)]
Lukasz Czekierda correctly pointed out that curl used a bad Host: header
when talking to a IPv6-server using IPv6 IP address only.

21 years agoignore html files here
Daniel Stenberg [Wed, 11 Sep 2002 10:20:46 +0000 (10:20 +0000)]
ignore html files here

21 years agoadded more recent return codes
Daniel Stenberg [Wed, 11 Sep 2002 08:49:55 +0000 (08:49 +0000)]
added more recent return codes

21 years agofilled in the -k text too
Daniel Stenberg [Wed, 11 Sep 2002 08:47:30 +0000 (08:47 +0000)]
filled in the -k text too

21 years agoadded -k for 7.10, added some more details on -y based on comments from
Daniel Stenberg [Wed, 11 Sep 2002 08:43:31 +0000 (08:43 +0000)]
added -k for 7.10, added some more details on -y based on comments from
Kingsley Morse

21 years agowe are MIT-only
Daniel Stenberg [Mon, 9 Sep 2002 11:23:57 +0000 (11:23 +0000)]
we are MIT-only

21 years agominor indent change
Daniel Stenberg [Mon, 9 Sep 2002 11:23:34 +0000 (11:23 +0000)]
minor indent change

21 years agoremove redundant comment
Daniel Stenberg [Mon, 9 Sep 2002 11:23:13 +0000 (11:23 +0000)]
remove redundant comment

21 years agoconfigure --disable-http is not properly working
Daniel Stenberg [Mon, 9 Sep 2002 07:07:13 +0000 (07:07 +0000)]
configure --disable-http is not properly working

21 years agoRicardo Cadime helped us work out another check for the ## preprocessor
Daniel Stenberg [Mon, 9 Sep 2002 06:48:42 +0000 (06:48 +0000)]
Ricardo Cadime helped us work out another check for the ## preprocessor
directive.

21 years agoAdded ZLIB switch for activation of content encoding in Makefile.m32
Joern Hartroth [Sat, 7 Sep 2002 21:44:02 +0000 (21:44 +0000)]
Added ZLIB switch for activation of content encoding in Makefile.m32

21 years agoAdded zlib Library.
Joern Hartroth [Sat, 7 Sep 2002 00:53:42 +0000 (00:53 +0000)]
Added zlib Library.

21 years agoAdded content_encoding files.
Joern Hartroth [Fri, 6 Sep 2002 22:05:36 +0000 (22:05 +0000)]
Added content_encoding files.

21 years agofixed the pkgadd target
Daniel Stenberg [Thu, 5 Sep 2002 08:24:21 +0000 (08:24 +0000)]
fixed the pkgadd target

21 years agoAdded multi.c to curllib.dsp to fix win32 build
sm [Wed, 4 Sep 2002 15:07:28 +0000 (15:07 +0000)]
Added multi.c to curllib.dsp to fix win32 build

21 years agoSven Neuhaus made --silent being acknowledged even when multiple URLs
Daniel Stenberg [Wed, 4 Sep 2002 13:43:20 +0000 (13:43 +0000)]
Sven Neuhaus made --silent being acknowledged even when multiple URLs
were used

21 years agoremove -lz
Daniel Stenberg [Wed, 4 Sep 2002 13:10:37 +0000 (13:10 +0000)]
remove -lz

21 years agowe're now MIT licensed only
Daniel Stenberg [Tue, 3 Sep 2002 11:58:18 +0000 (11:58 +0000)]
we're now MIT licensed only

21 years agono longer package MITX.txt or MPL-1.1.txt since we now use COPYING only
Daniel Stenberg [Tue, 3 Sep 2002 11:54:28 +0000 (11:54 +0000)]
no longer package MITX.txt or MPL-1.1.txt since we now use COPYING only

21 years agoupdated source code boilerplate/header
Daniel Stenberg [Tue, 3 Sep 2002 11:52:59 +0000 (11:52 +0000)]
updated source code boilerplate/header

21 years ago7.10-pre2
Daniel Stenberg [Tue, 3 Sep 2002 11:30:41 +0000 (11:30 +0000)]
7.10-pre2

21 years agofixed the dist-hook and added the missing header file
Daniel Stenberg [Tue, 3 Sep 2002 11:26:07 +0000 (11:26 +0000)]
fixed the dist-hook and added the missing header file

21 years agobetter name for the legal/license/copyright stuff
Daniel Stenberg [Tue, 3 Sep 2002 09:25:19 +0000 (09:25 +0000)]
better name for the legal/license/copyright stuff

21 years agoadded some curl-config details
Daniel Stenberg [Mon, 2 Sep 2002 22:55:22 +0000 (22:55 +0000)]
added some curl-config details

21 years agoAC_SUBST HAVE_LIBZ for curl-config.in
Daniel Stenberg [Mon, 2 Sep 2002 22:45:46 +0000 (22:45 +0000)]
AC_SUBST HAVE_LIBZ for curl-config.in

21 years agoJames Gallagher's Content-Encoding work
Daniel Stenberg [Mon, 2 Sep 2002 22:31:18 +0000 (22:31 +0000)]
James Gallagher's Content-Encoding work

21 years agoca bundle to use
Daniel Stenberg [Mon, 2 Sep 2002 22:29:48 +0000 (22:29 +0000)]
ca bundle to use

21 years agoadjusted to more HTTP-strict version strings and to offer LIBZ info
Daniel Stenberg [Mon, 2 Sep 2002 21:59:31 +0000 (21:59 +0000)]
adjusted to more HTTP-strict version strings and to offer LIBZ info

21 years agoJon Topper pointed out a code example bug
Daniel Stenberg [Mon, 2 Sep 2002 08:38:30 +0000 (08:38 +0000)]
Jon Topper pointed out a code example bug

21 years agomoo
Daniel Stenberg [Fri, 30 Aug 2002 12:09:46 +0000 (12:09 +0000)]
moo

21 years agoif verifypeer is enabled but nether CAfile nor CApath is, then don't try
Daniel Stenberg [Fri, 30 Aug 2002 12:07:42 +0000 (12:07 +0000)]
if verifypeer is enabled but nether CAfile nor CApath is, then don't try
to load "verify_locations"

21 years agoprevent compiler warning
Daniel Stenberg [Fri, 30 Aug 2002 11:10:50 +0000 (11:10 +0000)]
prevent compiler warning

21 years agoCURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we
Daniel Stenberg [Fri, 30 Aug 2002 11:09:49 +0000 (11:09 +0000)]
CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we
proceed fine with the already existing options, just having a different
internal library default for capath.

21 years agosupport DESTDIR for the bundle
Daniel Stenberg [Fri, 30 Aug 2002 11:02:49 +0000 (11:02 +0000)]
support DESTDIR for the bundle

21 years ago--ca shows ca bundle path
Daniel Stenberg [Fri, 30 Aug 2002 11:00:54 +0000 (11:00 +0000)]
--ca shows ca bundle path

21 years agonew tests
Daniel Stenberg [Fri, 30 Aug 2002 10:58:37 +0000 (10:58 +0000)]
new tests

21 years agoshow return code when run verbose
Daniel Stenberg [Fri, 30 Aug 2002 10:50:22 +0000 (10:50 +0000)]
show return code when run verbose

21 years agorecent fixes
Daniel Stenberg [Fri, 30 Aug 2002 09:20:49 +0000 (09:20 +0000)]
recent fixes

21 years agoSOCKS5 support added (contributed by a still unnamed person). Not properly
Daniel Stenberg [Fri, 30 Aug 2002 09:20:11 +0000 (09:20 +0000)]
SOCKS5 support added (contributed by a still unnamed person). Not properly
working for "IPv6 enabled" libcurls yet, but should be pretty easy for
someone to adjust.

21 years agoca-bundle stuff for configure and generated header file
Daniel Stenberg [Fri, 30 Aug 2002 07:50:59 +0000 (07:50 +0000)]
ca-bundle stuff for configure and generated header file

21 years agomore explicit texts on the 4.2 answer
Daniel Stenberg [Thu, 29 Aug 2002 07:05:31 +0000 (07:05 +0000)]
more explicit texts on the 4.2 answer

21 years agoremove the data and conn fields from the Curl_transfer_keeper struct, they
Daniel Stenberg [Thu, 29 Aug 2002 06:09:21 +0000 (06:09 +0000)]
remove the data and conn fields from the Curl_transfer_keeper struct, they
weren't used anyway and mostly caused confusion

21 years agoSSL_INSECURE support and usage added
Daniel Stenberg [Mon, 26 Aug 2002 23:13:25 +0000 (23:13 +0000)]
SSL_INSECURE support and usage added

21 years agoignore these
Daniel Stenberg [Mon, 26 Aug 2002 23:07:31 +0000 (23:07 +0000)]
ignore these

21 years agoupdated for the new SSL -k
Daniel Stenberg [Mon, 26 Aug 2002 23:06:16 +0000 (23:06 +0000)]
updated for the new SSL -k
added two new tests to test the absense of -k to insecure SSL sites

21 years agoadd more things to do
Daniel Stenberg [Mon, 26 Aug 2002 22:32:46 +0000 (22:32 +0000)]
add more things to do

21 years agodon't attempt to ftp_cwd() on a NULL path
Daniel Stenberg [Mon, 26 Aug 2002 22:00:01 +0000 (22:00 +0000)]
don't attempt to ftp_cwd() on a NULL path

21 years agoAndrew Francis removed the need for/use of MSVC pragmas
Daniel Stenberg [Mon, 26 Aug 2002 17:20:29 +0000 (17:20 +0000)]
Andrew Francis removed the need for/use of MSVC pragmas

21 years agocorrected the year string
Daniel Stenberg [Mon, 26 Aug 2002 15:34:23 +0000 (15:34 +0000)]
corrected the year string

21 years agodon't close stdin, close the actual file handle we have!
Daniel Stenberg [Mon, 26 Aug 2002 11:58:18 +0000 (11:58 +0000)]
don't close stdin, close the actual file handle we have!
Keith MacDonald found it.

21 years agosince 7.9.9-pre1
Daniel Stenberg [Thu, 22 Aug 2002 19:55:18 +0000 (19:55 +0000)]
since 7.9.9-pre1

21 years agoMarkus F.X.J. Oberhumer's cvsignore fixes
Daniel Stenberg [Thu, 22 Aug 2002 19:46:39 +0000 (19:46 +0000)]
Markus F.X.J. Oberhumer's cvsignore fixes

21 years agoMarkus F.X.J. Oberhumer added better NOSIGNAL description and fixed
Daniel Stenberg [Thu, 22 Aug 2002 19:46:16 +0000 (19:46 +0000)]
Markus F.X.J. Oberhumer added better NOSIGNAL description and fixed
spelling error

21 years agoMarkus F.X.J. Oberhumer's added notes about NOSIGNAL in the TIMEOUT
Daniel Stenberg [Thu, 22 Aug 2002 19:45:22 +0000 (19:45 +0000)]
Markus F.X.J. Oberhumer's added notes about NOSIGNAL in the TIMEOUT
descriptions, slightly edited by me.

21 years agoMarkus F.X.J. Oberhumer added a section about NOSIGNAL and libcurl in
Daniel Stenberg [Thu, 22 Aug 2002 19:39:19 +0000 (19:39 +0000)]
Markus F.X.J. Oberhumer added a section about NOSIGNAL and libcurl in
multi-threaded use

21 years agoMarkus F.X.J. Oberhumer's added comment
Daniel Stenberg [Thu, 22 Aug 2002 19:38:50 +0000 (19:38 +0000)]
Markus F.X.J. Oberhumer's added comment

21 years agoMarkus Oberhumer improved an out-of-memory check
Daniel Stenberg [Thu, 22 Aug 2002 19:38:17 +0000 (19:38 +0000)]
Markus Oberhumer improved an out-of-memory check
I reformatted some functions using a different indent than the rest
of the file.

21 years agobug report #588027 converted to a KNOWN BUG, as we have no intention to
Daniel Stenberg [Thu, 22 Aug 2002 19:03:54 +0000 (19:03 +0000)]
bug report #588027 converted to a KNOWN BUG, as we have no intention to
correct this problem within the nearest period

21 years agoallow undefined symbols!
Daniel Stenberg [Thu, 22 Aug 2002 14:28:15 +0000 (14:28 +0000)]
allow undefined symbols!