]> sjero.net Git - wget/log
wget
20 years ago[svn] Document new implementation of continuing partial downloads.
hniksic [Sat, 6 Dec 2003 11:15:56 +0000 (03:15 -0800)]
[svn] Document new implementation of continuing partial downloads.

20 years ago[svn] Don't incorrectly claim that `-O' sets the number of retries to 1.
hniksic [Sat, 6 Dec 2003 10:59:59 +0000 (02:59 -0800)]
[svn] Don't incorrectly claim that `-O' sets the number of retries to 1.

20 years ago[svn] Document the new option --protocol-directories.
hniksic [Sat, 6 Dec 2003 03:07:10 +0000 (19:07 -0800)]
[svn] Document the new option --protocol-directories.

20 years ago[svn] New option --protocol-directories.
hniksic [Sat, 6 Dec 2003 03:01:31 +0000 (19:01 -0800)]
[svn] New option --protocol-directories.

20 years ago[svn] Correctly calculate bandwidth as total data read divided with download
hniksic [Sat, 6 Dec 2003 02:32:57 +0000 (18:32 -0800)]
[svn] Correctly calculate bandwidth as total data read divided with download
time.

20 years ago[svn] Reword the HTTP/0.9 entry.
hniksic [Sat, 6 Dec 2003 00:45:00 +0000 (16:45 -0800)]
[svn] Reword the HTTP/0.9 entry.

20 years ago[svn] Support the 303 See Other response.
hniksic [Fri, 5 Dec 2003 14:37:47 +0000 (06:37 -0800)]
[svn] Support the 303 See Other response.

20 years ago[svn] Updated file from the TP.
hniksic [Fri, 5 Dec 2003 00:17:21 +0000 (16:17 -0800)]
[svn] Updated file from the TP.

20 years ago[svn] * retr.c (fd_read_body): Report the amount of data *written* as
hniksic [Sun, 30 Nov 2003 23:39:04 +0000 (15:39 -0800)]
[svn] * retr.c (fd_read_body): Report the amount of data *written* as
amount_read.  This is not entirely logical, but that's what the
callers expect, and it's not easy to change.

* ftp.c (ftp_loop_internal): Ditto.

* http.c (http_loop): Be smarter about assigning restval; if we're
in the nth pass of a download, simply use the information we have
about how much data has been retrieved as restval.

* ftp.c (getftp): Ditto for FTP "REST" command.

* http.c (gethttp): When the server doesn't respect range, skip
the first RESTVAL bytes of the read body.  Never truncate the
output file.

* retr.c (fd_read_body): Support skipping initial STARTPOS octets.

20 years ago[svn] Read the data in skip_short_body directly.
hniksic [Sun, 30 Nov 2003 14:33:00 +0000 (06:33 -0800)]
[svn] Read the data in skip_short_body directly.

20 years ago[svn] Better documentation for fd_read_body args.
hniksic [Sun, 30 Nov 2003 04:41:08 +0000 (20:41 -0800)]
[svn] Better documentation for fd_read_body args.

20 years ago[svn] Mention that HTTP/0.9 now works.
hniksic [Sun, 30 Nov 2003 04:23:26 +0000 (20:23 -0800)]
[svn] Mention that HTTP/0.9 now works.

20 years ago[svn] Try to reuse connections that return error codes.
hniksic [Sun, 30 Nov 2003 01:34:33 +0000 (17:34 -0800)]
[svn] Try to reuse connections that return error codes.

20 years ago[svn] Initialize SSL only the first time when an SSL URL is encountered.
hniksic [Sat, 29 Nov 2003 22:24:55 +0000 (14:24 -0800)]
[svn] Initialize SSL only the first time when an SSL URL is encountered.

20 years ago[svn] Docfix.
hniksic [Sat, 29 Nov 2003 22:19:46 +0000 (14:19 -0800)]
[svn] Docfix.

20 years ago[svn] Cosmetic change.
hniksic [Sat, 29 Nov 2003 22:19:26 +0000 (14:19 -0800)]
[svn] Cosmetic change.

20 years ago[svn] Restructure generation of HTTP requests. Allow headers specified with
hniksic [Sat, 29 Nov 2003 18:40:01 +0000 (10:40 -0800)]
[svn] Restructure generation of HTTP requests.  Allow headers specified with
--header to override generated headers.

20 years ago[svn] Don't include the Proxy-Authorization header in the request tunneled
hniksic [Fri, 28 Nov 2003 11:28:05 +0000 (03:28 -0800)]
[svn] Don't include the Proxy-Authorization header in the request tunneled
through proxy.

