platform/upstream/curl.git
20 years agoadd off_t as a recognized type for font-locking
Daniel Stenberg [Tue, 16 Dec 2003 09:53:39 +0000 (09:53 +0000)]
add off_t as a recognized type for font-locking

20 years agotest506 fix
Daniel Stenberg [Tue, 16 Dec 2003 09:51:51 +0000 (09:51 +0000)]
test506 fix

20 years agomodified and corrected test 506
Daniel Stenberg [Tue, 16 Dec 2003 09:49:36 +0000 (09:49 +0000)]
modified and corrected test 506

20 years agochanged the dns cache pruning
Daniel Stenberg [Mon, 15 Dec 2003 17:42:46 +0000 (17:42 +0000)]
changed the dns cache pruning

20 years agoone correction, one addition
Daniel Stenberg [Mon, 15 Dec 2003 17:37:25 +0000 (17:37 +0000)]
one correction, one addition

20 years agoadded a library-wide interface for doing dns cache pruning, and no longer
Daniel Stenberg [Mon, 15 Dec 2003 17:33:49 +0000 (17:33 +0000)]
added a library-wide interface for doing dns cache pruning, and no longer
make the pruning at each name lookup, only in Curl_done().

20 years agoadded the six most recent bugfixes
Daniel Stenberg [Mon, 15 Dec 2003 15:46:24 +0000 (15:46 +0000)]
added the six most recent bugfixes

20 years agoif Curl_hash_add() returns NULL, we shall not free the addrinfo field as that
Daniel Stenberg [Mon, 15 Dec 2003 15:22:10 +0000 (15:22 +0000)]
if Curl_hash_add() returns NULL, we shall not free the addrinfo field as that
is made in the hash function in the case of failure (using the already setup
'dtor' function).

20 years agomake sure that hash_add() has no allocated resources left in case it
Daniel Stenberg [Mon, 15 Dec 2003 15:21:13 +0000 (15:21 +0000)]
make sure that hash_add() has no allocated resources left in case it
returns NULL

20 years agoGiuseppe Attardi fixed a really tricky bug
Daniel Stenberg [Mon, 15 Dec 2003 14:48:37 +0000 (14:48 +0000)]
Giuseppe Attardi fixed a really tricky bug

20 years agoWe cannot 'cd' to the ares build dir to get the path, as the directory hasn't
Daniel Stenberg [Mon, 15 Dec 2003 13:24:16 +0000 (13:24 +0000)]
We cannot 'cd' to the ares build dir to get the path, as the directory hasn't
been created at this point yet when we build outside of the source dir.

20 years agoremove the build directory on exist, if there is any
Daniel Stenberg [Mon, 15 Dec 2003 08:14:30 +0000 (08:14 +0000)]
remove the build directory on exist, if there is any

20 years agosome outputs for easier debugging
Daniel Stenberg [Fri, 12 Dec 2003 15:28:04 +0000 (15:28 +0000)]
some outputs for easier debugging

20 years agoonly build ares if truly enabled
Daniel Stenberg [Fri, 12 Dec 2003 15:06:17 +0000 (15:06 +0000)]
only build ares if truly enabled

20 years agoares-using configure should run configure in the subdir by itself
Daniel Stenberg [Thu, 11 Dec 2003 10:20:44 +0000 (10:20 +0000)]
ares-using configure should run configure in the subdir by itself

20 years agoif there is an 'ares' subdirectory when configure is run with --enable-ares
Daniel Stenberg [Thu, 11 Dec 2003 10:19:57 +0000 (10:19 +0000)]
if there is an 'ares' subdirectory when configure is run with --enable-ares
(without a given path), we run configure automatically in that subdir

20 years agouse the CORRECT file name! ;-)
Daniel Stenberg [Thu, 11 Dec 2003 07:27:13 +0000 (07:27 +0000)]
use the CORRECT file name! ;-)

20 years agocheck for strtoll(), for the upcoming >2GB patch
Daniel Stenberg [Wed, 10 Dec 2003 16:05:26 +0000 (16:05 +0000)]
check for strtoll(), for the upcoming >2GB patch

20 years agodict and a man page fixes
Daniel Stenberg [Wed, 10 Dec 2003 15:30:34 +0000 (15:30 +0000)]
dict and a man page fixes

