]> sjero.net Git - wget/log
wget
13 years agoFix openssl detection under Windows.
Giuseppe Scrivano [Sun, 3 Apr 2011 22:13:53 +0000 (00:13 +0200)]
Fix openssl detection under Windows.

13 years agoFix build under Windows.
Giuseppe Scrivano [Sun, 3 Apr 2011 18:23:31 +0000 (20:23 +0200)]
Fix build under Windows.

13 years agoMake wgnutls_peek non blocking.
Giuseppe Scrivano [Sun, 3 Apr 2011 00:15:22 +0000 (02:15 +0200)]
Make wgnutls_peek non blocking.

13 years agoNow --no-parent doesn't fetch wrong files if HTTP and HTTPS are used together.
Giuseppe Scrivano [Wed, 30 Mar 2011 23:37:12 +0000 (01:37 +0200)]
Now --no-parent doesn't fetch wrong files if HTTP and HTTPS are used together.

13 years agoAdd new line to some debug messages.
Giuseppe Scrivano [Wed, 30 Mar 2011 22:51:35 +0000 (00:51 +0200)]
Add new line to some debug messages.

13 years agoconfigure: Fix gnutls detection.
Giuseppe Scrivano [Sat, 26 Mar 2011 18:54:47 +0000 (19:54 +0100)]
configure: Fix gnutls detection.

13 years agodoc: Do not cite the current maintainer.
Giuseppe Scrivano [Mon, 21 Mar 2011 22:22:31 +0000 (23:22 +0100)]
doc: Do not cite the current maintainer.

13 years agoSilent compiler warning.
Giuseppe Scrivano [Mon, 21 Mar 2011 12:41:41 +0000 (13:41 +0100)]
Silent compiler warning.

13 years agoSilent compiler warning.
Giuseppe Scrivano [Mon, 21 Mar 2011 12:14:20 +0000 (13:14 +0100)]
Silent compiler warning.

13 years agoUpdate bootstrap script.
Giuseppe Scrivano [Mon, 21 Mar 2011 10:53:52 +0000 (11:53 +0100)]
Update bootstrap script.

13 years agoUpdate prerequisites list.
Giuseppe Scrivano [Sat, 19 Mar 2011 21:25:35 +0000 (22:25 +0100)]
Update prerequisites list.

13 years agoFix some memory leaks.
Giuseppe Scrivano [Fri, 11 Mar 2011 14:25:58 +0000 (15:25 +0100)]
Fix some memory leaks.

13 years agoSupport HTTP/1.1 307 redirects keep request method.
Filipe Brandenburger [Thu, 3 Mar 2011 13:02:25 +0000 (14:02 +0100)]
Support HTTP/1.1 307 redirects keep request method.

13 years agoDo not adjust the extension if the file ends in .htm.
Filipe Brandenburger [Wed, 2 Mar 2011 09:57:44 +0000 (10:57 +0100)]
Do not adjust the extension if the file ends in .htm.

13 years agoUse stderr instead of stdout to prompt password.
Gilles Carry [Thu, 24 Feb 2011 08:40:31 +0000 (09:40 +0100)]
Use stderr instead of stdout to prompt password.

13 years agoMove duplicated code in http.c to a function
Steven Schubiger [Wed, 23 Feb 2011 09:37:48 +0000 (10:37 +0100)]
Move duplicated code in http.c to a function

13 years agomass change: update copyright years.
Giuseppe Scrivano [Sat, 1 Jan 2011 12:19:37 +0000 (13:19 +0100)]
mass change: update copyright years.

13 years agodoc: remove wrong description of -k -K used together with -E.
Giuseppe Scrivano [Wed, 22 Dec 2010 13:08:17 +0000 (14:08 +0100)]
doc: remove wrong description of -k -K used together with -E.

13 years agoInitialize `total_downloaded_bytes'.
Filipe Brandenburger [Fri, 10 Dec 2010 22:55:54 +0000 (23:55 +0100)]
Initialize `total_downloaded_bytes'.

13 years agoIf -nc and -k are used at the same time, use only the latter
Giuseppe Scrivano [Thu, 9 Dec 2010 12:27:17 +0000 (13:27 +0100)]
If -nc and -k are used at the same time, use only the latter

