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

19 years ago[svn] added string_t.{c,h} to CVS.
mtortonesi [Fri, 11 Feb 2005 21:47:10 +0000 (13:47 -0800)]
[svn] added string_t.{c,h} to CVS.

19 years ago[svn]
mtortonesi [Fri, 11 Feb 2005 21:34:42 +0000 (13:34 -0800)]
[svn]

Renamed src/string.{c,h} to src/string_t.{c,h} to solve a conflict with the
string.h standard C library header file.

Fixed a bug and triggered escape of backslashes in string_t.c to avoid
ambiguities in the result string.

Added Simone Piunno as new contributor.

19 years ago[svn] Added string.c module. Updated copyright information and added names of new...
mtortonesi [Sat, 1 Jan 2005 21:29:11 +0000 (13:29 -0800)]
[svn] Added string.c module. Updated copyright information and added names of new contributors to the documentation.

19 years ago[svn] Fixed a problem in ftp_parse_winnt_ls that could allow a malicious remote FTP...
mtortonesi [Thu, 9 Dec 2004 01:20:39 +0000 (17:20 -0800)]
[svn] Fixed a problem in ftp_parse_winnt_ls that could allow a malicious remote FTP server to crash wget.

19 years ago[svn] Describe limitations of combining the -O and -k options.
mtortonesi [Sat, 20 Nov 2004 23:16:29 +0000 (15:16 -0800)]
[svn] Describe limitations of combining the -O and -k options.

19 years ago[svn] Fixed -k when using -O.
mtortonesi [Fri, 19 Nov 2004 00:44:38 +0000 (16:44 -0800)]
[svn] Fixed -k when using -O.

19 years ago[svn] Fixed a timeout problem in src/retr.c:fd_read_body when using http_proxy.
mtortonesi [Thu, 18 Nov 2004 21:05:30 +0000 (13:05 -0800)]
[svn] Fixed a timeout problem in src/retr.c:fd_read_body when using http_proxy.

19 years ago[svn] merged YAMAZAKI Makoto's patch fixing termination by assertion bug in netrc...
mtortonesi [Mon, 15 Nov 2004 21:13:50 +0000 (13:13 -0800)]
[svn] merged YAMAZAKI Makoto's patch fixing termination by assertion bug in netrc parsing.

19 years ago[svn] New file from the TP.
hniksic [Sun, 30 May 2004 19:36:23 +0000 (12:36 -0700)]
[svn] New file from the TP.

19 years ago[svn] Allow building in a separate tree when writing to source tree is impossible.
hniksic [Thu, 13 May 2004 12:32:20 +0000 (05:32 -0700)]
[svn] Allow building in a separate tree when writing to source tree is impossible.

19 years ago[svn] Updated from the TP.
hniksic [Thu, 13 May 2004 10:21:10 +0000 (03:21 -0700)]
[svn] Updated from the TP.

19 years ago[svn] Fix fake_fork under Borland C.
hniksic [Sun, 9 May 2004 21:50:00 +0000 (14:50 -0700)]
[svn] Fix fake_fork under Borland C.
Submitted by David Fritz.

19 years ago[svn] Various fixes by David Fritz.
hniksic [Sun, 9 May 2004 21:08:38 +0000 (14:08 -0700)]
[svn] Various fixes by David Fritz.

* windows/Makefile.src.bor: Fix broken build rule.  Add clean target.

* windows/Makefile.top.bor: Use tabs instead of spaces.  Ignore
errors in clean rules.  Use lowercase filenames when building
distribution .zip archive.

* windows/config.h.bor:  Don't define HAVE_UINT32_T.

* windows/Makefile.doc: Fix remaining instance of build rules
indented with spaces instead of tabs.

* windows/Makefile.src: Update copyright year.

* windows/Makefile.top: Update copyright year.

* windows/config.h.mingw (WGET_USE_STDARG, HAVE_SIG_ATOMIC_T): Define.

* windows/config.h.ms (HAVE_STRPBRK, HAVE_LIMITS_H)
(HAVE_LOCALE_H): Define.

* windows/Makefile.watcom: Add /I. to CFLAGS.  Remove reference to
specific Wget version from linker flags.  Add missing
dependencies.

20 years ago[svn] Updated from the TP.
hniksic [Sun, 18 Apr 2004 17:03:53 +0000 (10:03 -0700)]
[svn] Updated from the TP.

20 years ago[svn] Fix typo.
hniksic [Wed, 31 Mar 2004 19:14:05 +0000 (11:14 -0800)]
[svn] Fix typo.