20 years ago[svn] Document that SSL passthrough now works.
hniksic [Fri, 28 Nov 2003 02:37:33 +0000 (18:37 -0800)]
[svn] Document that SSL passthrough now works.

20 years ago[svn] Use the CONNECT method to establish passthrough over SSL traffic
hniksic [Fri, 28 Nov 2003 02:24:53 +0000 (18:24 -0800)]
[svn] Use the CONNECT method to establish passthrough over SSL traffic
over proxies.

20 years ago[svn] Don't #include netinet/Winsock stuff.
hniksic [Thu, 27 Nov 2003 23:39:53 +0000 (15:39 -0800)]
[svn] Don't #include netinet/Winsock stuff.

20 years ago[svn] Remove obsolete finder_t typedef.
hniksic [Thu, 27 Nov 2003 23:34:32 +0000 (15:34 -0800)]
[svn] Remove obsolete finder_t typedef.

20 years ago[svn] Use fd_read_hunk for reading HTTP response head. Support HTTP/0.9
hniksic [Thu, 27 Nov 2003 23:29:36 +0000 (15:29 -0800)]
[svn] Use fd_read_hunk for reading HTTP response head.  Support HTTP/0.9
responses.

20 years ago[svn] Don't calculate the ETA if nothing has yet been downloaded.
hniksic [Thu, 27 Nov 2003 22:59:36 +0000 (14:59 -0800)]
[svn] Don't calculate the ETA if nothing has yet been downloaded.

20 years ago[svn] Renamed sa_len to addrlen because IRIX defines sa_len as macro.
hniksic [Thu, 27 Nov 2003 10:59:41 +0000 (02:59 -0800)]
[svn] Renamed sa_len to addrlen because IRIX defines sa_len as macro.

20 years ago[svn] Don't check for AI_V4MAPPED and AI_ALL.
hniksic [Wed, 26 Nov 2003 22:46:13 +0000 (14:46 -0800)]
[svn] Don't check for AI_V4MAPPED and AI_ALL.

20 years ago[svn] Check for struct sockaddr_storage.
hniksic [Wed, 26 Nov 2003 17:20:23 +0000 (09:20 -0800)]
[svn] Check for struct sockaddr_storage.

20 years ago[svn] Squash embedded newlines in links.
hniksic [Wed, 26 Nov 2003 16:37:04 +0000 (08:37 -0800)]
[svn] Squash embedded newlines in links.

20 years ago[svn] Set con->csock to -1 where rbuf_uninitialize was previously used.
hniksic [Wed, 26 Nov 2003 00:38:20 +0000 (16:38 -0800)]
[svn] Set con->csock to -1 where rbuf_uninitialize was previously used.

20 years ago[svn] Added the trailing backslash that was missing.
hniksic [Wed, 26 Nov 2003 00:20:42 +0000 (16:20 -0800)]
[svn] Added the trailing backslash that was missing.

20 years ago[svn] Updated from the TP.
hniksic [Tue, 25 Nov 2003 23:02:46 +0000 (15:02 -0800)]
[svn] Updated from the TP.

20 years ago[svn] Remove headers.c and headers.h.
hniksic [Fri, 21 Nov 2003 08:48:45 +0000 (00:48 -0800)]
[svn] Remove headers.c and headers.h.

20 years ago[svn] Remove the "rbuf" buffering layer. Provide peeking primitives instead.
hniksic [Fri, 21 Nov 2003 01:48:11 +0000 (17:48 -0800)]
[svn] Remove the "rbuf" buffering layer.  Provide peeking primitives instead.

20 years ago[svn] Renamed xread/xwrite/xclose to fd_read/fd_write/fd_close. The "x" prefix is
hniksic [Thu, 20 Nov 2003 15:19:59 +0000 (07:19 -0800)]
[svn] Renamed xread/xwrite/xclose to fd_read/fd_write/fd_close.  The "x" prefix is
not appropriate because the semantics have diverged from read/write/close
too significantly.

20 years ago[svn] It's not necessary to initialize RES.
hniksic [Thu, 20 Nov 2003 01:26:02 +0000 (17:26 -0800)]
[svn] It's not necessary to initialize RES.

20 years ago[svn] It's not necessary to initialize RES.
hniksic [Thu, 20 Nov 2003 00:42:21 +0000 (16:42 -0800)]
[svn] It's not necessary to initialize RES.

20 years ago[svn] Don't reference opt.ipv4_only and opt.ipv6_only if IPv6 is disabled.
hniksic [Wed, 19 Nov 2003 13:25:20 +0000 (05:25 -0800)]
[svn] Don't reference opt.ipv4_only and opt.ipv6_only if IPv6 is disabled.