13 years agoMake the help message clearer.
Jessica McKellar [Tue, 7 Dec 2010 09:46:42 +0000 (10:46 +0100)]
Make the help message clearer.

13 years agoRemove md5 from build info information.
Giuseppe Scrivano [Thu, 2 Dec 2010 10:50:26 +0000 (11:50 +0100)]
Remove md5 from build info information.

13 years agoRemove redundant guard.
Giuseppe Scrivano [Wed, 1 Dec 2010 12:15:13 +0000 (13:15 +0100)]
Remove redundant guard.

13 years agoConvert a static local buffer to be allocated dinamically.
Giuseppe Scrivano [Wed, 1 Dec 2010 11:47:30 +0000 (12:47 +0100)]
Convert a static local buffer to be allocated dinamically.

13 years agoExit immediately if the system config file cannot be parsed.
Reza Snowdon [Mon, 29 Nov 2010 14:24:48 +0000 (15:24 +0100)]
Exit immediately if the system config file cannot be parsed.

13 years agoRevert 2444.
Giuseppe Scrivano [Mon, 22 Nov 2010 17:04:42 +0000 (18:04 +0100)]
Revert 2444.

13 years agoFix typo in src/ChangeLog file.
Giuseppe Scrivano [Mon, 22 Nov 2010 14:17:01 +0000 (15:17 +0100)]
Fix typo in src/ChangeLog file.

13 years agoOn a network error, attempt to resume the download, not restart it.
Giuseppe Scrivano [Sun, 21 Nov 2010 21:56:20 +0000 (22:56 +0100)]
On a network error, attempt to resume the download, not restart it.

13 years agoMention last change in NEWS.
Giuseppe Scrivano [Fri, 19 Nov 2010 17:26:14 +0000 (18:26 +0100)]
Mention last change in NEWS.

13 years agoFix an infinite loop with error message '<filename> has sprung into existence'
Giuseppe Scrivano [Fri, 19 Nov 2010 16:14:21 +0000 (17:14 +0100)]
Fix an infinite loop with error message '<filename> has sprung into existence'

13 years agoImplement --config.
Reza Snowdon [Thu, 28 Oct 2010 22:20:31 +0000 (00:20 +0200)]
Implement --config.

13 years agoMake --waitretry documentation clearer.
Giuseppe Scrivano [Tue, 26 Oct 2010 00:00:53 +0000 (02:00 +0200)]
Make --waitretry documentation clearer.

13 years agoPrint the total download time as part of the summary for recursive downloads.
Jessica McKellar [Sun, 24 Oct 2010 19:45:30 +0000 (21:45 +0200)]
Print the total download time as part of the summary for recursive downloads.

13 years agognutls: Read correctly last chunk of data.
Giuseppe Scrivano [Sat, 23 Oct 2010 23:21:01 +0000 (01:21 +0200)]
gnutls: Read correctly last chunk of data.

13 years agognutls: fix build under mingw32.
Giuseppe Scrivano [Sat, 23 Oct 2010 11:50:31 +0000 (13:50 +0200)]
gnutls: fix build under mingw32.

13 years agognutls: peek blocks until data is available.
Giuseppe Scrivano [Sat, 23 Oct 2010 10:34:49 +0000 (12:34 +0200)]
gnutls: peek blocks until data is available.

13 years agoRemove unnecessary code.
Giuseppe Scrivano [Thu, 21 Oct 2010 11:27:31 +0000 (13:27 +0200)]
Remove unnecessary code.

13 years agoDo not assume external links type to be always "text/html".
Manfred Koizar [Mon, 18 Oct 2010 08:55:16 +0000 (10:55 +0200)]
Do not assume external links type to be always "text/html".

13 years agoSilent warnings reported by clang.
Giuseppe Scrivano [Sat, 16 Oct 2010 01:04:25 +0000 (03:04 +0200)]
Silent warnings reported by clang.

13 years agoFix indentation.
Giuseppe Scrivano [Mon, 11 Oct 2010 20:49:14 +0000 (22:49 +0200)]
Fix indentation.

13 years agoFix compiler warning.
Steven Schubiger [Mon, 11 Oct 2010 20:46:00 +0000 (22:46 +0200)]
Fix compiler warning.

