]> sjero.net Git - wget/log
wget
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.

20 years ago[svn] Updated comment.
hniksic [Tue, 14 Oct 2003 22:54:57 +0000 (15:54 -0700)]
[svn] Updated comment.

20 years ago[svn] Correctly loop through the linked list.
hniksic [Tue, 14 Oct 2003 22:52:12 +0000 (15:52 -0700)]
[svn] Correctly loop through the linked list.
By Philip Stadermann.

20 years ago[svn] New file from TP.
hniksic [Tue, 14 Oct 2003 22:36:36 +0000 (15:36 -0700)]
[svn] New file from TP.

20 years ago[svn] Updated from TP.
hniksic [Tue, 14 Oct 2003 22:36:09 +0000 (15:36 -0700)]
[svn] Updated from TP.

20 years ago[svn] Updated from TP.
hniksic [Tue, 14 Oct 2003 15:03:20 +0000 (08:03 -0700)]
[svn] Updated from TP.

20 years ago[svn] Expect links followed from Refreshes to contain URLs.
hniksic [Mon, 13 Oct 2003 14:32:25 +0000 (07:32 -0700)]
[svn] Expect links followed from Refreshes to contain URLs.

20 years ago[svn] Don't define int32_t because we're not using it.
hniksic [Mon, 13 Oct 2003 14:20:51 +0000 (07:20 -0700)]
[svn] Don't define int32_t because we're not using it.

20 years ago[svn] MSVC doesn't have u_int32_t.
hniksic [Mon, 13 Oct 2003 14:02:32 +0000 (07:02 -0700)]
[svn] MSVC doesn't have u_int32_t.

20 years ago[svn] Updated from TP.
hniksic [Mon, 13 Oct 2003 12:44:42 +0000 (05:44 -0700)]
[svn] Updated from TP.

20 years ago[svn] Update from TP.
hniksic [Mon, 13 Oct 2003 11:38:22 +0000 (04:38 -0700)]
[svn] Update from TP.

20 years ago[svn] Update from TP.
hniksic [Mon, 13 Oct 2003 10:08:41 +0000 (03:08 -0700)]
[svn] Update from TP.

20 years ago[svn] Updated.
hniksic [Sun, 12 Oct 2003 14:13:12 +0000 (07:13 -0700)]
[svn] Updated.

20 years ago[svn] Update from the TP.
hniksic [Sun, 12 Oct 2003 14:10:52 +0000 (07:10 -0700)]
[svn] Update from the TP.

20 years ago[svn] Recreated.
hniksic [Sat, 11 Oct 2003 14:21:02 +0000 (07:21 -0700)]
[svn] Recreated.

20 years ago[svn] Remove VERY_LONG_TYPE; use LARGE_INT instead. Remove special code
hniksic [Sat, 11 Oct 2003 13:57:11 +0000 (06:57 -0700)]
[svn] Remove VERY_LONG_TYPE; use LARGE_INT instead.  Remove special code
for handling VERY_LONG_TYPE overflows.
Make opt.quota a LARGE_INT.

20 years ago[svn] Also check for short for int32_t.
hniksic [Sat, 11 Oct 2003 12:41:13 +0000 (05:41 -0700)]
[svn] Also check for short for int32_t.

20 years ago[svn] Add the new type definitions.
hniksic [Sat, 11 Oct 2003 03:28:05 +0000 (20:28 -0700)]
[svn] Add the new type definitions.

20 years ago[svn] *** empty log message ***
hniksic [Sat, 11 Oct 2003 02:28:13 +0000 (19:28 -0700)]
[svn] *** empty log message ***

20 years ago[svn] Provide the support for int32_t and u_int32_t.
hniksic [Sat, 11 Oct 2003 02:27:41 +0000 (19:27 -0700)]
[svn] Provide the support for int32_t and u_int32_t.

20 years ago[svn] Look for and use socklen_t.
hniksic [Sat, 11 Oct 2003 01:39:07 +0000 (18:39 -0700)]
[svn] Look for and use socklen_t.

20 years ago[svn] Updated from the TP.
hniksic [Fri, 10 Oct 2003 21:11:47 +0000 (14:11 -0700)]
[svn] Updated from the TP.

20 years ago[svn] Don't descend into HTML that was downloaded by following <img src=...>
hniksic [Fri, 10 Oct 2003 14:25:10 +0000 (07:25 -0700)]
[svn] Don't descend into HTML that was downloaded by following <img src=...>
and such.