20 years ago[svn] Don't compile socket_has_inet6 if IPv6 is disabled.
hniksic [Wed, 19 Nov 2003 12:07:42 +0000 (04:07 -0800)]
[svn] Don't compile socket_has_inet6 if IPv6 is disabled.

20 years ago[svn] Warn the user when using weak random seed.
hniksic [Tue, 18 Nov 2003 22:28:01 +0000 (14:28 -0800)]
[svn] Warn the user when using weak random seed.

20 years ago[svn] Renamed address_list_find to address_list_contains.
hniksic [Tue, 18 Nov 2003 22:18:44 +0000 (14:18 -0800)]
[svn] Renamed address_list_find to address_list_contains.

20 years ago[svn] Document connect_to_host better.
hniksic [Mon, 17 Nov 2003 23:53:14 +0000 (15:53 -0800)]
[svn] Document connect_to_host better.

20 years ago[svn] Make select_fd return 1 if select is unavailable.
hniksic [Mon, 17 Nov 2003 23:46:20 +0000 (15:46 -0800)]
[svn] Make select_fd return 1 if select is unavailable.

20 years ago[svn] Don't reference address list after releasing it.
hniksic [Mon, 17 Nov 2003 20:51:27 +0000 (12:51 -0800)]
[svn] Don't reference address list after releasing it.

20 years ago[svn] Updated.
hniksic [Mon, 17 Nov 2003 13:17:05 +0000 (05:17 -0800)]
[svn] Updated.

20 years ago[svn] Fix alignment of FTP options output.
hniksic [Mon, 17 Nov 2003 13:13:33 +0000 (05:13 -0800)]
[svn] Fix alignment of FTP options output.

20 years ago[svn] Don't auto-set opt.ipv4_only on systems without IPv6 sockets.
hniksic [Mon, 17 Nov 2003 12:59:54 +0000 (04:59 -0800)]
[svn] Don't auto-set opt.ipv4_only on systems without IPv6 sockets.

20 years ago[svn] Removed from CVS.
hniksic [Sun, 16 Nov 2003 23:45:25 +0000 (15:45 -0800)]
[svn] Removed from CVS.

20 years ago[svn] Updated.
hniksic [Sun, 16 Nov 2003 23:45:01 +0000 (15:45 -0800)]
[svn] Updated.

20 years ago[svn] Fix minor problems with --help text.
hniksic [Sun, 16 Nov 2003 23:42:38 +0000 (15:42 -0800)]
[svn] Fix minor problems with --help text.

20 years ago[svn] Updated from the TP.
hniksic [Sun, 16 Nov 2003 21:05:50 +0000 (13:05 -0800)]
[svn] Updated from the TP.

20 years ago[svn] No longer include INET headers in ftp-basic.c.
hniksic [Sun, 16 Nov 2003 19:17:48 +0000 (11:17 -0800)]
[svn] No longer include INET headers in ftp-basic.c.

20 years ago[svn] Don't allow opt.ipv4_only and opt.ipv6_only to both be set.
hniksic [Sun, 16 Nov 2003 00:31:58 +0000 (16:31 -0800)]
[svn] Don't allow opt.ipv4_only and opt.ipv6_only to both be set.

20 years ago[svn] Specify AI_ADDRCONFIG only when the address family is not explicitly
hniksic [Sat, 15 Nov 2003 02:18:41 +0000 (18:18 -0800)]
[svn] Specify AI_ADDRCONFIG only when the address family is not explicitly
requested.

20 years ago[svn] Don't refer to nonexistent forget_host_lookup.
hniksic [Sat, 15 Nov 2003 02:10:56 +0000 (18:10 -0800)]
[svn] Don't refer to nonexistent forget_host_lookup.

20 years ago[svn] Regenerated.
hniksic [Sat, 15 Nov 2003 02:05:35 +0000 (18:05 -0800)]
[svn] Regenerated.

20 years ago[svn] Doc fix.
hniksic [Sat, 15 Nov 2003 02:05:21 +0000 (18:05 -0800)]
[svn] Doc fix.

20 years ago[svn] Fix call to socket_ip_address.
hniksic [Sat, 15 Nov 2003 02:03:23 +0000 (18:03 -0800)]
[svn] Fix call to socket_ip_address.

20 years ago[svn] Add support for -4/-6.
hniksic [Sat, 15 Nov 2003 01:49:52 +0000 (17:49 -0800)]
[svn] Add support for -4/-6.

20 years ago[svn] Updated from the TP.
hniksic [Sat, 15 Nov 2003 01:41:32 +0000 (17:41 -0800)]
[svn] Updated from the TP.