20 years agoUse Curl_transfer() properly. Fixes the bug Gisle Vanem found!
Daniel Stenberg [Wed, 10 Dec 2003 15:27:59 +0000 (15:27 +0000)]
Use Curl_transfer() properly. Fixes the bug Gisle Vanem found!

20 years agoassert that we get a good index to Curl_transfer()
Daniel Stenberg [Wed, 10 Dec 2003 15:27:27 +0000 (15:27 +0000)]
assert that we get a good index to Curl_transfer()

20 years agowe now have a 'curlassert' function to use
Daniel Stenberg [Wed, 10 Dec 2003 15:27:06 +0000 (15:27 +0000)]
we now have a 'curlassert' function to use

20 years agocheck for assert.h
Daniel Stenberg [Wed, 10 Dec 2003 15:25:49 +0000 (15:25 +0000)]
check for assert.h

20 years agoupdated with the new configure option usage
Daniel Stenberg [Wed, 10 Dec 2003 14:16:56 +0000 (14:16 +0000)]
updated with the new configure option usage

20 years agocurl-config bug corrected
Daniel Stenberg [Wed, 10 Dec 2003 14:13:01 +0000 (14:13 +0000)]
curl-config bug corrected

20 years agoDiego Casorran tapping on Amiga support
Daniel Stenberg [Wed, 10 Dec 2003 14:02:36 +0000 (14:02 +0000)]
Diego Casorran tapping on Amiga support

20 years agoadded the new amiga files to the dist
Daniel Stenberg [Wed, 10 Dec 2003 13:56:13 +0000 (13:56 +0000)]
added the new amiga files to the dist

20 years agoDiego Casorran's amiga makefiles
Daniel Stenberg [Wed, 10 Dec 2003 13:54:57 +0000 (13:54 +0000)]
Diego Casorran's amiga makefiles

20 years agonative amiga support by Diego Casorran
Daniel Stenberg [Wed, 10 Dec 2003 13:54:12 +0000 (13:54 +0000)]
native amiga support by Diego Casorran

20 years agonative AmigaOS support by Diego Casorran
Daniel Stenberg [Wed, 10 Dec 2003 13:53:35 +0000 (13:53 +0000)]
native AmigaOS support by Diego Casorran

20 years agoDiego Casorran's amiga build patch
Daniel Stenberg [Wed, 10 Dec 2003 13:51:42 +0000 (13:51 +0000)]
Diego Casorran's amiga build patch

20 years agoares configure and build fix
Daniel Stenberg [Wed, 10 Dec 2003 13:40:09 +0000 (13:40 +0000)]
ares configure and build fix

20 years agodo the ares stuff in the configure file
Daniel Stenberg [Wed, 10 Dec 2003 13:38:51 +0000 (13:38 +0000)]
do the ares stuff in the configure file

20 years agoDominick Meglio made --enable-ares support an option =PATH to specify a
Daniel Stenberg [Wed, 10 Dec 2003 13:37:00 +0000 (13:37 +0000)]
Dominick Meglio made --enable-ares support an option =PATH to specify a
root path to an installed ares.

20 years agominor language fixes
Daniel Stenberg [Wed, 10 Dec 2003 07:50:12 +0000 (07:50 +0000)]
minor language fixes

20 years agoEric S. Raymond's fix of the NAME section
Daniel Stenberg [Wed, 10 Dec 2003 07:16:20 +0000 (07:16 +0000)]
Eric S. Raymond's fix of the NAME section

20 years agoadded some details from the old scrolls
Daniel Stenberg [Tue, 9 Dec 2003 08:05:03 +0000 (08:05 +0000)]
added some details from the old scrolls

20 years agoremoved old version checks
Daniel Stenberg [Mon, 8 Dec 2003 14:14:26 +0000 (14:14 +0000)]
removed old version checks

20 years agouse the newer option names
Daniel Stenberg [Mon, 8 Dec 2003 14:13:19 +0000 (14:13 +0000)]
use the newer option names

20 years agoupdated 5.5 to use the modern names of these defines
Daniel Stenberg [Mon, 8 Dec 2003 13:59:35 +0000 (13:59 +0000)]
updated 5.5 to use the modern names of these defines

