platform/upstream/curl.git
19 years agosortlist_alloc() is never used on win32, so ifdef out it to prevent warning
Daniel Stenberg [Tue, 19 Apr 2005 23:26:14 +0000 (23:26 +0000)]
sortlist_alloc() is never used on win32, so ifdef out it to prevent warning

19 years agoonly define _REENTRANT if not already defined, and only in setup.h
Daniel Stenberg [Tue, 19 Apr 2005 23:19:23 +0000 (23:19 +0000)]
only define _REENTRANT if not already defined, and only in setup.h

19 years agoCheck for and config for the ca cert bundle properly when built with GnuTLS.
Daniel Stenberg [Tue, 19 Apr 2005 22:23:37 +0000 (22:23 +0000)]
Check for and config for the ca cert bundle properly when built with GnuTLS.
Previously this was only done for OpenSSL builds.

19 years agowhen --with-gnutls is used, we assume a bin/libgnutls-config file in the
Daniel Stenberg [Tue, 19 Apr 2005 22:12:34 +0000 (22:12 +0000)]
when --with-gnutls is used, we assume a bin/libgnutls-config file in the
given prefix. Building something with gnutls without it just is too error-
prone.

19 years agoremove the warning for a lacking crypto lib since it migth just be a gnutls
Daniel Stenberg [Tue, 19 Apr 2005 22:03:10 +0000 (22:03 +0000)]
remove the warning for a lacking crypto lib since it migth just be a gnutls
build...

19 years agoadded CURLOPT_PORT test when using proxy
Daniel Stenberg [Tue, 19 Apr 2005 08:10:04 +0000 (08:10 +0000)]
added CURLOPT_PORT test when using proxy

19 years agotwo bugfixes of today
Daniel Stenberg [Mon, 18 Apr 2005 19:53:25 +0000 (19:53 +0000)]
two bugfixes of today

19 years agoOlivier reported that even though he used CURLOPT_PORT, libcurl clearly still
Daniel Stenberg [Mon, 18 Apr 2005 19:41:04 +0000 (19:41 +0000)]
Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still
used the default port. He was right. I fixed the problem and added the test
cases 521, 522 and 523 to verify the fix.

19 years agoToshiyuki Maezawa reported that when doing a POST with a read callback,
Daniel Stenberg [Mon, 18 Apr 2005 17:14:58 +0000 (17:14 +0000)]
Toshiyuki Maezawa reported that when doing a POST with a read callback,
libcurl didn't properly send an Expect: 100-continue header. It does now.

19 years agodigest works in the proxyauth too
Daniel Stenberg [Mon, 18 Apr 2005 14:32:48 +0000 (14:32 +0000)]
digest works in the proxyauth too

19 years agoInitial curl_multi_socket() stuff, #ifdef'ed out for now but committed for
Daniel Stenberg [Mon, 18 Apr 2005 11:40:50 +0000 (11:40 +0000)]
Initial curl_multi_socket() stuff, #ifdef'ed out for now but committed for
documentational purposes.

19 years agobetter fix for the socket -1 case
Daniel Stenberg [Mon, 18 Apr 2005 08:59:46 +0000 (08:59 +0000)]
better fix for the socket -1 case

19 years agoignore sockfilt
Daniel Stenberg [Mon, 18 Apr 2005 08:51:04 +0000 (08:51 +0000)]
ignore sockfilt

19 years agosafety measure to avoid using -1 as socket
Daniel Stenberg [Mon, 18 Apr 2005 08:49:46 +0000 (08:49 +0000)]
safety measure to avoid using -1 as socket

19 years agoallow some more time
Daniel Stenberg [Mon, 18 Apr 2005 08:49:21 +0000 (08:49 +0000)]
allow some more time

19 years agoARGH my stupidity is endless. Ipv4-only hosts don't send EPRT or LPRT.
Daniel Stenberg [Mon, 18 Apr 2005 07:56:43 +0000 (07:56 +0000)]
ARGH my stupidity is endless. Ipv4-only hosts don't send EPRT or LPRT.