20 years ago[svn] Small update.
hniksic [Fri, 14 Nov 2003 23:59:59 +0000 (15:59 -0800)]
[svn] Small update.

20 years ago[svn] Documented --no-remove-listing.
hniksic [Fri, 14 Nov 2003 23:39:14 +0000 (15:39 -0800)]
[svn] Documented --no-remove-listing.

20 years ago[svn] Update to GFDL 1.2.
hniksic [Fri, 14 Nov 2003 22:53:38 +0000 (14:53 -0800)]
[svn] Update to GFDL 1.2.

20 years ago[svn] Updated from the TP.
hniksic [Fri, 14 Nov 2003 21:01:15 +0000 (13:01 -0800)]
[svn] Updated from the TP.

20 years ago[svn] Enable -4 and -6 switches only when IPv6 is enabled.
hniksic [Fri, 14 Nov 2003 15:18:47 +0000 (07:18 -0800)]
[svn] Enable -4 and -6 switches only when IPv6 is enabled.

20 years ago[svn] Cosmetic changes.
hniksic [Fri, 14 Nov 2003 13:55:02 +0000 (05:55 -0800)]
[svn] Cosmetic changes.

20 years ago[svn] Document that Winsock's gethostbyname might not grok numeric addresses.
hniksic [Fri, 14 Nov 2003 13:51:32 +0000 (05:51 -0800)]
[svn] Document that Winsock's gethostbyname might not grok numeric addresses.

20 years ago[svn] Renamed register_extended to register_transport.
hniksic [Fri, 14 Nov 2003 13:43:46 +0000 (05:43 -0800)]
[svn] Renamed register_extended to register_transport.

20 years ago[svn] Import the 1.9.1 release change logs to 1.9 branch change logs.
hniksic [Fri, 14 Nov 2003 02:08:23 +0000 (18:08 -0800)]
[svn] Import the 1.9.1 release change logs to 1.9 branch change logs.

20 years ago[svn] Mention the 1.9.1 release.
hniksic [Fri, 14 Nov 2003 02:00:26 +0000 (18:00 -0800)]
[svn] Mention the 1.9.1 release.

20 years ago[svn] Preserve consecutive slashes in URLs. Make sure leading ".."'s are
hniksic [Fri, 14 Nov 2003 01:36:02 +0000 (17:36 -0800)]
[svn] Preserve consecutive slashes in URLs.  Make sure leading ".."'s are
not stripped away.

20 years ago[svn] Don't attempt to talk to two different SSL sites over the same secure
hniksic [Thu, 13 Nov 2003 22:48:03 +0000 (14:48 -0800)]
[svn] Don't attempt to talk to two different SSL sites over the same secure
connection.

20 years ago[svn] Use the new function retryable_socket_connect_error instead of the
hniksic [Thu, 13 Nov 2003 22:27:38 +0000 (14:27 -0800)]
[svn] Use the new function retryable_socket_connect_error instead of the
CONNECT_ERROR macro.

20 years ago[svn] Correctly check for unsupported socket families.
hniksic [Thu, 13 Nov 2003 20:26:18 +0000 (12:26 -0800)]
[svn] Correctly check for unsupported socket families.

20 years ago[svn] Rewrote bindport and acceptport to use a more standard calling convention.
hniksic [Thu, 13 Nov 2003 17:05:06 +0000 (09:05 -0800)]
[svn] Rewrote bindport and acceptport to use a more standard calling convention.

20 years ago[svn] Turn on opt.ipv4_only if we're compiling with IPv6, and AI_ADDRINFO is not
hniksic [Thu, 13 Nov 2003 16:41:17 +0000 (08:41 -0800)]
[svn] Turn on opt.ipv4_only if we're compiling with IPv6, and AI_ADDRINFO is not
available, and AF_INET6 sockets can't be created.

20 years ago[svn] Document that the IP addresses are returned in order.
hniksic [Thu, 13 Nov 2003 01:37:46 +0000 (17:37 -0800)]
[svn] Document that the IP addresses are returned in order.

20 years ago[svn] Use a more standard checking message when checking for md5.h.
hniksic [Wed, 12 Nov 2003 00:50:00 +0000 (16:50 -0800)]
[svn] Use a more standard checking message when checking for md5.h.

20 years ago[svn] Use : instead of true.
hniksic [Wed, 12 Nov 2003 00:43:38 +0000 (16:43 -0800)]
[svn] Use : instead of true.

20 years ago[svn] Better INT_MAX and UCHAR_MAX checks.
hniksic [Wed, 12 Nov 2003 00:42:09 +0000 (16:42 -0800)]
[svn] Better INT_MAX and UCHAR_MAX checks.

