]> sjero.net Git - wget/log
wget
19 years ago[svn] Fix setting the NTLM domain.
hniksic [Thu, 21 Apr 2005 14:00:11 +0000 (07:00 -0700)]
[svn] Fix setting the NTLM domain.
By Sami Krank.

19 years ago[svn] Removed _AS_PATH_SEPARATOR_PREPARE from configure.in (inserted by mistake durin...
mtortonesi [Thu, 21 Apr 2005 01:30:54 +0000 (18:30 -0700)]
[svn] Removed _AS_PATH_SEPARATOR_PREPARE from configure.in (inserted by mistake during last commit). Updated version string to 1.10-alpha2+cvs-dev.

19 years ago[svn] Set IPV6_V6ONLY socket option when -6 switch is used.
mtortonesi [Thu, 21 Apr 2005 01:26:33 +0000 (18:26 -0700)]
[svn] Set IPV6_V6ONLY socket option when -6 switch is used.

19 years ago[svn] Fix the check whether a new header needs to be allocated.
hniksic [Wed, 20 Apr 2005 20:15:05 +0000 (13:15 -0700)]
[svn] Fix the check whether a new header needs to be allocated.
By FUJISHIMA Satsuki.

19 years ago[svn] Document behavior of -6 wrt mapped IPv4 addresses.
hniksic [Wed, 20 Apr 2005 11:30:21 +0000 (04:30 -0700)]
[svn] Document behavior of -6 wrt mapped IPv4 addresses.

19 years ago[svn] Documented IPv6-related options.
hniksic [Tue, 19 Apr 2005 22:57:28 +0000 (15:57 -0700)]
[svn] Documented IPv6-related options.

19 years ago[svn] Update mailing list information.
hniksic [Mon, 18 Apr 2005 20:52:27 +0000 (13:52 -0700)]
[svn] Update mailing list information.

19 years ago[svn] Removed MACHINES.
hniksic [Mon, 18 Apr 2005 20:21:04 +0000 (13:21 -0700)]
[svn] Removed MACHINES.

19 years ago[svn] Update mailing list descriptions and archive locations.
hniksic [Mon, 18 Apr 2005 20:19:59 +0000 (13:19 -0700)]
[svn] Update mailing list descriptions and archive locations.

19 years ago[svn] Change orders of parameters of base64_encode, so it makes more sense.
hniksic [Mon, 18 Apr 2005 14:23:23 +0000 (07:23 -0700)]
[svn] Change orders of parameters of base64_encode, so it makes more sense.
Mention NTLM support in http.c.

19 years ago[svn] Don't advertise --no-dns-cache as necessary for dyndns downloads.
hniksic [Sun, 17 Apr 2005 23:26:26 +0000 (16:26 -0700)]
[svn] Don't advertise --no-dns-cache as necessary for dyndns downloads.

19 years ago[svn] Name Mauro as the maintainer. Update copyright year.
hniksic [Sun, 17 Apr 2005 17:09:39 +0000 (10:09 -0700)]
[svn] Name Mauro as the maintainer.  Update copyright year.

19 years ago[svn] Mention that IPv6 doesn't work on Windows.
hniksic [Sun, 17 Apr 2005 17:08:51 +0000 (10:08 -0700)]
[svn] Mention that IPv6 doesn't work on Windows.

19 years ago[svn] Fix potential memory leak in request_set_header.
hniksic [Sun, 17 Apr 2005 16:59:35 +0000 (09:59 -0700)]
[svn] Fix potential memory leak in request_set_header.

19 years ago[svn] Declare VALUE argument of fmtstr as const char *.
hniksic [Sun, 17 Apr 2005 16:53:55 +0000 (09:53 -0700)]
[svn] Declare VALUE argument of fmtstr as const char *.
By Russ Allbery.

19 years ago[svn] More correct handling of significant digit count with %g -- 0.002 has
hniksic [Sat, 16 Apr 2005 23:02:39 +0000 (16:02 -0700)]
[svn] More correct handling of significant digit count with %g -- 0.002 has
one significant digit, not three.

19 years ago[svn] Don't ignore timeout when progress=dot.
hniksic [Sat, 16 Apr 2005 20:12:43 +0000 (13:12 -0700)]
[svn] Don't ignore timeout when progress=dot.

19 years ago[svn] Doc fix.
hniksic [Sat, 16 Apr 2005 18:11:23 +0000 (11:11 -0700)]
[svn] Doc fix.

19 years ago[svn] Really disable persistent connections over proxy.
hniksic [Sat, 16 Apr 2005 13:06:29 +0000 (06:06 -0700)]
[svn] Really disable persistent connections over proxy.

19 years ago[svn] Fixed a number of bugs in snprintf.c.
hniksic [Sat, 16 Apr 2005 00:12:06 +0000 (17:12 -0700)]
[svn] Fixed a number of bugs in snprintf.c.

19 years ago[svn] Use _POSIX_TIMERS - 0 > 0, which handles the case when POSIX_TIMERS is
hniksic [Fri, 15 Apr 2005 19:29:19 +0000 (12:29 -0700)]
[svn] Use _POSIX_TIMERS - 0 > 0, which handles the case when POSIX_TIMERS is
_defined but empty, as well as the case when it is
undefined.  Do the same with the check for _POSIX_MONOTONIC_CLOCK.
Suggested by Larry Jones.

19 years ago[svn] Check for defined(_POSIX_TIMERS) before checking the value.
hniksic [Fri, 15 Apr 2005 11:09:45 +0000 (04:09 -0700)]
[svn] Check for defined(_POSIX_TIMERS) before checking the value.

19 years ago[svn] Report an error in skip_short_body to the caller.
hniksic [Thu, 14 Apr 2005 21:12:57 +0000 (14:12 -0700)]
[svn] Report an error in skip_short_body to the caller.

19 years ago[svn] Open the output file in binary mode.
hniksic [Tue, 12 Apr 2005 20:32:31 +0000 (13:32 -0700)]
[svn] Open the output file in binary mode.
By Gisle Vanem.

19 years ago[svn] Conditonialize including config.h on HAVE_CONFIG_H, not on STANDALONE.
hniksic [Mon, 11 Apr 2005 19:20:45 +0000 (12:20 -0700)]
[svn] Conditonialize including config.h on HAVE_CONFIG_H, not on STANDALONE.

19 years ago[svn] Clean up prototypes and definitions of ssl_init and ssl_connect.
hniksic [Mon, 11 Apr 2005 14:33:36 +0000 (07:33 -0700)]
[svn] Clean up prototypes and definitions of ssl_init and ssl_connect.
Don't include SSL headers in retr.c.

19 years ago[svn] Doc fix.
hniksic [Mon, 11 Apr 2005 13:41:28 +0000 (06:41 -0700)]
[svn] Doc fix.

19 years ago[svn] Don't define _VA_LIST; it breaks compilation with GCC under Solaris 10.
hniksic [Mon, 11 Apr 2005 13:04:08 +0000 (06:04 -0700)]
[svn] Don't define _VA_LIST; it breaks compilation with GCC under Solaris 10.

19 years ago[svn] Warn the user to increase SZ before aborting.
hniksic [Mon, 11 Apr 2005 00:42:18 +0000 (17:42 -0700)]
[svn] Warn the user to increase SZ before aborting.

19 years ago[svn] Doc fix.
hniksic [Mon, 11 Apr 2005 00:41:20 +0000 (17:41 -0700)]
[svn] Doc fix.

19 years ago[svn] Free converted_files.
hniksic [Sun, 10 Apr 2005 23:39:41 +0000 (16:39 -0700)]
[svn] Free converted_files.

19 years ago[svn] Use __builtin_expect to provide a hint that -d is unlikely.
hniksic [Sun, 10 Apr 2005 19:54:02 +0000 (12:54 -0700)]
[svn] Use __builtin_expect to provide a hint that -d is unlikely.

19 years ago[svn] Declare alloca as returning void *, not char *. (The alloca in
hniksic [Sun, 10 Apr 2005 18:20:54 +0000 (11:20 -0700)]
[svn] Declare alloca as returning void *, not char *.  (The alloca in
alloca.c returns void *.)

19 years ago[svn] Correct logic of check #6 in download_child_p.
hniksic [Sat, 9 Apr 2005 22:18:36 +0000 (15:18 -0700)]
[svn] Correct logic of check #6 in download_child_p.
By Larry Jones and Hrvoje Niksic.

19 years ago[svn] Don't mark ~ as unsafe, it confuses too many sites.
hniksic [Sat, 9 Apr 2005 11:48:31 +0000 (04:48 -0700)]
[svn] Don't mark ~ as unsafe, it confuses too many sites.

19 years ago[svn] Fix compilation of alloca.c under tcc.
hniksic [Fri, 8 Apr 2005 23:09:09 +0000 (16:09 -0700)]
[svn] Fix compilation of alloca.c under tcc.

19 years ago[svn] Declare ntlmbuf as char, to avoid warning with icc.
hniksic [Fri, 8 Apr 2005 22:34:43 +0000 (15:34 -0700)]
[svn] Declare ntlmbuf as char, to avoid warning with icc.
Join strings to support pre-C89 compilers.

19 years ago[svn] Use Windows timers under Cygwin.
hniksic [Fri, 8 Apr 2005 22:05:45 +0000 (15:05 -0700)]
[svn] Use Windows timers under Cygwin.

19 years ago[svn] Don't use $< in an explicit rule.
hniksic [Fri, 8 Apr 2005 21:01:30 +0000 (14:01 -0700)]
[svn] Don't use $< in an explicit rule.
Submitted by Larry Jones.

19 years ago[svn] Remove the unused "initialized" field from struct ptimer.
hniksic [Fri, 8 Apr 2005 18:33:11 +0000 (11:33 -0700)]
[svn] Remove the unused "initialized" field from struct ptimer.

19 years ago[svn] Better selection of POSIX clocks.
hniksic [Fri, 8 Apr 2005 18:19:20 +0000 (11:19 -0700)]
[svn] Better selection of POSIX clocks.

19 years ago[svn] Check for all SSL headers that Wget uses.
hniksic [Fri, 8 Apr 2005 09:47:31 +0000 (02:47 -0700)]
[svn] Check for all SSL headers that Wget uses.

19 years ago[svn] Include ptimer.c in Windows builds.
hniksic [Fri, 8 Apr 2005 09:19:39 +0000 (02:19 -0700)]
[svn] Include ptimer.c in Windows builds.

19 years ago[svn] Fix typo affecting Windows build.
hniksic [Fri, 8 Apr 2005 09:18:26 +0000 (02:18 -0700)]
[svn] Fix typo affecting Windows build.

19 years ago[svn] Check if -lrt needs to be used when using clock_gettime.
hniksic [Thu, 7 Apr 2005 23:41:08 +0000 (16:41 -0700)]
[svn] Check if -lrt needs to be used when using clock_gettime.

19 years ago[svn] Check that _POSIX_CLOCK_MONOTONIC >= 0 before using it.
hniksic [Thu, 7 Apr 2005 23:38:08 +0000 (16:38 -0700)]
[svn] Check that _POSIX_CLOCK_MONOTONIC >= 0 before using it.

19 years ago[svn] Check for defined-ness of _POSIX_MONOTONIC_CLOCK, don't require
hniksic [Thu, 7 Apr 2005 23:22:53 +0000 (16:22 -0700)]
[svn] Check for defined-ness of _POSIX_MONOTONIC_CLOCK, don't require
it to be >0.

19 years ago[svn] Renamed OVERFLOW and UNDERFLOW to INT64_OVERFLOW and INT64_UNDERFLOW.
hniksic [Thu, 7 Apr 2005 23:21:24 +0000 (16:21 -0700)]
[svn] Renamed OVERFLOW and UNDERFLOW to INT64_OVERFLOW and INT64_UNDERFLOW.

19 years ago[svn] Don't automatically run autoheader.
hniksic [Thu, 7 Apr 2005 23:11:46 +0000 (16:11 -0700)]
[svn] Don't automatically run autoheader.

19 years ago[svn] Extract timers to a separate file.
hniksic [Thu, 7 Apr 2005 21:37:22 +0000 (14:37 -0700)]
[svn] Extract timers to a separate file.

19 years ago[svn] Define NO_ADDRESS only after the system headers have been included.
hniksic [Thu, 7 Apr 2005 20:43:26 +0000 (13:43 -0700)]
[svn] Define NO_ADDRESS only after the system headers have been included.

19 years ago[svn] Enable NTLM if SSL is available.
hniksic [Wed, 6 Apr 2005 20:44:37 +0000 (13:44 -0700)]
[svn] Enable NTLM if SSL is available.

19 years ago[svn] Added NTLM support.
hniksic [Wed, 6 Apr 2005 20:42:22 +0000 (13:42 -0700)]
[svn] Added NTLM support.

19 years ago[svn] Removed string_t.c from the list of source files in Makefiles.
mtortonesi [Tue, 5 Apr 2005 18:46:44 +0000 (11:46 -0700)]
[svn] Removed string_t.c from the list of source files in Makefiles.

19 years ago[svn] Removed (not used anymore) string_t.{c,h}.
mtortonesi [Tue, 5 Apr 2005 03:21:23 +0000 (20:21 -0700)]
[svn] Removed (not used anymore) string_t.{c,h}.

19 years ago[svn] Use the xzero shorthand for memset(..., 0, ...).
hniksic [Sat, 2 Apr 2005 00:41:04 +0000 (16:41 -0800)]
[svn] Use the xzero shorthand for memset(..., 0, ...).

19 years ago[svn] Made rewrite_shorthand_url recognize HOST:PORT again.
hniksic [Fri, 1 Apr 2005 23:59:48 +0000 (15:59 -0800)]
[svn] Made rewrite_shorthand_url recognize HOST:PORT again.

19 years ago[svn] Avoid explicit 64-bit constants; construct them by multiplication at
hniksic [Fri, 1 Apr 2005 18:22:38 +0000 (10:22 -0800)]
[svn] Avoid explicit 64-bit constants; construct them by multiplication at
compile-time.

19 years ago[svn] Use sets/hash-tables instead of "slists". Remove slist implementation from
hniksic [Wed, 30 Mar 2005 19:27:34 +0000 (11:27 -0800)]
[svn] Use sets/hash-tables instead of "slists".  Remove slist implementation from
utils.c.

19 years ago[svn] Replace GETALL and others with GLOB_GETALL.
hniksic [Tue, 29 Mar 2005 20:13:12 +0000 (12:13 -0800)]
[svn] Replace GETALL and others with GLOB_GETALL.

19 years ago[svn] Updated Croatian translation.
hniksic [Tue, 29 Mar 2005 20:12:12 +0000 (12:12 -0800)]
[svn] Updated Croatian translation.

19 years ago[svn] Slightly better handling of negative numbers in numdigit.
hniksic [Tue, 29 Mar 2005 20:03:42 +0000 (12:03 -0800)]
[svn] Slightly better handling of negative numbers in numdigit.

19 years ago[svn] Updated POTFILES.in.
hniksic [Wed, 23 Mar 2005 17:42:27 +0000 (09:42 -0800)]
[svn] Updated POTFILES.in.

19 years ago[svn] Restore correct handling of asis.
hniksic [Tue, 22 Mar 2005 13:27:49 +0000 (05:27 -0800)]
[svn] Restore correct handling of asis.

19 years ago[svn] Support human-readable file size printing.
hniksic [Tue, 22 Mar 2005 13:20:02 +0000 (05:20 -0800)]
[svn] Support human-readable file size printing.
Don't use persistent connection over proxies.

19 years ago[svn] Improve built-in memory debugger.
hniksic [Sun, 20 Mar 2005 15:07:40 +0000 (07:07 -0800)]
[svn] Improve built-in memory debugger.

19 years ago[svn] Use high-resolution timers on Windows.
hniksic [Sun, 20 Mar 2005 10:41:46 +0000 (02:41 -0800)]
[svn] Use high-resolution timers on Windows.

19 years ago[svn] Undo the 2004-11-18 change to fd_read_body. Instead, always use the
hniksic [Sat, 19 Mar 2005 17:38:46 +0000 (09:38 -0800)]
[svn] Undo the 2004-11-18 change to fd_read_body.  Instead, always use the
"exact" flag.

19 years ago[svn] Limit the maximum amount of memory allocated by fd_read_hunk and its
hniksic [Sat, 19 Mar 2005 17:35:15 +0000 (09:35 -0800)]
[svn] Limit the maximum amount of memory allocated by fd_read_hunk and its
callers.  Don't allocate more than 64k bytes on headers; don't allocate
more than 4k bytes on a single line.

19 years ago[svn] cmd_bytes now stores wgint, not long.
hniksic [Sat, 19 Mar 2005 17:29:25 +0000 (09:29 -0800)]
[svn] cmd_bytes now stores wgint, not long.

19 years ago[svn] Documentation fix.
hniksic [Sat, 19 Mar 2005 17:25:44 +0000 (09:25 -0800)]
[svn] Documentation fix.

19 years ago[svn] Concatenate strings using concat_strings.
hniksic [Sat, 19 Mar 2005 17:23:32 +0000 (09:23 -0800)]
[svn] Concatenate strings using concat_strings.

19 years ago[svn] Handle negative numbers and detect overflow in simple_atoi.
hniksic [Sat, 19 Mar 2005 17:16:32 +0000 (09:16 -0800)]
[svn] Handle negative numbers and detect overflow in simple_atoi.
Handle negative numbers in simple_atof.

19 years ago[svn] Doc fix to fd_peek.
hniksic [Wed, 16 Mar 2005 21:44:22 +0000 (13:44 -0800)]
[svn] Doc fix to fd_peek.

19 years ago[svn] Handle multiple Set-Cookie headers sent by the server.
hniksic [Sun, 6 Mar 2005 22:53:02 +0000 (14:53 -0800)]
[svn] Handle multiple Set-Cookie headers sent by the server.

19 years ago[svn] Use the passive FTP transfer mode by default.
hniksic [Sun, 6 Mar 2005 19:34:25 +0000 (11:34 -0800)]
[svn] Use the passive FTP transfer mode by default.

19 years ago[svn] Enable merging of duplicate strings. Turn off printing of
hniksic [Sun, 6 Mar 2005 17:46:00 +0000 (09:46 -0800)]
[svn] Enable merging of duplicate strings.  Turn off printing of
Borland compiler logo.

19 years ago[svn] Store errors for Winsock calls in errno. Provide a version of strerror
hniksic [Sun, 6 Mar 2005 16:36:45 +0000 (08:36 -0800)]
[svn] Store errors for Winsock calls in errno.  Provide a version of strerror
that handles Winsock errors.

19 years ago[svn] Reject port numbers greater than 65535.
hniksic [Sun, 6 Mar 2005 16:34:00 +0000 (08:34 -0800)]
[svn] Reject port numbers greater than 65535.

19 years ago[svn] Include stdio.h.
hniksic [Sun, 6 Mar 2005 04:10:23 +0000 (20:10 -0800)]
[svn] Include stdio.h.

19 years ago[svn] Reenable warnings under Borland C, disabling only specific warnings.
hniksic [Sun, 6 Mar 2005 02:25:12 +0000 (18:25 -0800)]
[svn] Reenable warnings under Borland C, disabling only specific warnings.
Generate Pentium Pro code by default.

19 years ago[svn] Remove warnings under Borland C.
hniksic [Sun, 6 Mar 2005 02:11:10 +0000 (18:11 -0800)]
[svn] Remove warnings under Borland C.

19 years ago[svn] Fix parse error when O_BINARY is available.
hniksic [Sat, 5 Mar 2005 23:35:15 +0000 (15:35 -0800)]
[svn] Fix parse error when O_BINARY is available.

19 years ago[svn] Docfix.
hniksic [Sat, 5 Mar 2005 23:07:53 +0000 (15:07 -0800)]
[svn] Docfix.

19 years ago[svn] Fix bogus ".." hosts injecting such components to path.
hniksic [Sat, 5 Mar 2005 23:04:05 +0000 (15:04 -0800)]
[svn] Fix bogus ".." hosts injecting such components to path.

19 years ago[svn] Fix escape chars in server response vulnerability. Server response is
hniksic [Fri, 4 Mar 2005 19:34:31 +0000 (11:34 -0800)]
[svn] Fix escape chars in server response vulnerability.  Server response is
now quoted to escape non-ASCII characters.

19 years ago[svn] Fix a possible race condition when opening files.
hniksic [Fri, 4 Mar 2005 19:26:18 +0000 (11:26 -0800)]
[svn] Fix a possible race condition when opening files.
Published in <87r7j6vy9g.fsf@xemacs.org>.

19 years ago[svn] Improve handling of numeric hosts when ENABLE_IPV6.
hniksic [Fri, 4 Mar 2005 19:21:02 +0000 (11:21 -0800)]
[svn] Improve handling of numeric hosts when ENABLE_IPV6.
Published in <87psyr6jn7.fsf@xemacs.org>.

19 years ago[svn] Avoid unneeded initialization of local var.
hniksic [Mon, 28 Feb 2005 18:48:23 +0000 (10:48 -0800)]
[svn] Avoid unneeded initialization of local var.

19 years ago[svn] Remove duplicate initialization.
hniksic [Sun, 27 Feb 2005 03:00:59 +0000 (19:00 -0800)]
[svn] Remove duplicate initialization.

19 years ago[svn] iFixes for compilation under MingW. By Gisle Vanem.
hniksic [Sat, 26 Feb 2005 14:00:20 +0000 (06:00 -0800)]
[svn] iFixes for compilation under MingW.  By Gisle Vanem.

19 years ago[svn] Large file fixes for Borland C, published in
hniksic [Sat, 26 Feb 2005 00:23:24 +0000 (16:23 -0800)]
[svn] Large file fixes for Borland C, published in
<87u0o0cgr1.fsf@xemacs.org>.

19 years ago[svn] Upgrade to libtool 1.5.14.
hniksic [Fri, 25 Feb 2005 22:05:50 +0000 (14:05 -0800)]
[svn] Upgrade to libtool 1.5.14.

19 years ago[svn] iInitialize err in getftp to suppress gcc warning.
hniksic [Fri, 25 Feb 2005 22:00:18 +0000 (14:00 -0800)]
[svn] iInitialize err in getftp to suppress gcc warning.

19 years ago[svn] Fix infloop in ftp_expected_bytes introduced by the LFS patch.
hniksic [Thu, 24 Feb 2005 13:44:19 +0000 (05:44 -0800)]
[svn] Fix infloop in ftp_expected_bytes introduced by the LFS patch.

19 years ago[svn] Fix Windows problems introduced by LFS. Published in
hniksic [Thu, 24 Feb 2005 12:58:00 +0000 (04:58 -0800)]
[svn] Fix Windows problems introduced by LFS.  Published in
<87k6oynmj0.fsf@xemacs.org>.

19 years ago[svn] Libtool updated to 1.5.8.
hniksic [Wed, 23 Feb 2005 22:29:33 +0000 (14:29 -0800)]
[svn] Libtool updated to 1.5.8.

19 years ago[svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>.
hniksic [Wed, 23 Feb 2005 22:21:04 +0000 (14:21 -0800)]
[svn] Large file support added.  Published in <87psyr6jn7.fsf@xemacs.org>.

19 years ago[svn] Updated Italian translation.
mtortonesi [Sat, 19 Feb 2005 02:10:24 +0000 (18:10 -0800)]
[svn] Updated Italian translation.

19 years ago[svn] Added the --ftp-passwd command line option.
mtortonesi [Sat, 19 Feb 2005 01:52:01 +0000 (17:52 -0800)]
[svn] Added the --ftp-passwd command line option.