19 years agoModified the FTP server to use the new 'sockfilt' program to do all the socket
Daniel Stenberg [Mon, 18 Apr 2005 06:57:44 +0000 (06:57 +0000)]
Modified the FTP server to use the new 'sockfilt' program to do all the socket
level stuff. The FTP server communicates with sockfilt using perl's open2().
This enables easier IPv6 support and hopefully FTP-SSL support in the future.
Added four test cases for FTP-ipv6.

19 years agoModified to not mix ordinary print to STDOUT with a system() that prints to
Daniel Stenberg [Mon, 18 Apr 2005 05:46:10 +0000 (05:46 +0000)]
Modified to not mix ordinary print to STDOUT with a system() that prints to
stdout, since I've found cases on Solaris where the second output mixes with
the first and thus the big check-script doesn't properly find the first
string in the output stream.

19 years agosomewhat clarified that this only sets the fd_sets and expects them to be
Daniel Stenberg [Sun, 17 Apr 2005 23:01:46 +0000 (23:01 +0000)]
somewhat clarified that this only sets the fd_sets and expects them to be
cleared before this function is called

19 years agokeywords added
Daniel Stenberg [Sat, 16 Apr 2005 23:15:19 +0000 (23:15 +0000)]
keywords added

19 years agominor edits, report the test cases without keywords
Daniel Stenberg [Sat, 16 Apr 2005 23:15:12 +0000 (23:15 +0000)]
minor edits, report the test cases without keywords

19 years agostarting to produce a summary in HTML
Daniel Stenberg [Sat, 16 Apr 2005 12:43:32 +0000 (12:43 +0000)]
starting to produce a summary in HTML

19 years agoavoid warning on windows
Daniel Stenberg [Sat, 16 Apr 2005 12:30:01 +0000 (12:30 +0000)]
avoid warning on windows

19 years agoclarify that > in the verbose output can contain newlines
Daniel Stenberg [Sat, 16 Apr 2005 12:24:12 +0000 (12:24 +0000)]
clarify that > in the verbose output can contain newlines

19 years agokeywords added
Daniel Stenberg [Sat, 16 Apr 2005 00:00:35 +0000 (00:00 +0000)]
keywords added

19 years agoinitial tool to report info/keywords of the test cases
Daniel Stenberg [Fri, 15 Apr 2005 23:48:58 +0000 (23:48 +0000)]
initial tool to report info/keywords of the test cases

19 years agostarted adding "keywords" for each test, to better allow us to sum up what
Daniel Stenberg [Fri, 15 Apr 2005 23:48:31 +0000 (23:48 +0000)]
started adding "keywords" for each test, to better allow us to sum up what
kind of tests we have and how many tests that test certain features

19 years agoadd needed include
Daniel Stenberg [Fri, 15 Apr 2005 21:51:46 +0000 (21:51 +0000)]
add needed include

19 years agoAttempted to fix c-ares not building on non-IPv6 systems
Dominick Meglio [Fri, 15 Apr 2005 15:25:16 +0000 (15:25 +0000)]
Attempted to fix c-ares not building on non-IPv6 systems

19 years agoif libgnutls-config isn't found in the given path, deal with it nicer (but
Daniel Stenberg [Fri, 15 Apr 2005 08:45:35 +0000 (08:45 +0000)]
if libgnutls-config isn't found in the given path, deal with it nicer (but
it is still likely to not do very good since it can't figure out all the lib
dependencies)

19 years agoTwo new slowdown tests for better testing of the FTP response reader function
Daniel Stenberg [Thu, 14 Apr 2005 22:52:42 +0000 (22:52 +0000)]
Two new slowdown tests for better testing of the FTP response reader function
when the response come in many small chunks.

19 years agomake the ftp server support reply/servercmd, and make SLOWDOWN work, and
Daniel Stenberg [Thu, 14 Apr 2005 22:52:08 +0000 (22:52 +0000)]
make the ftp server support reply/servercmd, and make SLOWDOWN work, and
update the docs accordingly