20 years ago[svn] Updated from the TP.
hniksic [Wed, 31 Mar 2004 10:53:55 +0000 (02:53 -0800)]
[svn] Updated from the TP.

20 years ago[svn] Send the Proxy-Authorization header over non-SSL connections too.
hniksic [Tue, 30 Mar 2004 23:19:16 +0000 (15:19 -0800)]
[svn] Send the Proxy-Authorization header over non-SSL connections too.

20 years ago[svn] Fix fake_fork error handling for Windows 98.
hniksic [Thu, 25 Mar 2004 19:18:54 +0000 (11:18 -0800)]
[svn] Fix fake_fork error handling for Windows 98.
Patch by David Fritz.

20 years ago[svn] Updated from the TP.
hniksic [Thu, 25 Mar 2004 19:11:49 +0000 (11:11 -0800)]
[svn] Updated from the TP.

20 years ago[svn] Announce that wget -b now works under Windows.
hniksic [Thu, 25 Mar 2004 00:06:55 +0000 (16:06 -0800)]
[svn] Announce that wget -b now works under Windows.

20 years ago[svn] Added docs. Submitted by David Fritz.
hniksic [Thu, 25 Mar 2004 00:06:04 +0000 (16:06 -0800)]
[svn] Added docs.  Submitted by David Fritz.

20 years ago[svn] New Windows implementation of fork_to_background().
hniksic [Wed, 24 Mar 2004 19:16:08 +0000 (11:16 -0800)]
[svn] New Windows implementation of fork_to_background().
Submitted by David Fritz.

20 years ago[svn] Fixed bugs in Windows console event handling.
hniksic [Fri, 19 Mar 2004 23:54:27 +0000 (15:54 -0800)]
[svn] Fixed bugs in Windows console event handling.
Submitted by David Fritz.

20 years ago[svn] Decode %HH sequences in host name.
hniksic [Fri, 19 Mar 2004 21:00:09 +0000 (13:00 -0800)]
[svn] Decode %HH sequences in host name.

20 years ago[svn] New file from the Translation Project.
hniksic [Wed, 10 Mar 2004 12:08:02 +0000 (04:08 -0800)]
[svn] New file from the Translation Project.

20 years ago[svn] Quote # and % when creating links to local files.
hniksic [Thu, 4 Mar 2004 00:41:34 +0000 (16:41 -0800)]
[svn] Quote # and % when creating links to local files.

20 years ago[svn] * mswindows.c (ws_percenttitle): Guard against future changes by
hniksic [Thu, 4 Mar 2004 00:06:46 +0000 (16:06 -0800)]
[svn] * mswindows.c (ws_percenttitle): Guard against future changes by
doing nothing if the proper variables have not been initialized.
Clamp percentage value.
Submitted by David Fritz.

20 years ago[svn] Don't change Windows console title if quiet.
hniksic [Thu, 4 Mar 2004 00:05:26 +0000 (16:05 -0800)]
[svn] Don't change Windows console title if quiet.
Submitted by Gisle Vanem.

20 years ago[svn] Improved Windows power management logic. Submitted by David Fritz.
hniksic [Thu, 26 Feb 2004 14:34:17 +0000 (06:34 -0800)]
[svn] Improved Windows power management logic.  Submitted by David Fritz.

20 years ago[svn] Revamped MS console logic. Submitted by David Fritz.
hniksic [Wed, 25 Feb 2004 23:45:24 +0000 (15:45 -0800)]
[svn] Revamped MS console logic.  Submitted by David Fritz.

20 years ago[svn] Formatting tweaks by David Fritz.
hniksic [Tue, 24 Feb 2004 03:29:55 +0000 (19:29 -0800)]
[svn] Formatting tweaks by David Fritz.

20 years ago[svn] Updated contributor list.
hniksic [Sun, 22 Feb 2004 15:46:49 +0000 (07:46 -0800)]
[svn] Updated contributor list.

20 years ago[svn] Remove ws_help; it doesn't make sense to invoke the help browser for
hniksic [Sun, 22 Feb 2004 15:45:59 +0000 (07:45 -0800)]
[svn] Remove ws_help; it doesn't make sense to invoke the help browser for
--help.