20 years agoares in curl-config
Daniel Stenberg [Mon, 8 Dec 2003 13:51:07 +0000 (13:51 +0000)]
ares in curl-config

20 years agoremoved one, added one
Daniel Stenberg [Mon, 8 Dec 2003 13:48:23 +0000 (13:48 +0000)]
removed one, added one

20 years ago-lz fix
Daniel Stenberg [Mon, 8 Dec 2003 13:38:20 +0000 (13:38 +0000)]
-lz fix

20 years agono need to add -lz to LDFLAGS manually, as AC_CHECK_LIB() does that
Daniel Stenberg [Mon, 8 Dec 2003 13:37:38 +0000 (13:37 +0000)]
no need to add -lz to LDFLAGS manually, as AC_CHECK_LIB() does that
automatically!

20 years agoupdated
Daniel Stenberg [Mon, 8 Dec 2003 13:11:04 +0000 (13:11 +0000)]
updated

20 years agobetter human error message when a FTP response can't be read
Daniel Stenberg [Mon, 8 Dec 2003 13:06:08 +0000 (13:06 +0000)]
better human error message when a FTP response can't be read

20 years agocurl-config now shows asyncdns if built with ares enabled
Daniel Stenberg [Mon, 8 Dec 2003 10:00:21 +0000 (10:00 +0000)]
curl-config now shows asyncdns if built with ares enabled

20 years agobased on Gisle's comment, I removed the use of syslog() and fixed the
Daniel Stenberg [Thu, 4 Dec 2003 15:21:49 +0000 (15:21 +0000)]
based on Gisle's comment, I removed the use of syslog() and fixed the
netdb.h include, then I re-indented some code to use curl-style

20 years agominor edit of the PRIVATE option
Daniel Stenberg [Thu, 4 Dec 2003 13:01:30 +0000 (13:01 +0000)]
minor edit of the PRIVATE option

20 years agocut out the wrong version blurb
Daniel Stenberg [Thu, 4 Dec 2003 12:56:05 +0000 (12:56 +0000)]
cut out the wrong version blurb

20 years agoedited the -d section slightly
Daniel Stenberg [Wed, 3 Dec 2003 14:09:29 +0000 (14:09 +0000)]
edited the -d section slightly

20 years agominor edit
Daniel Stenberg [Wed, 3 Dec 2003 14:02:37 +0000 (14:02 +0000)]
minor edit

20 years agoVMS
Daniel Stenberg [Wed, 3 Dec 2003 08:41:39 +0000 (08:41 +0000)]
VMS

20 years agoMarty Kuhrt moved most of the VMS stuff to a separate header file.
Daniel Stenberg [Wed, 3 Dec 2003 08:40:39 +0000 (08:40 +0000)]
Marty Kuhrt moved most of the VMS stuff to a separate header file.

20 years agonew VMS files
Daniel Stenberg [Wed, 3 Dec 2003 08:39:46 +0000 (08:39 +0000)]
new VMS files

20 years agoMarty Kuhrt updates
Daniel Stenberg [Wed, 3 Dec 2003 08:39:24 +0000 (08:39 +0000)]
Marty Kuhrt updates

20 years agomy contentlength adjustment broke the ftp download range stuff, this makes
Daniel Stenberg [Wed, 3 Dec 2003 08:26:31 +0000 (08:26 +0000)]
my contentlength adjustment broke the ftp download range stuff, this makes
it work again

20 years agoSteve Green fixed Curl_resolv()
Daniel Stenberg [Wed, 3 Dec 2003 07:55:51 +0000 (07:55 +0000)]
Steve Green fixed Curl_resolv()

20 years agoIgnore content-length when chunked transfer-encoding is transfered.
Daniel Stenberg [Wed, 3 Dec 2003 07:52:00 +0000 (07:52 +0000)]
Ignore content-length when chunked transfer-encoding is transfered.

20 years agoless complicated code for the MSG_NOSIGNAL detection
Daniel Stenberg [Tue, 2 Dec 2003 22:05:23 +0000 (22:05 +0000)]
less complicated code for the MSG_NOSIGNAL detection

20 years agothat MSG_NOSIGNAL check serves no useful purpose!
Daniel Stenberg [Tue, 2 Dec 2003 22:04:30 +0000 (22:04 +0000)]
that MSG_NOSIGNAL check serves no useful purpose!

