Giuseppe Scrivano
16f1fb1d1f
maint: update copyright year ranges to include 2015
2015-03-09 16:32:01 +01:00
Darshit Shah
8705e27e20
progress bar: Allow display on stderr alongwith -o
...
This commit causes the --show-progress option to print the progress bar
to stderr even when a logfile was explicitly provided on the command
line. Such a combination allows a user to log the output of Wget while
simultaneously keeping track of the download status.
2015-01-20 20:16:20 +01:00
Tim Ruehsen
b147fb1638
doc/wget.texi: Add 'https_only' in 'wgetrc commands' section
...
Reported-By: Eli Zaretskii <eliz@gnu.org>
2014-12-20 17:42:00 +01:00
Tim Rühsen
f0de37cc27
wget.texi: Clarify wgetrc command syntax
...
Reported-by: Eli Zaretskii <eliz@gnu.org>
2014-12-19 16:56:35 +01:00
Tim Rühsen
f37dd1aa2d
wget.texi: Document --random-file and --egd-file as OpenSSL only
2014-12-17 12:39:00 +01:00
Tim Rühsen
e4a8fe84e2
Added --crl-file to load a Certificate Revocation List (CRL) file
...
Reported-by: Noël Köthe <noel@debian.org>
2014-11-11 15:06:51 +01:00
Darshit Shah
18b0979357
CVE-2014-4877: Arbitrary Symlink Access
...
Wget was susceptible to a symlink attack which could create arbitrary
files, directories or symbolic links and set their permissions when
retrieving a directory recursively through FTP. This commit changes the
default settings in Wget such that Wget no longer creates local symbolic
links, but rather traverses them and retrieves the pointed-to file in
such a retrieval.
The old behaviour can be attained by passing the --retr-symlinks=no
option to the Wget invokation command.
2014-10-27 09:18:13 +01:00
Tim Ruehsen
3e3073ca7b
add TLSv1_1 and TLSv1_2 to --secure-protocol
2014-10-23 21:16:37 +02:00
Tim Ruehsen
6fc11e46ec
do not use SSLv3 except explicitely requested
2014-10-19 21:57:06 +02:00
Giuseppe Scrivano
3858500de4
Fix some texinfo warnings
2014-08-03 22:52:46 +02:00
Giuseppe Scrivano
a22cd7394b
Remove trailing whitespaces
2014-06-12 18:49:14 +02:00
Darshit Shah
4eeabffee6
More progress bar aesthetic changes
...
This commit introduces two new changes to how the progress bar looks:
1. Support the --progress=bar:noscroll option which will prevent the filename
from scrolling in the progress bar
2. Print human readable value for the amount already downloaded for any file
2014-05-30 13:28:02 +05:30
Darshit Shah
8c2fd06ba8
Add --show-progress to force display progress bar
...
This is a relatively large commit that implements two major features:
1. Implement --show-progress switch to force the display of the progress bar in
any verbosity level
2. Edit the implementation of the progress bar so that the filename is displayed
in the same line.
2014-05-01 01:07:43 +02:00
Yousong Zhou
dfa1f4e064
Make wget capable of starting downloads from a specified position.
...
This patch adds an option `--start-pos' for specifying starting position
of a HTTP or FTP download.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2014-03-21 11:21:00 +01:00
Giuseppe Scrivano
351d328c07
doc: use GFDL 1.3
2013-12-29 11:41:22 +01:00
Tim Ruehsen
1dec2028d0
add/explain quoting of wildcard patterns in wget.texi
2013-10-06 23:52:22 +02:00
Tim Ruehsen
e505664ef3
added PFS to --secure-protocol
2013-09-07 13:22:15 +02:00
Tim Ruehsen
42c78fdd71
added option --https-only
2013-08-22 20:05:41 +02:00
Hrvoje Niksic
a7df7ecc2f
Fix misspelling.
2013-08-13 20:52:07 +02:00
Giuseppe Scrivano
44ba49b31f
doc: document --backups
2013-07-13 13:36:55 +02:00
Tomas Hozza
c78caecbb4
Document missing options and fix --preserve-permissions
...
Added documentation for --regex-type and --preserve-permissions
options.
Fixed --preserve-permissions to work properly also if downloading a
single file from FTP.
Signed-off-by: Tomas Hozza <thozza@redhat.com>
2013-07-11 22:01:43 +02:00
Darshit Shah
90896e3314
Follow RFC 2616 and httpbis specifications when handling redirects
2013-06-16 22:31:16 +02:00
Darshit Shah
ccd369d5f2
Fix typo in documentation.
2013-05-12 19:57:32 +02:00
Giuseppe Scrivano
8dc52c6eaa
doc: add documentation for --accept-regex and --reject-regex
2013-04-28 22:41:24 +02:00
Giuseppe Scrivano
0e6f1c2dac
doc: add documentation for mega dot style.
2013-04-14 14:43:16 +02:00
Darshit Shah
6c30653a1a
Add a generic --method command to set a method in HTTP Requests.
...
Add supplementary --body-data and --body-file commands to send BODY Data.
Signed-off-by: Darshit Shah <darnir@gmail.com>
2013-04-14 12:57:58 +02:00
Stefano Lattarini
9e8d899a35
docs: fix errors and warnings with Texinfo 5
...
Or rather, with the development version 4.13.90, which will eventually
become Texinfo 5.0.
* doc/wget.texi: Use '@item' instead of '@itemx' in several places,
as Texinfo 5 refuses to process an '@itemx' that is not preceded by an
'@item'.
Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2012-11-08 20:56:11 +01:00
Tim Ruehsen
798f554773
remove -nv from --report-speed in doc/wget.texi
2012-09-02 14:06:01 +02:00
mancha
3db55372c7
doc: add ENVIRONMENT section to manpage and minor adjustments.
...
Signed-off-by: mancha <mancha@mac.hush.com>
2012-08-04 10:43:35 +02:00
Giuseppe Scrivano
4661f141bb
Fix the last commit.
2012-06-09 13:17:27 +02:00
Giuseppe Scrivano
29861463de
doc: document new options.
2012-06-09 13:14:51 +02:00
Giuseppe Scrivano
e24e817259
doc: Document --accept-regex and --reject-regex.
2012-05-13 17:38:00 +02:00
Henrik Holst
fce4e757a2
Add support for --content-on-error.
2011-10-06 13:25:17 +02:00
Karl Berry
2223ac8ce3
doc: Make dir entry consistent with others.
2011-09-27 17:14:43 +02:00
Giuseppe Scrivano
1f06428483
Introduce `show_all_dns_entries'.
2011-08-06 12:38:42 +02:00
Noèl Köthe
f9d46e0f9c
doc: fix typo.
2011-07-28 13:16:32 +02:00
Giuseppe Scrivano
8c69d9f4a9
doc: Make clearer the default recursion level.
2011-07-05 10:28:00 +02:00
Giuseppe Scrivano
cb30bc9a94
doc: Do not cite the current maintainer.
2011-03-21 23:22:31 +01:00
Giuseppe Scrivano
2f6aa1d741
mass change: update copyright years.
2011-01-01 13:19:37 +01:00
Giuseppe Scrivano
7f8d5d6f87
doc: remove wrong description of -k -K used together with -E.
2010-12-22 14:08:17 +01:00
Reza Snowdon
8c7afaf3bb
Implement --config.
2010-10-29 00:20:31 +02:00
Giuseppe Scrivano
b12160ea02
Make --waitretry documentation clearer.
2010-10-26 02:00:53 +02:00
Merinov Nikolay
b5c9573ad6
Add --unlink.
2010-09-29 13:34:09 +02:00
Giuseppe Scrivano
6ddcb6e65e
doc: Remove superfluous dot.
2010-09-13 23:44:51 +02:00
Giuseppe Scrivano
3e25a9817f
Introduce --trust-server-names. Close CVE-2010-2252.
2010-07-28 21:22:22 +02:00
Giuseppe Scrivano
d733dbc703
Exit with failure if -k is specified and -O is not a regular file.
2010-05-27 12:45:15 +02:00
Giuseppe Scrivano
293008f682
Mass update copyright years.
2010-05-08 21:56:15 +02:00
Micah Cowan
7585b7019d
--no-match-server-timestamps -> --no-use-server-timestamps
2010-01-09 20:21:37 -08:00
Micah Cowan
1489612dd1
"older" -> "not newer", on Timestamping description.
2009-09-04 14:29:03 -07:00
Micah Cowan
b9e9ad65cc
Ran update-copyright.
2009-09-04 00:13:47 -07:00
Micah Cowan
4198c7239f
Document exit codes.
2009-08-27 23:57:09 -07:00
Micah Cowan
22073f546a
a complete equivalent of -> completely equivalent to
2009-08-02 09:10:32 -07:00
Micah Cowan
9dadbf6fe9
Rename --html-extension to --adjust-extension.
2009-07-28 17:37:58 -07:00
Micah Cowan
c784c334d3
Document new features in --restrict-file-names.
2009-07-28 00:19:48 -07:00
Micah Cowan
e55befe5e2
Document: ask_password, auth_no_challenge, and keep_session_cookies.
2009-07-26 22:14:07 -07:00
Micah Cowan
da2ac85f40
Documentation fixes for IRI options, and rename --locale -> --local-encoding.
2009-07-26 21:50:19 -07:00
Micah Cowan
0b4470b5e7
Clarify operation of --post-file.
2009-07-06 23:12:06 -07:00
Micah Cowan
532aa2cb2d
Doc improvements for --base.
2009-07-06 22:53:01 -07:00
Micah Cowan
ed533c23c7
Corrected documentation on --input-file.
2009-07-06 21:11:03 -07:00
Micah Cowan
8bc61d7026
Updates to NEWS and AUTHORS.
2009-07-03 21:37:19 -07:00
Micah Cowan
fcdfd63e8f
Prefer --no-iri over --iri=no.
2009-07-03 19:31:28 -07:00
Micah Cowan
4f3dd68173
Merge with mainline.
2009-06-25 01:14:11 -07:00
Micah Cowan
789f7e1353
Fix for building on Interix, from Jay Krell.
2009-06-20 14:50:02 -07:00
Micah Cowan
dc7f8ea8d2
Improve accuracy in documentation regarding -nd with -r or -p. Bug #21509 .
2009-06-12 17:56:12 -07:00
Micah Cowan
be20feb46f
More contributors.
2009-06-11 19:20:19 -07:00
Joao Ferreira
5b42f5681f
Fix confusing example on --folow-ftp and negation.
2009-06-11 16:27:00 -07:00
Micah Cowan
78a7657395
Automated merge.
2008-11-26 21:55:12 -08:00
Micah Cowan
289ff1c86a
Merge with mainline.
2008-11-26 07:08:38 -08:00
Steven Schubiger
47bf277fb5
Default value for waitretry.
2008-11-15 13:25:20 +01:00
Micah Cowan
d7e1e5be19
Update node references.
2008-11-10 11:24:04 -08:00
Micah Cowan
381f14290d
Mention Gmane portal, add subsections to "Mailing Lists".
2008-11-10 11:21:17 -08:00
Micah Cowan
620876d149
ML archive, moderation
2008-11-05 14:22:40 -08:00
Micah Cowan
3d7fceb1ef
Automated merge.
2008-11-05 09:12:46 -08:00
Micah Cowan
d7d0c1f79c
Move --no-http-keep-alive to HTTP Options section.
2008-11-05 09:11:33 -08:00
Micah Cowan
c1871f41c6
Update FDL to version 1.3.
2008-11-04 01:27:44 -08:00
Micah Cowan
fc7e412bd3
Mailing list move.
2008-10-31 23:15:06 -07:00
Steven Schubiger
1228f812fa
Document missing wgetrc options.
2008-10-26 14:32:11 -07:00
Michael Kessler
86d7168105
downloads => download
2008-09-10 08:42:42 -07:00
Xavier Saint
44a22c78a7
Automated merge.
2008-08-07 10:27:19 +02:00
Micah Cowan
ba09ad3502
Documentation updates for --default-page.
2008-08-03 22:36:38 -07:00
Micah Cowan
d4e82e8388
Don't set UPDATED; automatically set in version.texi.
2008-08-03 22:25:09 -07:00
Xavier Saint
cda8835de6
IRI support documentation, first attempt
2008-08-03 20:03:13 +02:00
Micah Cowan
e4371807f6
stsc: -i URL improvements.
2008-07-22 13:33:42 -07:00
Micah Cowan
b28a6abfe6
-i accepts URLs (stsc). For #21265 .
2008-07-11 17:16:49 -07:00
Micah Cowan
2e2ac6ad2f
Merge current tip with CSS stuff.
2008-07-11 16:30:51 -07:00
Micah Cowan
f5372ae71d
Contributors updates.
2008-06-30 12:35:56 -07:00
Micah Cowan
bf80f82f32
Add Joao Ferreira to contributors.
2008-06-30 12:22:28 -07:00
Micah Cowan
992134f268
Wget-notify no longer receives commit updates.
2008-06-13 20:41:58 -07:00
Micah Cowan
ecdfa5b1bc
preferred_family = none
2008-05-17 13:19:37 -07:00
Micah Cowan
ec84142901
Merge getpass with quote, plus my NEWS entry.
2008-05-15 20:58:27 -07:00
Micah Cowan
e8200e6808
Downgrade -N with -O to a warning.
2008-05-12 23:54:48 -07:00
Steven Schubiger
ae034d236f
Use gnulib's getpass-gnu module for password prompting.
2008-05-01 00:28:23 +02:00
Micah Cowan
db61675ec0
Downgrade -r, -p with -O to a warning rather than an error; elaborate about bad combinations with -O.
2008-04-27 02:15:31 -07:00
Micah Cowan
f394450be6
Adjust manual to account for CSS support.
2008-04-24 16:48:46 -07:00
Micah Cowan
9d5b9daf06
Don't append to an existing .listing when --continue is used. Fixes bug #22825 .
2008-04-11 16:28:24 -07:00
Micah Cowan
31ad1acbc1
wget.texi: @noindent where appropriate, and @set UPDATED Mar 2008.
2008-03-24 14:56:06 -07:00
Micah Cowan
c09779f758
Mention various caveats related to accept/reject lists.
2008-03-24 12:26:37 -07:00
Micah Cowan
1db9f1e9ac
Imported slash/--no-parents and sys/time.h fixes from eleven (99b1afbc14bc).
2008-03-17 01:53:49 -07:00
Micah Cowan
4c1a59ea48
Fix #22242 : Option to allow auths before challenged.
2008-02-10 17:31:27 -08:00
Micah Cowan
a9a38ed864
Remove reference to socks library.
2008-02-08 11:51:04 -08:00