20 years ago[svn] Prefer gettext with explicitly linked libintl, so non-standard libintl's
hniksic [Fri, 10 Oct 2003 13:02:56 +0000 (06:02 -0700)]
[svn] Prefer gettext with explicitly linked libintl, so non-standard libintl's
get picked up along with their includes.

20 years ago[svn] Make the first argument to hash_table_new a minimal count of items before
hniksic [Fri, 10 Oct 2003 02:46:09 +0000 (19:46 -0700)]
[svn] Make the first argument to hash_table_new a minimal count of items before
regrow, not raw size, which is more useful.

20 years ago[svn] Imported updates from the TP.
hniksic [Thu, 9 Oct 2003 23:27:41 +0000 (16:27 -0700)]
[svn] Imported updates from the TP.

20 years ago[svn] Use hash table for tag lookup in html-url.c and html-parse.c.
hniksic [Thu, 9 Oct 2003 15:01:58 +0000 (08:01 -0700)]
[svn] Use hash table for tag lookup in html-url.c and html-parse.c.

20 years ago[svn] Add const declarations to hash-table functions.
hniksic [Thu, 9 Oct 2003 13:32:28 +0000 (06:32 -0700)]
[svn] Add const declarations to hash-table functions.

20 years ago[svn] Remove references to fnmatch.c from Windows Makefiles.
hniksic [Thu, 9 Oct 2003 12:21:56 +0000 (05:21 -0700)]
[svn] Remove references to fnmatch.c from Windows Makefiles.

20 years ago[svn] Add explanatory comment.
hniksic [Wed, 8 Oct 2003 23:27:37 +0000 (16:27 -0700)]
[svn] Add explanatory comment.

20 years ago[svn] Updates from the TP.
hniksic [Wed, 8 Oct 2003 23:19:58 +0000 (16:19 -0700)]
[svn] Updates from the TP.

20 years ago[svn] Add FLAGS argument to map_html_tags.
hniksic [Wed, 8 Oct 2003 16:17:33 +0000 (09:17 -0700)]
[svn] Add FLAGS argument to map_html_tags.

20 years ago[svn] Switch to binary search for find_tag.
hniksic [Wed, 8 Oct 2003 16:00:10 +0000 (09:00 -0700)]
[svn] Switch to binary search for find_tag.

20 years ago[svn] Updated.
hniksic [Wed, 8 Oct 2003 15:27:35 +0000 (08:27 -0700)]
[svn] Updated.

20 years ago[svn] Rebuilt.
hniksic [Wed, 8 Oct 2003 15:26:05 +0000 (08:26 -0700)]
[svn] Rebuilt.

20 years ago[svn] Fix typo in help string.
hniksic [Wed, 8 Oct 2003 15:24:56 +0000 (08:24 -0700)]
[svn] Fix typo in help string.

20 years ago[svn] Recreated wget.pot.
hniksic [Wed, 8 Oct 2003 15:23:48 +0000 (08:23 -0700)]
[svn] Recreated wget.pot.

20 years ago[svn] Recreated.
hniksic [Wed, 8 Oct 2003 15:21:26 +0000 (08:21 -0700)]
[svn] Recreated.

20 years ago[svn] Removed now-nonexistent fnmatch.c.
hniksic [Wed, 8 Oct 2003 15:18:13 +0000 (08:18 -0700)]
[svn] Removed now-nonexistent fnmatch.c.

20 years ago[svn] Some more updating.
hniksic [Wed, 8 Oct 2003 15:17:26 +0000 (08:17 -0700)]
[svn] Some more updating.

20 years ago[svn] Updated some items.
hniksic [Wed, 8 Oct 2003 15:10:55 +0000 (08:10 -0700)]
[svn] Updated some items.

20 years ago[svn] Add definitions of getopt_long and getopt_long_only to getopt.c.
hniksic [Wed, 8 Oct 2003 14:55:44 +0000 (07:55 -0700)]
[svn] Add definitions of getopt_long and getopt_long_only to getopt.c.
The definitions were lost when updating the file.

20 years ago[svn] Changed version to appease the TP robot.
hniksic [Wed, 8 Oct 2003 11:20:31 +0000 (04:20 -0700)]
[svn] Changed version to appease the TP robot.

20 years ago[svn] Update.
hniksic [Wed, 8 Oct 2003 00:22:15 +0000 (17:22 -0700)]
[svn] Update.

20 years ago[svn] *** empty log message ***
hniksic [Wed, 8 Oct 2003 00:18:57 +0000 (17:18 -0700)]
[svn] *** empty log message ***

20 years ago[svn] run_with_timeout docstring synch with utils.c.
hniksic [Wed, 8 Oct 2003 00:16:43 +0000 (17:16 -0700)]
[svn] run_with_timeout docstring synch with utils.c.