13 years agoFixed crash while processing page with invalid `style' attribute.
Ivanov Anton [Fri, 8 Oct 2010 11:39:36 +0000 (13:39 +0200)]
Fixed crash while processing page with invalid `style' attribute.

13 years agoRemove unused local variable.
Giuseppe Scrivano [Wed, 6 Oct 2010 10:24:38 +0000 (12:24 +0200)]
Remove unused local variable.

13 years agoAdd --unlink.
Merinov Nikolay [Wed, 29 Sep 2010 11:34:09 +0000 (13:34 +0200)]
Add --unlink.

13 years agoFix problem when content-disposition is used with recursive downloading.
Dennis, CHENG Renquan [Fri, 24 Sep 2010 12:07:58 +0000 (14:07 +0200)]
Fix problem when content-disposition is used with recursive downloading.

13 years agoDo not use HTML quoting in CSS files.
Giuseppe Scrivano [Tue, 14 Sep 2010 10:14:34 +0000 (12:14 +0200)]
Do not use HTML quoting in CSS files.

13 years agodoc: Remove superfluous dot.
Giuseppe Scrivano [Mon, 13 Sep 2010 21:44:51 +0000 (23:44 +0200)]
doc: Remove superfluous dot.

13 years agotests: Fix some failures because of missing --trust-server-names
Mike Frysinger [Sun, 12 Sep 2010 13:21:50 +0000 (15:21 +0200)]
tests: Fix some failures because of missing --trust-server-names

13 years agoAlign --trust-server-names help text.
Giuseppe Scrivano [Sun, 12 Sep 2010 12:21:03 +0000 (14:21 +0200)]
Align --trust-server-names help text.

13 years agoFix typo.
Giuseppe Scrivano [Tue, 7 Sep 2010 16:05:19 +0000 (18:05 +0200)]
Fix typo.

13 years agolib/Makefile.am: fix typo.
Giuseppe Scrivano [Mon, 6 Sep 2010 12:14:42 +0000 (14:14 +0200)]
lib/Makefile.am: fix typo.

13 years agoNEWS: update.
Giuseppe Scrivano [Fri, 27 Aug 2010 18:14:39 +0000 (20:14 +0200)]
NEWS: update.

13 years agoConvert correctly URLs that need to be encoded to local files.
Giuseppe Scrivano [Fri, 20 Aug 2010 01:11:07 +0000 (03:11 +0200)]
Convert correctly URLs that need to be encoded to local files.

13 years agoUse persistent connections with proxies supporting them.
Giuseppe Scrivano [Mon, 9 Aug 2010 10:56:49 +0000 (12:56 +0200)]
Use persistent connections with proxies supporting them.

13 years agoSpecify the connection header when keep alive connections are not used.
Giuseppe Scrivano [Mon, 9 Aug 2010 10:32:04 +0000 (12:32 +0200)]
Specify the connection header when keep alive connections are not used.

13 years agoRemove configure.bat from Makefile.am.
Giuseppe Scrivano [Sun, 8 Aug 2010 11:18:48 +0000 (13:18 +0200)]
Remove configure.bat from Makefile.am.

13 years agocss: Skip empty urls.
Giuseppe Scrivano [Fri, 6 Aug 2010 15:07:17 +0000 (17:07 +0200)]
css: Skip empty urls.

13 years agoftp: display hour:minute information if it is available.
John Trengrove [Sun, 1 Aug 2010 20:55:53 +0000 (22:55 +0200)]
ftp: display hour:minute information if it is available.

13 years agoMake clearer a NEWS entry.
Giuseppe Scrivano [Thu, 29 Jul 2010 23:01:57 +0000 (01:01 +0200)]
Make clearer a NEWS entry.

13 years agoFix a problem when -k is specified and url's are specified in CSS code.
Giuseppe Scrivano [Thu, 29 Jul 2010 23:00:26 +0000 (01:00 +0200)]
Fix a problem when -k is specified and url's are specified in CSS code.

13 years agognutls: Fix a problem with multiple peek read calls.
Giuseppe Scrivano [Thu, 29 Jul 2010 10:24:34 +0000 (12:24 +0200)]
gnutls: Fix a problem with multiple peek read calls.