19 years agooops, only negative numbers are errors
Daniel Stenberg [Wed, 13 Apr 2005 21:17:05 +0000 (21:17 +0000)]
oops, only negative numbers are errors

19 years agoMention GnuTLS and fix a few spelling errors.
Dan Fandrich [Wed, 13 Apr 2005 19:31:00 +0000 (19:31 +0000)]
Mention GnuTLS and fix a few spelling errors.

19 years agodon't bail out just because the ca file has a problem, it might be OK
Daniel Stenberg [Wed, 13 Apr 2005 12:38:01 +0000 (12:38 +0000)]
don't bail out just because the ca file has a problem, it might be OK

19 years agofix port number
Daniel Stenberg [Wed, 13 Apr 2005 12:37:38 +0000 (12:37 +0000)]
fix port number

19 years agoGnuTLS support
Daniel Stenberg [Wed, 13 Apr 2005 08:50:13 +0000 (08:50 +0000)]
GnuTLS support

19 years agoextended the multi-thread explanation
Daniel Stenberg [Wed, 13 Apr 2005 08:47:59 +0000 (08:47 +0000)]
extended the multi-thread explanation

19 years agofix compiler warning
Daniel Stenberg [Wed, 13 Apr 2005 06:52:03 +0000 (06:52 +0000)]
fix compiler warning

19 years agoAllow environment variables to override default autotools.
Dan Fandrich [Wed, 13 Apr 2005 00:32:33 +0000 (00:32 +0000)]
Allow environment variables to override default autotools.

19 years agonext release will be version 7.14.0 thanks to the added GnuTLS support
Daniel Stenberg [Tue, 12 Apr 2005 14:17:07 +0000 (14:17 +0000)]
next release will be version 7.14.0 thanks to the added GnuTLS support

19 years agoProvides an unconditional strlcat() proto even if strlcat() was found by
Daniel Stenberg [Tue, 12 Apr 2005 07:56:57 +0000 (07:56 +0000)]
Provides an unconditional strlcat() proto even if strlcat() was found by
configure. An attempt to fix warnings when we build and the strlcat() function
is provided by one if the libs (gss or krb4) since then we have no protos
for it in a system header.

19 years agorequires OpenSSL, as our GnuTLS doesn't provide support for
Daniel Stenberg [Tue, 12 Apr 2005 07:19:34 +0000 (07:19 +0000)]
requires OpenSSL, as our GnuTLS doesn't provide support for
CURLOPT_SSL_CTX_FUNCTION (yet).

19 years agosupport tests that requires 'OpenSSL' specificly
Daniel Stenberg [Tue, 12 Apr 2005 07:18:48 +0000 (07:18 +0000)]
support tests that requires 'OpenSSL' specificly

19 years agocredits
Daniel Stenberg [Mon, 11 Apr 2005 14:07:02 +0000 (14:07 +0000)]
credits

19 years agorefresh
Daniel Stenberg [Mon, 11 Apr 2005 13:50:19 +0000 (13:50 +0000)]
refresh

19 years ago5.12 Can I make libcurl fake or hide my real IP address?
Daniel Stenberg [Mon, 11 Apr 2005 13:39:55 +0000 (13:39 +0000)]
5.12 Can I make libcurl fake or hide my real IP address?

19 years agoHTTP 304 response with Content-Length: header
Daniel Stenberg [Sun, 10 Apr 2005 22:56:46 +0000 (22:56 +0000)]
HTTP 304 response with Content-Length: header

19 years agoRemoved usage of u_int and u_char
Dominick Meglio [Sat, 9 Apr 2005 23:46:31 +0000 (23:46 +0000)]
Removed usage of u_int and u_char

19 years agoBlah, revert my removal of the extra check since the problem is there for real.
Daniel Stenberg [Sat, 9 Apr 2005 22:33:14 +0000 (22:33 +0000)]
Blah, revert my removal of the extra check since the problem is there for real.

Archived thread of the help-gnutls mailing list regarding this problem:

http://lists.gnu.org/archive/html/help-gnutls/2005-04/msg00000.html

