]> sjero.net Git - wget/log
wget
20 years ago[svn] Applied Dennis Smit's --preserve-permissions patch.
hniksic [Thu, 6 Nov 2003 20:33:20 +0000 (12:33 -0800)]
[svn] Applied Dennis Smit's --preserve-permissions patch.

20 years ago[svn] Updated.
hniksic [Thu, 6 Nov 2003 20:26:05 +0000 (12:26 -0800)]
[svn] Updated.

20 years ago[svn] Improved command line option processing, introduced boolean options.
hniksic [Thu, 6 Nov 2003 20:20:43 +0000 (12:20 -0800)]
[svn] Improved command line option processing, introduced boolean options.

20 years ago[svn] Improve SSL code. Only initialize PRNG when needed.
hniksic [Thu, 6 Nov 2003 13:06:59 +0000 (05:06 -0800)]
[svn] Improve SSL code.  Only initialize PRNG when needed.

20 years ago[svn] Free INFO even if it doesn't register a closer.
hniksic [Thu, 6 Nov 2003 01:15:44 +0000 (17:15 -0800)]
[svn] Free INFO even if it doesn't register a closer.

20 years ago[svn] Use int for modification tick.
hniksic [Thu, 6 Nov 2003 01:13:21 +0000 (17:13 -0800)]
[svn] Use int for modification tick.