13 years agotexi2pod.pl: use the warnings module only when it is available.
Alon Bar-Lev [Wed, 28 Jul 2010 20:17:00 +0000 (22:17 +0200)]
texi2pod.pl: use the warnings module only when it is available.

13 years agoIntroduce --trust-server-names. Close CVE-2010-2252.
Giuseppe Scrivano [Wed, 28 Jul 2010 19:22:22 +0000 (21:22 +0200)]
Introduce --trust-server-names.  Close CVE-2010-2252.

13 years agoRemove configure.bat.
Giuseppe Scrivano [Sat, 24 Jul 2010 09:21:17 +0000 (11:21 +0200)]
Remove configure.bat.

13 years agoFix a failure if the server doesn't specify a content-length and -c is used.
Alan Jenkins [Tue, 20 Jul 2010 17:42:13 +0000 (19:42 +0200)]
Fix a failure if the server doesn't specify a content-length and -c is used.

13 years agoUpdate maintainers
Giuseppe Scrivano [Tue, 20 Jul 2010 17:41:24 +0000 (19:41 +0200)]
Update maintainers

13 years agoFix symlinks resume via FTP.
Leonid Petrov [Tue, 20 Jul 2010 11:09:43 +0000 (13:09 +0200)]
Fix symlinks resume via FTP.

13 years agoFix another case of -N and -c not working well together.
Giuseppe Scrivano [Sun, 18 Jul 2010 18:10:42 +0000 (20:10 +0200)]
Fix another case of -N and -c not working well together.

13 years agoRewrite last change considering SIZE return value, otherwise what RETR returns
Giuseppe Scrivano [Wed, 14 Jul 2010 21:06:20 +0000 (23:06 +0200)]
Rewrite last change considering SIZE return value, otherwise what RETR returns

13 years agoTake the maximum value between RETR and SIZE bytes counts for the file size
Giuseppe Scrivano [Tue, 13 Jul 2010 23:23:17 +0000 (01:23 +0200)]
Take the maximum value between RETR and SIZE bytes counts for the file size

13 years agoUpdate README.checkout.
Giuseppe Scrivano [Mon, 12 Jul 2010 12:03:18 +0000 (14:03 +0200)]
Update README.checkout.

13 years agoRemove MAINTAINER from the README file.
Giuseppe Scrivano [Mon, 12 Jul 2010 11:56:58 +0000 (13:56 +0200)]
Remove MAINTAINER from the README file.

13 years agoNow --timestamping and --continue works well together.
Giuseppe Scrivano [Sun, 11 Jul 2010 13:47:18 +0000 (15:47 +0200)]
Now --timestamping and --continue works well together.

13 years agoQuote AC_CHECK_SIZEOF argument.
Giuseppe Scrivano [Sun, 11 Jul 2010 01:01:32 +0000 (03:01 +0200)]
Quote AC_CHECK_SIZEOF argument.

13 years agobootstrap: Relax gettext version to 0.17.
Giuseppe Scrivano [Fri, 9 Jul 2010 16:08:39 +0000 (18:08 +0200)]
bootstrap: Relax gettext version to 0.17.

13 years agoAdd `vasprintf'. Remove `asprintf'.
Giuseppe Scrivano [Fri, 9 Jul 2010 12:56:40 +0000 (14:56 +0200)]
Add `vasprintf'.  Remove `asprintf'.

13 years agoRename two functions.
Giuseppe Scrivano [Fri, 9 Jul 2010 10:24:51 +0000 (12:24 +0200)]
Rename two functions.

13 years agoThe GNU TLS backend loads default root certificates.
Giuseppe Scrivano [Mon, 5 Jul 2010 17:27:16 +0000 (19:27 +0200)]
The GNU TLS backend loads default root certificates.

13 years agoHonor the --secure-protocol flag in the GNU TLS backend.
Giuseppe Scrivano [Sat, 3 Jul 2010 11:48:15 +0000 (13:48 +0200)]
Honor the --secure-protocol flag in the GNU TLS backend.

13 years agoBy default use GNU TLS not OpenSSL.
Giuseppe Scrivano [Tue, 22 Jun 2010 20:33:38 +0000 (22:33 +0200)]
By default use GNU TLS not OpenSSL.

13 years agoFix help string for --random-wait.
Giuseppe Scrivano [Sun, 20 Jun 2010 10:10:35 +0000 (12:10 +0200)]
Fix help string for --random-wait.