(and I _am_ sorry for my confused behaviour on this problem.)

19 years agoOK, I must've been halucinating or something because I no longer see the
Daniel Stenberg [Sat, 9 Apr 2005 21:38:14 +0000 (21:38 +0000)]
OK, I must've been halucinating or something because I no longer see the
bug I thought I saw before when I changed this...!

19 years agoMade sortlist support IPv6 (this can probably use some testing)
Dominick Meglio [Sat, 9 Apr 2005 19:59:59 +0000 (19:59 +0000)]
Made sortlist support IPv6 (this can probably use some testing)

19 years agoMade sortlist support CIDR matching for IPv4
Dominick Meglio [Sat, 9 Apr 2005 16:49:47 +0000 (16:49 +0000)]
Made sortlist support CIDR matching for IPv4

19 years agoAdded preliminary IPv6 support to ares_gethostbyname
Dominick Meglio [Fri, 8 Apr 2005 19:46:46 +0000 (19:46 +0000)]
Added preliminary IPv6 support to ares_gethostbyname

19 years agofixed the 304 response-with-content-length problem reported by Cory Nelson
Daniel Stenberg [Fri, 8 Apr 2005 16:59:13 +0000 (16:59 +0000)]
fixed the 304 response-with-content-length problem reported by Cory Nelson

19 years agoAdded include for inet_net_pton.h to ares__get_hostent.c
Dominick Meglio [Fri, 8 Apr 2005 16:22:51 +0000 (16:22 +0000)]
Added include for inet_net_pton.h to ares__get_hostent.c

19 years agoMade ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family
Dominick Meglio [Fri, 8 Apr 2005 15:41:31 +0000 (15:41 +0000)]
Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family

19 years agore-arrange some code to prevent warnings on unreachable code
Daniel Stenberg [Fri, 8 Apr 2005 09:25:48 +0000 (09:25 +0000)]
re-arrange some code to prevent warnings on unreachable code

19 years agoinclude sys/types.h too when checking for headers as otherwise this breaks
Daniel Stenberg [Fri, 8 Apr 2005 08:48:17 +0000 (08:48 +0000)]
include sys/types.h too when checking for headers as otherwise this breaks
on Solaris and FreeBSD. At least.

19 years agoupdated instructions
Marty Kuhrt [Fri, 8 Apr 2005 05:07:04 +0000 (05:07 +0000)]
updated instructions

19 years agofixed control_y trap problem
Marty Kuhrt [Fri, 8 Apr 2005 05:06:31 +0000 (05:06 +0000)]
fixed control_y trap problem

19 years agocast the call to Curl_inet_ntop for DECC compiler squawk
Marty Kuhrt [Fri, 8 Apr 2005 05:01:40 +0000 (05:01 +0000)]
cast the call to Curl_inet_ntop for DECC compiler squawk

19 years agoUnfortunately, if a ca file name is set the function fails for whatever reason
Daniel Stenberg [Thu, 7 Apr 2005 22:47:43 +0000 (22:47 +0000)]
Unfortunately, if a ca file name is set the function fails for whatever reason
(missing file, bad file, etc), gnutls will no longer handshake properly but it
just loops forever. Therefore, we must return error if we get an error when
setting the CA cert file name. This is not the same behaviour as with OpenSSL.

Question/report posted to the help-gnutls mailing list, April 8 2005.

19 years agoone down
Daniel Stenberg [Thu, 7 Apr 2005 22:14:22 +0000 (22:14 +0000)]
one down

19 years agoset LD_LIBRARY_PATH when GnuTLS has been found
Daniel Stenberg [Thu, 7 Apr 2005 22:13:40 +0000 (22:13 +0000)]
set LD_LIBRARY_PATH when GnuTLS has been found

19 years agocut 'n paste error
Daniel Stenberg [Thu, 7 Apr 2005 21:12:09 +0000 (21:12 +0000)]
cut 'n paste error

19 years agoGnuTLS updates
Daniel Stenberg [Thu, 7 Apr 2005 21:10:31 +0000 (21:10 +0000)]
GnuTLS updates

