micah
829f83bf5b
[svn] Merging fix for b20431: automated testing via "make test".
2007-07-11 23:10:48 -07:00
micah
b554b8e849
[svn] Merging in fix for bug 20341: GPLv3 update, and maintainer references.
...
Still waiting for rewording of OpenSSL exception; but that could take a
while, and in the meantime, these changes should probably be in the
trunk. Also includes fix to manual, to remove GPL (for the sake of
maintaining lack of invariants).
2007-07-09 21:46:15 -07:00
mtortonesi
1c7493b83e
[svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes for 64-bit platforms. Updated copyright and maintainer information.
2006-07-14 06:25:50 -07:00
hniksic
79f66dfd15
[svn] Don't check strtoimax.
2006-06-27 03:56:22 -07:00
hniksic
19c5c1d52f
[svn] Allow 64-bit wgint without LFS.
2006-06-26 11:31:28 -07:00
hniksic
c90e4f9c1a
[svn] Parse Content-Disposition better. Implement memrchr where missing.
2006-02-28 11:27:52 -08:00
hniksic
3e145c6018
[svn] Use uintptr_t instead of unsigned long for integer representation of pointers.
2005-11-19 11:35:02 -08:00
mtortonesi
b285d8070b
[svn] Improved support for unit testing
2005-11-02 07:48:45 -08:00
hniksic
26f202dcad
[svn] Fix typo.
2005-08-26 05:05:54 -07:00
hniksic
96aa9c1a06
[svn] Abort configure if --with-ssl given but SSL unavailable. Use HAVE_LIBSSL
...
and HAVE_LIBGNUTLS symbols provided by AC_LIB_HAVE_LINKFLAGS instead of
inventing new ones.
By Stepan Kasal.
2005-08-26 05:02:04 -07:00
hniksic
f25d593c16
[svn] If strtoll is not present, check for strtoimax and use it where available.
...
If neither is present, define own strtoll.
2005-08-11 14:18:56 -07:00
hniksic
7790048691
[svn] Remove -Wno-implicit from default GCC flags.
2005-07-08 06:40:44 -07:00
hniksic
5b52e5658d
[svn] Use vasprintf where available.
2005-07-08 00:33:05 -07:00
hniksic
7eec713e10
[svn] Don't check for setjmp.h.
2005-07-06 14:04:06 -07:00
hniksic
cca63ff3f1
[svn] Add GnuTLS support.
2005-07-04 17:16:46 -07:00
hniksic
7124619cb9
[svn] Mention in message that the "GNU" md5 implementation is in fact built-in to
...
Wget.
2005-06-30 18:23:03 -07:00
hniksic
e95b5d6e44
[svn] Fix check for OpenSSL MD5.
2005-06-29 14:41:15 -07:00
hniksic
f86c13a950
[svn] Require Autoconf 2.59.
2005-06-28 17:13:45 -07:00
hniksic
b8456c0fb4
[svn] Use *rand48 where available.
2005-06-28 15:22:10 -07:00
hniksic
bb8a5f2eb9
[svn] Check for timegm and use it where available.
2005-06-27 06:22:30 -07:00
hniksic
c757ced83f
[svn] Slightly more correct description of HAVE_SSL.
2005-06-26 14:43:50 -07:00
hniksic
d225cf6087
[svn] Move the large file check further up. Only check for endianness if GNU md5
...
is used (it being the only file that needs endianness information).
2005-06-24 08:49:37 -07:00
hniksic
b47ea7c8c4
[svn] Don't indent #include lines.
2005-06-24 08:10:44 -07:00
hniksic
9aff5d6cfd
[svn] Enable turning off SSL.
2005-06-24 06:48:31 -07:00
hniksic
d29ecdb0e3
[svn] Include m4/*.m4 from configure.in.
2005-06-24 06:29:46 -07:00
hniksic
38a79fc2a0
[svn] Use AC_LIB_HAVE_LINKFLAGS instead of AC_LIB_LINKFLAGS when checking for
...
library functions.
2005-06-24 06:23:02 -07:00
mtortonesi
6e0e330f5c
[svn] Removed libtool and switched to config.rpath to perform configuration-time detection of (non-system) libraries.
2005-06-23 19:10:18 -07:00
hniksic
82b08f2daa
[svn] Expect strpbrk and mktime to exist.
2005-06-23 08:33:20 -07:00
hniksic
3a322bbd98
[svn] Don't check for availability of C prototypes. Don't check for signal.h.
...
Don't check whether both time.h and sys/time.h can be included.
2005-06-22 13:39:23 -07:00
hniksic
19a1ffb2e9
[svn] Check for the C99 bool type and define it if missing.
2005-06-22 10:51:29 -07:00
hniksic
b317cb1c6d
[svn] Expect existence of C89 functions, as well as of select and gettimeofday.
2005-06-21 18:01:12 -07:00
hniksic
908d7a4bce
[svn] Don't cast return type of malloc/realloc. Assume ANSI C signal handlers.
2005-06-19 16:03:27 -07:00
hniksic
277e840a0f
[svn] Remove K&R support.
2005-06-19 15:34:58 -07:00
hniksic
5322ad1924
[svn] Test for the OpenSSL includes we actually use.
2005-05-10 13:51:17 -07:00
hniksic
64e70c99bf
[svn] Fix the build for systems without makeinfo.
2005-05-06 08:26:36 -07:00
hniksic
6f644caaab
[svn] Announce IPv6 support using AC_MSG_NOTICE.
2005-04-29 15:31:47 -07:00
hniksic
72fc6002d8
[svn] Don't set ipv6 to yes only because struct sockaddr_in6 was found. Stop the
...
rest of the IPv6 checks when one check fails. Abort if IPv6 was explicitly
requested, but not found.
2005-04-29 05:17:25 -07:00
hniksic
b8d826f243
[svn] Renamed src/gen_sslfunc.c to src/openssl.c and src/gen_sslfunc.h to
...
src/ssl.h.
2005-04-26 14:41:41 -07:00
mtortonesi
82c9f4f588
[svn] Removed _AS_PATH_SEPARATOR_PREPARE from configure.in (inserted by mistake during last commit). Updated version string to 1.10-alpha2+cvs-dev.
2005-04-20 18:30:54 -07:00
mtortonesi
f5530752bf
[svn] Set IPV6_V6ONLY socket option when -6 switch is used.
2005-04-20 18:26:33 -07:00
hniksic
ab05800310
[svn] Check for all SSL headers that Wget uses.
2005-04-08 02:47:31 -07:00
hniksic
36c5be475e
[svn] Check if -lrt needs to be used when using clock_gettime.
2005-04-07 16:41:08 -07:00
hniksic
52ad80309f
[svn] Added NTLM support.
2005-04-06 13:42:22 -07:00
hniksic
16c53cdf93
[svn] Improve handling of numeric hosts when ENABLE_IPV6.
...
Published in <87psyr6jn7.fsf@xemacs.org>.
2005-03-04 11:21:02 -08:00
hniksic
ef22bf610a
[svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>.
2005-02-23 14:21:04 -08:00
hniksic
084dd20514
[svn] Don't check for AI_V4MAPPED and AI_ALL.
2003-11-26 14:46:13 -08:00
hniksic
795614dcbb
[svn] Check for struct sockaddr_storage.
2003-11-26 09:20:23 -08:00
hniksic
ee566b5b33
[svn] Use a more standard checking message when checking for md5.h.
2003-11-11 16:50:00 -08:00
hniksic
91dc96f8d6
[svn] Use : instead of true.
2003-11-11 16:43:38 -08:00
hniksic
6f3dbca0c5
[svn] Better INT_MAX and UCHAR_MAX checks.
2003-11-11 16:42:09 -08:00