20 years ago[svn] Added (currently no-op) -4 and -6.
hniksic [Tue, 11 Nov 2003 21:48:35 +0000 (13:48 -0800)]
[svn] Added (currently no-op) -4 and -6.

20 years ago[svn] Mention that gethostbyname is not required to accept dotted-decimal
hniksic [Tue, 11 Nov 2003 03:21:57 +0000 (19:21 -0800)]
[svn] Mention that gethostbyname is not required to accept dotted-decimal
addresses.

20 years ago[svn] Use a more standard error message.
hniksic [Tue, 11 Nov 2003 03:19:33 +0000 (19:19 -0800)]
[svn] Use a more standard error message.

20 years ago[svn] Add docs for address_list_release.
hniksic [Tue, 11 Nov 2003 00:26:14 +0000 (16:26 -0800)]
[svn] Add docs for address_list_release.

20 years ago[svn] Mention progress bar improvement.
hniksic [Tue, 11 Nov 2003 00:23:45 +0000 (16:23 -0800)]
[svn] Mention progress bar improvement.

20 years ago[svn] Updated options news and the IPv6 changes news.
hniksic [Tue, 11 Nov 2003 00:23:01 +0000 (16:23 -0800)]
[svn] Updated options news and the IPv6 changes news.

20 years ago[svn] Use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE.
hniksic [Mon, 10 Nov 2003 14:13:18 +0000 (06:13 -0800)]
[svn] Use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE.

20 years ago[svn] Use AC_CHECK_TYPES to check for struct utimbuf.
hniksic [Mon, 10 Nov 2003 13:48:53 +0000 (05:48 -0800)]
[svn] Use AC_CHECK_TYPES to check for struct utimbuf.

20 years ago[svn] Network updates.
hniksic [Mon, 10 Nov 2003 13:20:46 +0000 (05:20 -0800)]
[svn] Network updates.

20 years ago[svn] Special-case numeric addresses only in the IPv4 case.
hniksic [Mon, 10 Nov 2003 12:56:08 +0000 (04:56 -0800)]
[svn] Special-case numeric addresses only in the IPv4 case.

20 years ago[svn] Split passive host lookups to a separate function.
hniksic [Mon, 10 Nov 2003 01:38:09 +0000 (17:38 -0800)]
[svn] Split passive host lookups to a separate function.

20 years ago[svn] Explained what patches are. Added more information about the use
hniksic [Sun, 9 Nov 2003 02:58:46 +0000 (18:58 -0800)]
[svn] Explained what patches are.  Added more information about the use
of CVS.

20 years ago[svn] Download URLs from <object data="...">.
hniksic [Sun, 9 Nov 2003 01:33:33 +0000 (17:33 -0800)]
[svn] Download URLs from <object data="...">.

20 years ago[svn] Respect the user's LINGUAS setting at configure time.
hniksic [Sun, 9 Nov 2003 01:23:05 +0000 (17:23 -0800)]
[svn] Respect the user's LINGUAS setting at configure time.

20 years ago[svn] Fix core dump with --mirror.
hniksic [Sun, 9 Nov 2003 01:07:53 +0000 (17:07 -0800)]
[svn] Fix core dump with --mirror.

20 years ago[svn] Mark clearly where the response begins and ends in the debug output.
hniksic [Sun, 9 Nov 2003 01:05:35 +0000 (17:05 -0800)]
[svn] Mark clearly where the response begins and ends in the debug output.

20 years ago[svn] Don't attempt to use Emacs as a susbtitute for makeinfo.
hniksic [Sun, 9 Nov 2003 00:24:56 +0000 (16:24 -0800)]
[svn] Don't attempt to use Emacs as a susbtitute for makeinfo.

20 years ago[svn] Get rid of the node previous/next/up links.
hniksic [Sun, 9 Nov 2003 00:09:26 +0000 (16:09 -0800)]
[svn] Get rid of the node previous/next/up links.

20 years ago[svn] Update the documentation regarding the removal of -s/-C/-g/-G.
hniksic [Sat, 8 Nov 2003 23:48:36 +0000 (15:48 -0800)]
[svn] Update the documentation regarding the removal of -s/-C/-g/-G.

20 years ago[svn] Specify exact domain match on cookies that don't specify domain.
hniksic [Sat, 8 Nov 2003 22:32:52 +0000 (14:32 -0800)]
[svn] Specify exact domain match on cookies that don't specify domain.

20 years ago[svn] Doc fix.
hniksic [Sat, 8 Nov 2003 20:41:15 +0000 (12:41 -0800)]
[svn] Doc fix.