13 years agoRemove `windows' subdirectory.
Giuseppe Scrivano [Thu, 17 Jun 2010 21:08:23 +0000 (23:08 +0200)]
Remove `windows' subdirectory.

13 years agoFix IPv6 detection under Windows.
Giuseppe Scrivano [Tue, 15 Jun 2010 14:35:29 +0000 (16:35 +0200)]
Fix IPv6 detection under Windows.

13 years agoFix GNU TLS backend under Windows.
Giuseppe Scrivano [Tue, 15 Jun 2010 11:03:13 +0000 (13:03 +0200)]
Fix GNU TLS backend under Windows.

13 years agoFix some problems with GNU TLS.
Giuseppe Scrivano [Mon, 14 Jun 2010 17:40:03 +0000 (19:40 +0200)]
Fix some problems with GNU TLS.

13 years agoSend a HEAD before the GET when -N and --content-disposition are used together.
Giuseppe Scrivano [Mon, 14 Jun 2010 17:24:47 +0000 (19:24 +0200)]
Send a HEAD before the GET when -N and --content-disposition are used together.

13 years agoReport the total avg transfer speed correctly with multiple URL's and -c.
Muthu Subramanian K [Thu, 10 Jun 2010 22:35:30 +0000 (00:35 +0200)]
Report the total avg transfer speed correctly with multiple URL's and -c.

13 years agoDrop the current maintainer line from the version display.
Giuseppe Scrivano [Thu, 10 Jun 2010 08:19:27 +0000 (10:19 +0200)]
Drop the current maintainer line from the version display.

13 years agoRemove dist-bzip2 dist-lzma from automake options.
Giuseppe Scrivano [Thu, 10 Jun 2010 08:08:17 +0000 (10:08 +0200)]
Remove dist-bzip2 dist-lzma from automake options.

13 years agoAdd build prerequisites.
Giuseppe Scrivano [Thu, 10 Jun 2010 08:06:03 +0000 (10:06 +0200)]
Add build prerequisites.

13 years agoGenerate the `build_info.c' file under the build directory.
Giuseppe Scrivano [Thu, 10 Jun 2010 08:03:17 +0000 (10:03 +0200)]
Generate the `build_info.c' file under the build directory.

13 years agoUse /usr/bin/env to find the perl interpreter.
Giuseppe Scrivano [Fri, 4 Jun 2010 09:12:19 +0000 (11:12 +0200)]
Use /usr/bin/env to find the perl interpreter.

13 years agoUse gnulib module `iconv-h'.
Giuseppe Scrivano [Thu, 3 Jun 2010 16:09:52 +0000 (18:09 +0200)]
Use gnulib module `iconv-h'.

13 years agoUnder Windows, do not link to wsock32.
Giuseppe Scrivano [Thu, 3 Jun 2010 15:00:44 +0000 (17:00 +0200)]
Under Windows, do not link to wsock32.

13 years agoIf --content-disposition is used, do not send a HEAD request.
Giuseppe Scrivano [Thu, 3 Jun 2010 14:46:56 +0000 (16:46 +0200)]
If --content-disposition is used, do not send a HEAD request.

13 years agoRemove some unused variables.
Giuseppe Scrivano [Mon, 31 May 2010 20:58:56 +0000 (22:58 +0200)]
Remove some unused variables.

13 years agoFix condition for closed HTML tag.
Giuseppe Scrivano [Mon, 31 May 2010 15:29:05 +0000 (17:29 +0200)]
Fix condition for closed HTML tag.

13 years agoRemove _SVID_SOURCE and _BSD_SOURCE definition.
Giuseppe Scrivano [Mon, 31 May 2010 09:56:06 +0000 (11:56 +0200)]
Remove _SVID_SOURCE and _BSD_SOURCE definition.

13 years agoRemove an unused function and an unused local variable.
Giuseppe Scrivano [Mon, 31 May 2010 09:51:27 +0000 (11:51 +0200)]
Remove an unused function and an unused local variable.

13 years agoPrint diagnostic messages to stderr, not stdout.
Giuseppe Scrivano [Mon, 31 May 2010 07:45:03 +0000 (09:45 +0200)]
Print diagnostic messages to stderr, not stdout.