20 years ago[svn] Cosmetic changes to GNU convention.
hniksic [Wed, 8 Oct 2003 00:09:56 +0000 (17:09 -0700)]
[svn] Cosmetic changes to GNU convention.

20 years ago[svn] Renamed DEBUG to ENABLE_DEBUG.
hniksic [Wed, 8 Oct 2003 00:05:51 +0000 (17:05 -0700)]
[svn] Renamed DEBUG to ENABLE_DEBUG.

20 years ago[svn] Move fnmatch() to cmpt.c and don't use it under GNU libc.
hniksic [Tue, 7 Oct 2003 23:53:31 +0000 (16:53 -0700)]
[svn] Move fnmatch() to cmpt.c and don't use it under GNU libc.

20 years ago[svn] Add a fresher getopt.c.
hniksic [Tue, 7 Oct 2003 22:58:27 +0000 (15:58 -0700)]
[svn] Add a fresher getopt.c.

20 years ago[svn] Doc typo fix.
hniksic [Tue, 7 Oct 2003 21:45:26 +0000 (14:45 -0700)]
[svn] Doc typo fix.

20 years ago[svn] Remove unused pointer from struct cookie.
hniksic [Tue, 7 Oct 2003 10:39:18 +0000 (03:39 -0700)]
[svn] Remove unused pointer from struct cookie.

20 years ago[svn] jar->chains_by_domain -> jar->chains
hniksic [Tue, 7 Oct 2003 00:49:58 +0000 (17:49 -0700)]
[svn] jar->chains_by_domain -> jar->chains

20 years ago[svn] Improve documentation of cookie code.
hniksic [Tue, 7 Oct 2003 00:47:08 +0000 (17:47 -0700)]
[svn] Improve documentation of cookie code.

20 years ago[svn] Document POST.
hniksic [Mon, 6 Oct 2003 23:12:37 +0000 (16:12 -0700)]
[svn] Document POST.

20 years ago[svn] Fix type of _SetThreadExecutionState local var.
hniksic [Sun, 5 Oct 2003 21:12:36 +0000 (14:12 -0700)]
[svn] Fix type of _SetThreadExecutionState local var.
By Gisle Vanem.

20 years ago[svn] Doc update.
hniksic [Sat, 4 Oct 2003 22:58:34 +0000 (15:58 -0700)]
[svn] Doc update.

20 years ago[svn] Doc update.
hniksic [Sat, 4 Oct 2003 22:51:00 +0000 (15:51 -0700)]
[svn] Doc update.

20 years ago[svn] Fix crash when post-file is missing.
hniksic [Sat, 4 Oct 2003 22:26:58 +0000 (15:26 -0700)]
[svn] Fix crash when post-file is missing.

20 years ago[svn] Use WaitForSingleObject to wait for thread termination.
hniksic [Sat, 4 Oct 2003 21:54:12 +0000 (14:54 -0700)]
[svn] Use WaitForSingleObject to wait for thread termination.
By Gisle Vanem.

20 years ago[svn] Update ansi2knr.c and ansi2knr.1.
hniksic [Sat, 4 Oct 2003 10:34:10 +0000 (03:34 -0700)]
[svn] Update ansi2knr.c and ansi2knr.1.
Update log.c to use `...' in function definition argument lists
unconditionally.

20 years ago[svn] Moved libtool M4 stuff to a separate libtool.m4 file.
hniksic [Fri, 3 Oct 2003 22:24:48 +0000 (15:24 -0700)]
[svn] Moved libtool M4 stuff to a separate libtool.m4 file.

20 years ago[svn] Include winsock headers from mswindows.h.
hniksic [Fri, 3 Oct 2003 16:37:47 +0000 (09:37 -0700)]
[svn] Include winsock headers from mswindows.h.
By Gisle Vanem.

20 years ago[svn] Fix compilation problem on non-Gcc compilers.
hniksic [Fri, 3 Oct 2003 16:11:09 +0000 (09:11 -0700)]
[svn] Fix compilation problem on non-Gcc compilers.

20 years ago[svn] Window-specific implementation of run_with_timeout.
hniksic [Thu, 2 Oct 2003 23:28:49 +0000 (16:28 -0700)]
[svn] Window-specific implementation of run_with_timeout.
By Gisle Vanem.

20 years ago[svn] Better document html-parse macros.
hniksic [Thu, 2 Oct 2003 22:20:44 +0000 (15:20 -0700)]
[svn] Better document html-parse macros.