19 years agoGnuTLS!
Daniel Stenberg [Thu, 7 Apr 2005 21:05:45 +0000 (21:05 +0000)]
GnuTLS!

19 years agoadded new files
Daniel Stenberg [Thu, 7 Apr 2005 20:56:04 +0000 (20:56 +0000)]
added new files

19 years agofixed to build after the GnuTLS fixes
Daniel Stenberg [Thu, 7 Apr 2005 20:36:48 +0000 (20:36 +0000)]
fixed to build after the GnuTLS fixes

19 years agoadded some blurb about the GnuTLS license
Daniel Stenberg [Thu, 7 Apr 2005 15:28:56 +0000 (15:28 +0000)]
added some blurb about the GnuTLS license

19 years agoGnuTLS support added. There's now a "generic" SSL layer that we use all over
Daniel Stenberg [Thu, 7 Apr 2005 15:27:13 +0000 (15:27 +0000)]
GnuTLS support added. There's now a "generic" SSL layer that we use all over
internally, with code provided by sslgen.c. All SSL-layer-specific code is
then written in ssluse.c (for OpenSSL) and gtls.c (for GnuTLS).

As far as possible, internals should not need to know what SSL layer that is
in use. Building with GnuTLS currently makes two test cases fail.

TODO.gnutls contains a few known outstanding issues for the GnuTLS support.

GnuTLS support is enabled with configure --with-gnutls

19 years agossl_version_num is not used anymore
Daniel Stenberg [Thu, 7 Apr 2005 15:21:50 +0000 (15:21 +0000)]
ssl_version_num is not used anymore

19 years agossl_version_num won't be used anymore since we will soon offer multiple SSL
Daniel Stenberg [Thu, 7 Apr 2005 15:18:51 +0000 (15:18 +0000)]
ssl_version_num won't be used anymore since we will soon offer multiple SSL
layers and it won't make sense to provide a numerical version for it. I also
doubt that many people have used this for anything critical.

19 years agoAdd support for --with-gnutls. If configure detects OpenSSL, you need to
Daniel Stenberg [Thu, 7 Apr 2005 15:12:03 +0000 (15:12 +0000)]
Add support for --with-gnutls. If configure detects OpenSSL, you need to
to explicitly disable that first with --without-ssl. Initial attempt.

19 years agobail out if perl is missing, it is needed for building curl anyway
Daniel Stenberg [Thu, 7 Apr 2005 14:26:03 +0000 (14:26 +0000)]
bail out if perl is missing, it is needed for building curl anyway

19 years agocheck for libtoolize and aclocal to doublecheck the installations better
Daniel Stenberg [Thu, 7 Apr 2005 08:59:39 +0000 (08:59 +0000)]
check for libtoolize and aclocal to doublecheck the installations better

19 years agoTry harder to see if arpa/nameser_compat.h REALLY is a good header file to
Daniel Stenberg [Thu, 7 Apr 2005 07:38:53 +0000 (07:38 +0000)]
Try harder to see if arpa/nameser_compat.h REALLY is a good header file to
include, as it seems at least some AIX versions don't really allow it to be
include at the same time as the original nameser.h.

19 years agoadd SSPI
Daniel Stenberg [Thu, 7 Apr 2005 07:30:02 +0000 (07:30 +0000)]
add SSPI

19 years agoTupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OS
Daniel Stenberg [Wed, 6 Apr 2005 22:27:42 +0000 (22:27 +0000)]
Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OS
X.

19 years agobetter errno constant replacements, as mentioned by Gisle Vanem
Daniel Stenberg [Wed, 6 Apr 2005 21:14:58 +0000 (21:14 +0000)]
better errno constant replacements, as mentioned by Gisle Vanem

19 years agoInclude inet_net_pton.h for 'struct in6_addr'. Ideally this
Gisle Vanem [Wed, 6 Apr 2005 18:58:33 +0000 (18:58 +0000)]
Include inet_net_pton.h for 'struct in6_addr'. Ideally this
should come from <ws2tcpip.h>, but Winsock 1.1 should
suffice.