20 years ago[svn] Under Windows, if $HOME is not defined, use the directory that
hniksic [Tue, 17 Feb 2004 15:37:31 +0000 (07:37 -0800)]
[svn] Under Windows, if $HOME is not defined, use the directory that
contains the Wget binary instead of hard-coded `C:\'.
(wgetrc_file_name): Under Windows, look for $HOME/.wgetrc then, if
not found, look for wget.ini in the directory of the Wget binary.

Submitted by David Fritz.

20 years ago[svn] Document `-e'.
hniksic [Thu, 12 Feb 2004 22:16:48 +0000 (14:16 -0800)]
[svn] Document `-e'.

20 years ago[svn] Cleanup Windows Makefiles and README.
hniksic [Thu, 12 Feb 2004 18:09:10 +0000 (10:09 -0800)]
[svn] Cleanup Windows Makefiles and README.
Submitted by David Fritz.

20 years ago[svn] Put @item contents on a separate line.
hniksic [Sun, 8 Feb 2004 10:50:13 +0000 (02:50 -0800)]
[svn] Put @item contents on a separate line.

20 years ago[svn] Respect --ignore-length.
hniksic [Sat, 7 Feb 2004 01:48:54 +0000 (17:48 -0800)]
[svn] Respect --ignore-length.
Inhibit keep-alive when --ignore-length is used.

20 years ago[svn] Zero out sockaddr_in/sockaddr_in6. Apparently BSD-derived stacks need this
hniksic [Fri, 6 Feb 2004 16:59:54 +0000 (08:59 -0800)]
[svn] Zero out sockaddr_in/sockaddr_in6.  Apparently BSD-derived stacks need this
when binding a socket to local address.

20 years ago[svn] Document the --no-http-keep-alive option.
hniksic [Fri, 6 Feb 2004 16:50:14 +0000 (08:50 -0800)]
[svn] Document the --no-http-keep-alive option.

20 years ago[svn] Make hash.c compilable outside the source tree.
hniksic [Wed, 4 Feb 2004 12:32:46 +0000 (04:32 -0800)]
[svn] Make hash.c compilable outside the source tree.

20 years ago[svn] Return a value on non-Windows systems without TIOCGWINSZ.
hniksic [Thu, 29 Jan 2004 12:38:52 +0000 (04:38 -0800)]
[svn] Return a value on non-Windows systems without TIOCGWINSZ.

20 years ago[svn] Correctly determine screen size under Windows.
hniksic [Wed, 28 Jan 2004 13:42:52 +0000 (05:42 -0800)]
[svn] Correctly determine screen size under Windows.

20 years ago[svn] Fixes by Christian Biere:
hniksic [Wed, 28 Jan 2004 01:02:26 +0000 (17:02 -0800)]
[svn] Fixes by Christian Biere:
* progress.c (bar_set_params): Fixed syntax error when HAVE_ISATTY
was undefined.
* ftp.c (ftp_loop_internal): Allocate a larger buffer in case
"try" gets translated to something large.  Ditto in http_loop in
http.c.
* http.c (response_header_copy): Don't write to buf[BUFSIZE].
* ftp-opie.c (skey_response): Eliminate unnecessary string
concatenation; just call gen_md5_update twice.

20 years ago[svn] Don't sleep using usleep for more than a second.
hniksic [Sun, 25 Jan 2004 03:16:33 +0000 (19:16 -0800)]
[svn] Don't sleep using usleep for more than a second.

20 years ago[svn] Added file from the TP.
hniksic [Wed, 14 Jan 2004 10:57:58 +0000 (02:57 -0800)]
[svn] Added file from the TP.

20 years ago[svn] Trivial doc fix.
hniksic [Sat, 20 Dec 2003 01:40:19 +0000 (17:40 -0800)]
[svn] Trivial doc fix.

20 years ago[svn] Fix generation of `Content-Length'.
hniksic [Tue, 16 Dec 2003 20:42:06 +0000 (12:42 -0800)]
[svn] Fix generation of `Content-Length'.

20 years ago[svn] Added Nicolas Schodet.
hniksic [Mon, 15 Dec 2003 16:43:55 +0000 (08:43 -0800)]
[svn] Added Nicolas Schodet.

20 years ago[svn] Fixed return value; 'url' if no credentials.
hniksic [Mon, 15 Dec 2003 10:22:54 +0000 (02:22 -0800)]
[svn] Fixed return value; 'url' if no credentials.

20 years ago[svn] Docfix.
hniksic [Sun, 14 Dec 2003 15:25:29 +0000 (07:25 -0800)]
[svn] Docfix.

20 years ago[svn] Return a pointer from url_skip_credentials.
hniksic [Sun, 14 Dec 2003 13:42:53 +0000 (05:42 -0800)]
[svn] Return a pointer from url_skip_credentials.

20 years ago[svn] Declare the pointers to literal strings as `const'.
hniksic [Sun, 14 Dec 2003 13:35:27 +0000 (05:35 -0800)]
[svn] Declare the pointers to literal strings as `const'.