20 years ago--ftp-pasv
Daniel Stenberg [Tue, 2 Dec 2003 18:03:38 +0000 (18:03 +0000)]
--ftp-pasv

20 years ago--ftp-pasv now overrides a previous --ftpport option. We now also support
Daniel Stenberg [Tue, 2 Dec 2003 18:01:08 +0000 (18:01 +0000)]
--ftp-pasv now overrides a previous --ftpport option. We now also support
it named "--ftp-port" as the additional dash between the words is used in
several other options and this makes it more consistant.

20 years agofix compiler warnings
Daniel Stenberg [Tue, 2 Dec 2003 13:40:12 +0000 (13:40 +0000)]
fix compiler warnings

20 years agouse the HAVE_KRB4 define instead of just KRB4
Daniel Stenberg [Tue, 2 Dec 2003 13:27:29 +0000 (13:27 +0000)]
use the HAVE_KRB4 define instead of just KRB4

20 years agorenamed the KRB4 to HAVE_KRB4
Daniel Stenberg [Tue, 2 Dec 2003 13:27:05 +0000 (13:27 +0000)]
renamed the KRB4 to HAVE_KRB4

20 years agofixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH TLS', edited by me
Daniel Stenberg [Tue, 2 Dec 2003 13:21:53 +0000 (13:21 +0000)]
fixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH TLS', edited by me

20 years agoMSG_NOSIGNAL
Daniel Stenberg [Tue, 2 Dec 2003 10:13:55 +0000 (10:13 +0000)]
MSG_NOSIGNAL

20 years agoIf HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() and
Daniel Stenberg [Tue, 2 Dec 2003 10:12:44 +0000 (10:12 +0000)]
If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() and
recv() and we no longer attempt to ignore the SIGPIPE signal.

20 years agocheck for MSG_NOSIGNAL
Daniel Stenberg [Tue, 2 Dec 2003 10:11:48 +0000 (10:11 +0000)]
check for MSG_NOSIGNAL

20 years agoGisle Vanem fixed the check-order for FTPS and FTP.
Daniel Stenberg [Tue, 2 Dec 2003 06:25:41 +0000 (06:25 +0000)]
Gisle Vanem fixed the check-order for FTPS and FTP.

20 years agoupdated
Daniel Stenberg [Mon, 1 Dec 2003 10:25:45 +0000 (10:25 +0000)]
updated

20 years agoFTPS now works pretty good
Daniel Stenberg [Mon, 1 Dec 2003 10:25:10 +0000 (10:25 +0000)]
FTPS now works pretty good

20 years agoFTPS now works with active ftp and uploads too.
Daniel Stenberg [Mon, 1 Dec 2003 10:14:39 +0000 (10:14 +0000)]
FTPS now works with active ftp and uploads too.

20 years agoSven Wegener runs the new German web mirror
Daniel Stenberg [Sun, 30 Nov 2003 11:18:19 +0000 (11:18 +0000)]
Sven Wegener runs the new German web mirror

20 years agoJames Clancy updated the Borland makefiles
Daniel Stenberg [Thu, 27 Nov 2003 12:24:22 +0000 (12:24 +0000)]
James Clancy updated the Borland makefiles

20 years agoMarkus Moeller and SPNEGO
Daniel Stenberg [Thu, 27 Nov 2003 09:53:48 +0000 (09:53 +0000)]
Markus Moeller and SPNEGO

20 years agoMarkus Moeller's change to check for HAVE_SPNEGO instead of the previous
Daniel Stenberg [Thu, 27 Nov 2003 09:52:44 +0000 (09:52 +0000)]
Markus Moeller's change to check for HAVE_SPNEGO instead of the previous

20 years agoMarkus Moeller fixed the SPNEGO check and it nows defines HAVE_SPNEGO
Daniel Stenberg [Thu, 27 Nov 2003 09:52:13 +0000 (09:52 +0000)]
Markus Moeller fixed the SPNEGO check and it nows defines HAVE_SPNEGO

20 years agofiled is not fixed ;-)
Daniel Stenberg [Tue, 25 Nov 2003 09:12:56 +0000 (09:12 +0000)]
filed is not fixed ;-)