19 years agoMoved inet_net_pton.h to HHEADERS.
Gisle Vanem [Wed, 6 Apr 2005 18:55:59 +0000 (18:55 +0000)]
Moved  inet_net_pton.h to HHEADERS.

19 years agocheck for struct sizes and use those sizes if the NS_* defines are lacking
Daniel Stenberg [Wed, 6 Apr 2005 14:11:50 +0000 (14:11 +0000)]
check for struct sizes and use those sizes if the NS_* defines are lacking
(IRIX 6.5.22 it seems)

19 years agomoved the *_inet_pton protos to inet_net_pton.h instead
Daniel Stenberg [Wed, 6 Apr 2005 14:02:37 +0000 (14:02 +0000)]
moved the *_inet_pton protos to inet_net_pton.h instead

19 years agomade the ares_inet_net_pton() proto use size_t size, as the function in the
Daniel Stenberg [Wed, 6 Apr 2005 13:54:02 +0000 (13:54 +0000)]
made the ares_inet_net_pton() proto use size_t size, as the function in the
code uses that

19 years agoRemoved extraneous comma
Dan Fandrich [Wed, 6 Apr 2005 00:39:48 +0000 (00:39 +0000)]
Removed extraneous comma

19 years agotoo late hacking error
Daniel Stenberg [Tue, 5 Apr 2005 21:14:59 +0000 (21:14 +0000)]
too late hacking error

19 years agotest time-conditioned FTP uploads
Daniel Stenberg [Tue, 5 Apr 2005 21:07:27 +0000 (21:07 +0000)]
test time-conditioned FTP uploads

19 years agoChristophe Legry's fix to grok time-conditoned uploads
Daniel Stenberg [Tue, 5 Apr 2005 20:59:12 +0000 (20:59 +0000)]
Christophe Legry's fix to grok time-conditoned uploads

19 years agowith these changes, it builds on my win32 cross-compiler
Daniel Stenberg [Tue, 5 Apr 2005 20:20:14 +0000 (20:20 +0000)]
with these changes, it builds on my win32 cross-compiler

19 years agocheck for another arpa header
Daniel Stenberg [Tue, 5 Apr 2005 20:19:55 +0000 (20:19 +0000)]
check for another arpa header

19 years agocheck for the arpa/* headers
Daniel Stenberg [Tue, 5 Apr 2005 20:08:15 +0000 (20:08 +0000)]
check for the arpa/* headers

19 years agoProvided implementations of inet_net_pton and inet_pton from BIND for systems that...
Dominick Meglio [Tue, 5 Apr 2005 18:26:55 +0000 (18:26 +0000)]
Provided implementations of inet_net_pton and inet_pton from BIND for systems that do not include these functions. These will be necessary for CIDR support and IPv6 support.

19 years ago7.13.3 in progress
Daniel Stenberg [Tue, 5 Apr 2005 15:11:51 +0000 (15:11 +0000)]
7.13.3 in progress

19 years ago5.11 How do I make libcurl not receive the whole HTTP response?
Daniel Stenberg [Tue, 5 Apr 2005 14:38:38 +0000 (14:38 +0000)]
5.11 How do I make libcurl not receive the whole HTTP response?

19 years agotwo more actual FAQs
Daniel Stenberg [Tue, 5 Apr 2005 14:36:37 +0000 (14:36 +0000)]
two more actual FAQs

19 years agorestart with a blank page again
Daniel Stenberg [Tue, 5 Apr 2005 07:55:41 +0000 (07:55 +0000)]
restart with a blank page again

19 years agothe smell of release
Daniel Stenberg [Tue, 5 Apr 2005 07:37:08 +0000 (07:37 +0000)]
the smell of release

19 years agobug report #1156287, ftp upload from VMS
Daniel Stenberg [Tue, 5 Apr 2005 07:33:30 +0000 (07:33 +0000)]
bug report #1156287, ftp upload from VMS