20 years ago[svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its
hniksic [Thu, 6 Nov 2003 01:12:03 +0000 (17:12 -0800)]
[svn] Get rid of ssl_iread/ssl_iwrite.  Have the SSL code register its
routines for reading and writing data.

20 years ago[svn] Fix compilation under pre-C99 compilers.
hniksic [Wed, 5 Nov 2003 21:33:46 +0000 (13:33 -0800)]
[svn] Fix compilation under pre-C99 compilers.

20 years ago[svn] Document new option `--keep-session-cookies'.
hniksic [Wed, 5 Nov 2003 21:11:59 +0000 (13:11 -0800)]
[svn] Document new option `--keep-session-cookies'.

20 years ago[svn] Update to libtool 1.5.
hniksic [Wed, 5 Nov 2003 15:51:07 +0000 (07:51 -0800)]
[svn] Update to libtool 1.5.

20 years ago[svn] MSVC doesn't support uint32_t.
hniksic [Wed, 5 Nov 2003 15:44:20 +0000 (07:44 -0800)]
[svn] MSVC doesn't support uint32_t.

20 years ago[svn] Make setsockopt(SO_REUSEADDR) non-fatal if fails.
hniksic [Wed, 5 Nov 2003 15:12:14 +0000 (07:12 -0800)]
[svn] Make setsockopt(SO_REUSEADDR) non-fatal if fails.

20 years ago[svn] More specific error message in resolve_bind_address.
hniksic [Wed, 5 Nov 2003 14:42:42 +0000 (06:42 -0800)]
[svn] More specific error message in resolve_bind_address.

20 years ago[svn] Remove the broken check for socks.
hniksic [Wed, 5 Nov 2003 14:05:04 +0000 (06:05 -0800)]
[svn] Remove the broken check for socks.

20 years ago[svn] Substitute ANSI2KNR again.
hniksic [Wed, 5 Nov 2003 14:03:31 +0000 (06:03 -0800)]
[svn] Substitute ANSI2KNR again.

20 years ago[svn] Use the standard AC_C_PROTOTYPES macro.
hniksic [Wed, 5 Nov 2003 12:24:53 +0000 (04:24 -0800)]
[svn] Use the standard AC_C_PROTOTYPES macro.

20 years ago[svn] New option --keep-session-cookies.
hniksic [Wed, 5 Nov 2003 00:11:33 +0000 (16:11 -0800)]
[svn] New option --keep-session-cookies.

20 years ago[svn] findcmd -> command_by_name
hniksic [Tue, 4 Nov 2003 23:19:39 +0000 (15:19 -0800)]
[svn] findcmd -> command_by_name

20 years ago[svn] HAVE_FNMATCH_H is now HAVE_WORKING_FNMATCH_H.
hniksic [Tue, 4 Nov 2003 16:22:52 +0000 (08:22 -0800)]
[svn] HAVE_FNMATCH_H is now HAVE_WORKING_FNMATCH_H.

20 years ago[svn] *** empty log message ***
hniksic [Tue, 4 Nov 2003 16:19:59 +0000 (08:19 -0800)]
[svn] *** empty log message ***

20 years ago[svn] Use the new form of AC_OUTPUT.
hniksic [Tue, 4 Nov 2003 16:13:44 +0000 (08:13 -0800)]
[svn] Use the new form of AC_OUTPUT.

20 years ago[svn] Invoke autoheader.
hniksic [Tue, 4 Nov 2003 16:12:25 +0000 (08:12 -0800)]
[svn] Invoke autoheader.

20 years ago[svn] New file.
hniksic [Tue, 4 Nov 2003 16:06:38 +0000 (08:06 -0800)]
[svn] New file.

20 years ago[svn] Delete config.h.in from `make realclean'.
hniksic [Tue, 4 Nov 2003 16:06:25 +0000 (08:06 -0800)]
[svn] Delete config.h.in from `make realclean'.

20 years ago[svn] Require Autoconf 2.57.
hniksic [Tue, 4 Nov 2003 15:28:41 +0000 (07:28 -0800)]
[svn] Require Autoconf 2.57.

20 years ago[svn] Use autoheader to generate config.h.in.
hniksic [Tue, 4 Nov 2003 15:28:18 +0000 (07:28 -0800)]
[svn] Use autoheader to generate config.h.in.

20 years ago[svn] Quote arguments to AC_DEFINE.
hniksic [Tue, 4 Nov 2003 14:46:19 +0000 (06:46 -0800)]
[svn] Quote arguments to AC_DEFINE.

20 years ago[svn] Consistently use AC_MSG_NOTICE where appropriate.
hniksic [Tue, 4 Nov 2003 14:17:33 +0000 (06:17 -0800)]
[svn] Consistently use AC_MSG_NOTICE where appropriate.

20 years ago[svn] Don't use HAVE_SYS_TYPES_H because we don't check for it.
hniksic [Tue, 4 Nov 2003 13:56:48 +0000 (05:56 -0800)]
[svn] Don't use HAVE_SYS_TYPES_H because we don't check for it.

20 years ago[svn] Make the message after "checking for socklen_t" always be a type.
hniksic [Tue, 4 Nov 2003 13:55:27 +0000 (05:55 -0800)]
[svn] Make the message after "checking for socklen_t" always be a type.

20 years ago[svn] Use more standard description.
hniksic [Tue, 4 Nov 2003 13:49:47 +0000 (05:49 -0800)]
[svn] Use more standard description.

20 years ago[svn] Imported Mauro's IPv6 ChangeLog.
hniksic [Tue, 4 Nov 2003 13:40:21 +0000 (05:40 -0800)]
[svn] Imported Mauro's IPv6 ChangeLog.

20 years ago[svn] *** empty log message ***
hniksic [Tue, 4 Nov 2003 13:38:17 +0000 (05:38 -0800)]
[svn] *** empty log message ***

20 years ago[svn] Only set a flag in the SIGWINCH handler.
hniksic [Tue, 4 Nov 2003 13:37:14 +0000 (05:37 -0800)]
[svn] Only set a flag in the SIGWINCH handler.

20 years ago[svn] Doc fix.
hniksic [Tue, 4 Nov 2003 01:43:33 +0000 (17:43 -0800)]
[svn] Doc fix.

20 years ago[svn] Enable SYSTEM_FNMATCH only if fnmatch.h is available.
hniksic [Tue, 4 Nov 2003 01:09:54 +0000 (17:09 -0800)]
[svn] Enable SYSTEM_FNMATCH only if fnmatch.h is available.

20 years ago[svn] Move some checks to aclocal.m4.
hniksic [Tue, 4 Nov 2003 01:05:06 +0000 (17:05 -0800)]
[svn] Move some checks to aclocal.m4.

20 years ago[svn] Don't use AC_CHECK_HEADERS.
hniksic [Tue, 4 Nov 2003 00:33:08 +0000 (16:33 -0800)]
[svn] Don't use AC_CHECK_HEADERS.

20 years ago[svn] Use AC_MSG_NOTICE instead of echo.
hniksic [Tue, 4 Nov 2003 00:08:32 +0000 (16:08 -0800)]
[svn] Use AC_MSG_NOTICE instead of echo.

20 years ago[svn] Check whether #include <md5.h> works before deciding to use the Solaris
hniksic [Mon, 3 Nov 2003 23:51:56 +0000 (15:51 -0800)]
[svn] Check whether #include <md5.h> works before deciding to use the Solaris
system md5 library.

20 years ago[svn] Yet another version of nanosleep test.
hniksic [Mon, 3 Nov 2003 23:31:01 +0000 (15:31 -0800)]
[svn] Yet another version of nanosleep test.

20 years ago[svn] Actually define HAVE_NANOSLEEP if it's found in -lrt.
hniksic [Mon, 3 Nov 2003 23:13:11 +0000 (15:13 -0800)]
[svn] Actually define HAVE_NANOSLEEP if it's found in -lrt.

20 years ago[svn] Check for nanosleep in -lrt and -lposix4.
hniksic [Mon, 3 Nov 2003 22:46:15 +0000 (14:46 -0800)]
[svn] Check for nanosleep in -lrt and -lposix4.

20 years ago[svn] New function xsleep that resumes sleeps interrupted by signals
hniksic [Mon, 3 Nov 2003 21:57:04 +0000 (13:57 -0800)]
[svn] New function xsleep that resumes sleeps interrupted by signals
on systems that support nanosleep.

20 years ago[svn] Don't shadow SEED.
hniksic [Mon, 3 Nov 2003 21:21:05 +0000 (13:21 -0800)]
[svn] Don't shadow SEED.

20 years ago[svn] Renamed logvprintf to log_vprintf_internal.
hniksic [Mon, 3 Nov 2003 20:08:46 +0000 (12:08 -0800)]
[svn] Renamed logvprintf to log_vprintf_internal.

20 years ago[svn] Msg fix.
hniksic [Mon, 3 Nov 2003 02:44:41 +0000 (18:44 -0800)]
[svn] Msg fix.

20 years ago[svn] Don't parenthesize argument to N_.
hniksic [Mon, 3 Nov 2003 00:28:53 +0000 (16:28 -0800)]
[svn] Don't parenthesize argument to N_.

20 years ago[svn] Don't take the address of in.s_addr because that doesn't work on some
hniksic [Sun, 2 Nov 2003 23:48:45 +0000 (15:48 -0800)]
[svn] Don't take the address of in.s_addr because that doesn't work on some
machines.

20 years ago[svn] Generalized the third argument to select_fd.
hniksic [Sun, 2 Nov 2003 23:17:59 +0000 (15:17 -0800)]
[svn] Generalized the third argument to select_fd.

20 years ago[svn] Cosmetic change.
hniksic [Sun, 2 Nov 2003 21:16:43 +0000 (13:16 -0800)]
[svn] Cosmetic change.

20 years ago[svn] Revert DEBUG_MALLOC to undefined.
hniksic [Sun, 2 Nov 2003 21:15:57 +0000 (13:15 -0800)]
[svn] Revert DEBUG_MALLOC to undefined.

20 years ago[svn] Abort on xfree(NULL).
hniksic [Sun, 2 Nov 2003 21:12:49 +0000 (13:12 -0800)]
[svn] Abort on xfree(NULL).

20 years ago[svn] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved the
hniksic [Sun, 2 Nov 2003 19:56:37 +0000 (11:56 -0800)]
[svn] Retired the `boolean' type.  Renamed FREE_MAYBE to xfree_null and moved the
definition from wget.h to xmalloc.h.  Moved the DEFAULT_LOGFILE
define to log.h.  Moved the INFINITE_RECURSION define to recur.h.

20 years ago[svn] Added undefs for FITS and SKIP_SEMI macros.
hniksic [Sun, 2 Nov 2003 16:48:40 +0000 (08:48 -0800)]
[svn] Added undefs for FITS and SKIP_SEMI macros.

20 years ago[svn] Improved support for entities.
hniksic [Sun, 2 Nov 2003 14:57:31 +0000 (06:57 -0800)]
[svn] Improved support for entities.

20 years ago[svn] Document the Opie code better. Use uint32_t instead of unsigned long
hniksic [Sat, 1 Nov 2003 16:36:43 +0000 (08:36 -0800)]
[svn] Document the Opie code better.  Use uint32_t instead of unsigned long
for 32-bit quantities.

20 years ago[svn] Don't call select_fd unless timeout is desired.
hniksic [Sat, 1 Nov 2003 14:01:53 +0000 (06:01 -0800)]
[svn] Don't call select_fd unless timeout is desired.

20 years ago[svn] Improved fatal error message.
hniksic [Sat, 1 Nov 2003 02:51:47 +0000 (18:51 -0800)]
[svn] Improved fatal error message.

20 years ago[svn] Renamed HASH_FULLNESS_THRESHOLD to HASH_MAX_FULLNESS.
hniksic [Sat, 1 Nov 2003 02:45:16 +0000 (18:45 -0800)]
[svn] Renamed HASH_FULLNESS_THRESHOLD to HASH_MAX_FULLNESS.

20 years ago[svn] Doc fix.
hniksic [Sat, 1 Nov 2003 02:29:38 +0000 (18:29 -0800)]
[svn] Doc fix.

20 years ago[svn] Fixed declaration of VEC in lookup_host.
hniksic [Sat, 1 Nov 2003 02:22:11 +0000 (18:22 -0800)]
[svn] Fixed declaration of VEC in lookup_host.
Removed the ip_default_family global variable.

20 years ago[svn] Create configure.bat in $srcdir.
hniksic [Fri, 31 Oct 2003 23:20:35 +0000 (15:20 -0800)]
[svn] Create configure.bat in $srcdir.

20 years ago[svn] New file.
hniksic [Fri, 31 Oct 2003 15:27:29 +0000 (07:27 -0800)]
[svn] New file.

20 years ago[svn] Don't declare long-gone function "pwd_cuserid".
hniksic [Fri, 31 Oct 2003 15:18:48 +0000 (07:18 -0800)]
[svn] Don't declare long-gone function "pwd_cuserid".

20 years ago[svn] Use new macros xnew, xnew0, xnew_array, and xnew0_array in various places.
hniksic [Fri, 31 Oct 2003 14:55:50 +0000 (06:55 -0800)]
[svn] Use new macros xnew, xnew0, xnew_array, and xnew0_array in various places.

20 years ago[svn] Moved malloc-related code to xmalloc.c. Defined new macros xnew, xnew0,
hniksic [Fri, 31 Oct 2003 14:31:56 +0000 (06:31 -0800)]
[svn] Moved malloc-related code to xmalloc.c.  Defined new macros xnew, xnew0,
xnew_array, and xnew0_array.  Created xmalloc.h and log.h to unclutter
wget.h.

20 years ago[svn] Retired broken code that checked for NULL ip_address in sockaddr_set_data.
hniksic [Fri, 31 Oct 2003 12:20:14 +0000 (04:20 -0800)]
[svn] Retired broken code that checked for NULL ip_address in sockaddr_set_data.

20 years ago[svn] Removed address_list_from_single.
hniksic [Fri, 31 Oct 2003 10:50:03 +0000 (02:50 -0800)]
[svn] Removed address_list_from_single.

20 years ago[svn] Networking improvements: get rid of the MSOCK global variable,
hniksic [Fri, 31 Oct 2003 00:18:08 +0000 (16:18 -0800)]
[svn] Networking improvements: get rid of the MSOCK global variable,
move the sockaddr handling to connect.c, make sure Wget refreshes
the DNS lookup after it becomes stale.

20 years ago[svn] *** empty log message ***
hniksic [Thu, 30 Oct 2003 21:32:35 +0000 (13:32 -0800)]
[svn] *** empty log message ***

20 years ago[svn] Reenable configure.in autodetection.
hniksic [Thu, 30 Oct 2003 19:11:03 +0000 (11:11 -0800)]
[svn] Reenable configure.in autodetection.

20 years ago[svn] Use `S >= 8' rather than `S == 8' when looking for large integers.
hniksic [Thu, 30 Oct 2003 15:55:53 +0000 (07:55 -0800)]
[svn] Use `S >= 8' rather than `S == 8' when looking for large integers.

20 years ago[svn] Don't unescape URL escapes twice.
hniksic [Thu, 30 Oct 2003 15:42:52 +0000 (07:42 -0800)]
[svn] Don't unescape URL escapes twice.

20 years ago[svn] Fix -p so it doesn't imply FTP recursion.
hniksic [Thu, 30 Oct 2003 13:00:29 +0000 (05:00 -0800)]
[svn] Fix -p so it doesn't imply FTP recursion.

20 years ago[svn] Clarify how setoptval() works.
hniksic [Thu, 30 Oct 2003 11:09:18 +0000 (03:09 -0800)]
[svn] Clarify how setoptval() works.

20 years ago[svn] Updated IPv6 code.
hniksic [Wed, 29 Oct 2003 23:13:25 +0000 (15:13 -0800)]
[svn] Updated IPv6 code.

20 years ago[svn] Dummy ChangeLog entry for Mauro's IPv6 changes.
hniksic [Wed, 29 Oct 2003 21:47:07 +0000 (13:47 -0800)]
[svn] Dummy ChangeLog entry for Mauro's IPv6 changes.

20 years ago[svn] Imported Mauro's IPv6 changes.
hniksic [Wed, 29 Oct 2003 18:23:56 +0000 (10:23 -0800)]
[svn] Imported Mauro's IPv6 changes.

20 years ago[svn] Fixed typo. By DervishD.
hniksic [Sun, 26 Oct 2003 15:23:30 +0000 (07:23 -0800)]
[svn] Fixed typo.  By DervishD.

20 years ago[svn] Change u_int32_t to uint32_t.
hniksic [Sun, 26 Oct 2003 01:41:56 +0000 (18:41 -0700)]
[svn] Change u_int32_t to uint32_t.

20 years ago[svn] Reenable compilation under Watcom C.
hniksic [Sun, 26 Oct 2003 00:35:15 +0000 (17:35 -0700)]
[svn] Reenable compilation under Watcom C.
By Chin-yuan Kuo.

20 years ago[svn] Fix compilation under Borland.
hniksic [Sun, 26 Oct 2003 00:28:04 +0000 (17:28 -0700)]
[svn] Fix compilation under Borland.
By Chin-yuan Kuo.

20 years ago[svn] Support for MINGW compilation.
hniksic [Sun, 26 Oct 2003 00:19:07 +0000 (17:19 -0700)]
[svn] Support for MINGW compilation.
By Chin-yuan Kuo.

20 years ago[svn] Reset the QUOTE flag after the closing quote.
hniksic [Sun, 26 Oct 2003 00:03:38 +0000 (17:03 -0700)]
[svn] Reset the QUOTE flag after the closing quote.

20 years ago[svn] Updated from TP.
hniksic [Sat, 25 Oct 2003 23:54:33 +0000 (16:54 -0700)]
[svn] Updated from TP.

20 years ago[svn] Better document the workings of construct_relative().
hniksic [Sat, 25 Oct 2003 11:58:24 +0000 (04:58 -0700)]
[svn] Better document the workings of construct_relative().
Reformat is_valid_ipv6_address() to GNU formatting style.

20 years ago[svn] Updated from the TP.
hniksic [Fri, 24 Oct 2003 20:23:17 +0000 (13:23 -0700)]
[svn] Updated from the TP.

20 years ago[svn] Updated from the TP.
hniksic [Fri, 24 Oct 2003 20:16:39 +0000 (13:16 -0700)]
[svn] Updated from the TP.

20 years ago[svn] Handle the case when only a single wget.info file is generated.
hniksic [Thu, 23 Oct 2003 22:52:17 +0000 (15:52 -0700)]
[svn] Handle the case when only a single wget.info file is generated.

20 years ago[svn] Keep configure.bat in the distribution.
hniksic [Thu, 23 Oct 2003 15:32:04 +0000 (08:32 -0700)]
[svn] Keep configure.bat in the distribution.

20 years ago[svn] Fixed compilation under Ultrix.
hniksic [Thu, 23 Oct 2003 15:25:34 +0000 (08:25 -0700)]
[svn] Fixed compilation under Ultrix.

20 years ago[svn] Bump version.
hniksic [Thu, 23 Oct 2003 12:33:26 +0000 (05:33 -0700)]
[svn] Bump version.

20 years ago[svn] Don't use trailing commas in enums.
hniksic [Thu, 23 Oct 2003 12:15:39 +0000 (05:15 -0700)]
[svn] Don't use trailing commas in enums.

20 years ago[svn] Delete `libtool' from `make distclean'.
hniksic [Tue, 21 Oct 2003 10:38:29 +0000 (03:38 -0700)]
[svn] Delete `libtool' from `make distclean'.

20 years ago[svn] Updated from the TP.
hniksic [Mon, 20 Oct 2003 14:57:32 +0000 (07:57 -0700)]
[svn] Updated from the TP.

20 years ago[svn] Don't let absolute path specified by -P introduce absolute file names
hniksic [Thu, 16 Oct 2003 15:48:24 +0000 (08:48 -0700)]
[svn] Don't let absolute path specified by -P introduce absolute file names
to links converted by -k.

20 years ago[svn] Fix broken quoting of EXPORT_TAG.
hniksic [Thu, 16 Oct 2003 14:37:15 +0000 (07:37 -0700)]
[svn] Fix broken quoting of EXPORT_TAG.

20 years ago[svn] Don't check for int32_t.
hniksic [Thu, 16 Oct 2003 14:23:48 +0000 (07:23 -0700)]
[svn] Don't check for int32_t.

20 years ago[svn] Accept HTTP status 307 as redirect.
hniksic [Tue, 14 Oct 2003 23:32:15 +0000 (16:32 -0700)]
[svn] Accept HTTP status 307 as redirect.