20 years agoa committed bugfix described
Daniel Stenberg [Tue, 25 Nov 2003 09:11:18 +0000 (09:11 +0000)]
a committed bugfix described

20 years agotest 95 added, verifies my fix for bug report #848371
Daniel Stenberg [Tue, 25 Nov 2003 09:06:33 +0000 (09:06 +0000)]
test 95 added, verifies my fix for bug report #848371

20 years agoWhen basic is the only auth wanted (which it is by default), the auth phase
Daniel Stenberg [Tue, 25 Nov 2003 09:05:15 +0000 (09:05 +0000)]
When basic is the only auth wanted (which it is by default), the auth phase
is always considered done immediately as Basic needs to extra passes.

This fix corrects bug report #848371.

20 years agorequires a SSL-capable client
Daniel Stenberg [Tue, 25 Nov 2003 08:44:48 +0000 (08:44 +0000)]
requires a SSL-capable client

20 years agoclarified Maciej W. Rozycki's fix
Daniel Stenberg [Tue, 25 Nov 2003 08:42:16 +0000 (08:42 +0000)]
clarified Maciej W. Rozycki's fix

20 years agoallow the end-of-headers from a proxy response to CONNECT end with a CRCR
Daniel Stenberg [Mon, 24 Nov 2003 16:17:55 +0000 (16:17 +0000)]
allow the end-of-headers from a proxy response to CONNECT end with a CRCR
as well as a CRLF

20 years agotest proxy CONNECT requiring basic auth but we don't provide any
Daniel Stenberg [Mon, 24 Nov 2003 16:17:18 +0000 (16:17 +0000)]
test proxy CONNECT requiring basic auth but we don't provide any

20 years agonew way to trick sws to return special data on CONNECT
Daniel Stenberg [Mon, 24 Nov 2003 16:12:41 +0000 (16:12 +0000)]
new way to trick sws to return special data on CONNECT

20 years agosomewhat up to speed with the devel
Daniel Stenberg [Mon, 24 Nov 2003 15:46:01 +0000 (15:46 +0000)]
somewhat up to speed with the devel

20 years ago--ftp-ssl support added
Daniel Stenberg [Mon, 24 Nov 2003 11:59:15 +0000 (11:59 +0000)]
--ftp-ssl support added

20 years agoproper ftps:// support added
Daniel Stenberg [Mon, 24 Nov 2003 11:51:12 +0000 (11:51 +0000)]
proper ftps:// support added

20 years agoprevent warning for non-SSL builds
Daniel Stenberg [Mon, 24 Nov 2003 11:44:04 +0000 (11:44 +0000)]
prevent warning for non-SSL builds

20 years agowindows build fix based on a patch by Gisle Vanem
Daniel Stenberg [Mon, 24 Nov 2003 11:41:26 +0000 (11:41 +0000)]
windows build fix based on a patch by Gisle Vanem

20 years agoadjusted code to the new socket fields in the sessionhandle struct
Daniel Stenberg [Mon, 24 Nov 2003 09:04:09 +0000 (09:04 +0000)]
adjusted code to the new socket fields in the sessionhandle struct

20 years agodisable ftps-tests for now, we must make them work with the updated ftps
Daniel Stenberg [Mon, 24 Nov 2003 07:17:16 +0000 (07:17 +0000)]
disable ftps-tests for now, we must make them work with the updated ftps
functionality

20 years agoFTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it
Daniel Stenberg [Mon, 24 Nov 2003 07:15:37 +0000 (07:15 +0000)]
FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it

20 years agofixes
Daniel Stenberg [Mon, 24 Nov 2003 07:11:28 +0000 (07:11 +0000)]
fixes

20 years agoGaz Iqbal fixed a range string memory leak!
Daniel Stenberg [Mon, 24 Nov 2003 07:10:02 +0000 (07:10 +0000)]
Gaz Iqbal fixed a range string memory leak!

20 years agofixed wrong comment
Daniel Stenberg [Mon, 24 Nov 2003 07:08:07 +0000 (07:08 +0000)]
fixed wrong comment

20 years agoGisle Vanem fixed the Windows build
Daniel Stenberg [Sun, 23 Nov 2003 22:26:40 +0000 (22:26 +0000)]
Gisle Vanem fixed the Windows build