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
d68295bdb1
wget: move --version copyright year out of the localized string
2014-02-06 18:35:05 +01:00
Darshit Shah
b65b9cb8c5
Turn --debug into no-op if compiled without debugging support
2014-02-01 11:49:49 +01:00
Darshit Shah
b9e5c3e8b3
Introduce --no-config. The wgetrc files will not be read
...
In case of a conflict between --config and --no-config, the one
that appears first will be considered and the other ignored.
2014-01-22 21:59:06 +01: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
Will Dietz
a12bd59111
wget: Fix --version wrapping issue
2013-08-09 20:35:23 +02:00
Giuseppe Scrivano
44ba49b31f
doc: document --backups
2013-07-13 13:36:55 +02:00
Darshit Shah
90896e3314
Follow RFC 2616 and httpbis specifications when handling redirects
2013-06-16 22:31:16 +02:00
Darshit Shah
54fd8de415
Improve output in case of --post-{file,body} commands.
2013-04-24 21:08:33 +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
Giuseppe Scrivano
b56a528aea
Do not honor --config only when used as first long argument
2012-12-09 17:04:57 +01:00
Nguyễn Thái Ngọc Duy
74f6cb8884
Mark more strings for translation
2012-09-02 16:06:24 +02:00
Giuseppe Scrivano
172a117647
Fix some log messages.
2012-07-07 10:27:09 +02:00
Giuseppe Scrivano
90e9d9e1bd
Move cleanup related code to `cleanup'
2012-06-16 12:20:33 +02:00
Giuseppe Scrivano
93720df4c8
Do not close stdout twice.
2012-06-16 12:15:03 +02:00
Giuseppe Scrivano
aa2f287c68
help: Move --report-speed under 'Logging and input file'.
2012-06-09 13:13:28 +02:00
Giuseppe Scrivano
6b5c0c742d
Rename, again, --reports-bits to report-speed.
2012-06-06 20:41:25 +02:00
Giuseppe Scrivano
96418c6885
Rename --bits to --report-bps.
2012-06-06 14:10:07 +02:00
Tim Ruehsen
321b5dce85
* fix a few little dissonances
2012-06-04 22:05:40 +02:00
Gijs van Tulder
f5a1097871
Add support for -accept-regex and --reject-regex.
2012-05-09 21:18:23 +02:00
Tim Ruehsen
c6889dab18
Fix a possible invalid `free'.
2012-04-22 18:36:09 +02:00
Sasikantha Babu
b9b510ca5f
Accept --bit option
2012-03-05 22:23:06 +01:00
Giuseppe Scrivano
04f29f2f08
Report stdout close errors.
2012-02-26 02:41:07 +01:00
Giuseppe Scrivano
408126aae0
Print some diagnostic messages to stderr not to stdout.
2012-02-23 11:56:44 +01:00
Giuseppe Scrivano
bcc2abf116
Handle correctly some malloc failures.
2012-02-23 11:45:05 +01:00
Gijs van Tulder
0a8a898fbe
Fix a linker error if zlib is not found.
2012-01-11 15:27:06 +01:00
Gijs van Tulder
e3820953b2
Add support for WARC files.
2011-11-04 22:25:00 +01:00
Steven Schweda
8c7bd588fe
Fix some problems under VMS.
2011-10-23 13:11:22 +02:00
Henrik Holst
fce4e757a2
Add support for --content-on-error.
2011-10-06 13:25:17 +02:00
Giuseppe Scrivano
356fc9fc68
Fix typo in an inline comment.
2011-09-19 17:29:48 +02:00
Giuseppe Scrivano
91aeb7db2f
Fix copyright year.
2011-09-19 17:29:33 +02:00
Jakob Matthes
c3a0c1a5b5
Do not exit prematurely when --help is passed.
2011-09-06 15:53:39 +02:00
Mojca Miklavec
a25607f788
Now --version works again.
2011-09-02 13:37:10 +02:00
Giuseppe Scrivano
a024990e18
Detect some failures when write to stdout fails.
2011-08-27 11:19:24 +02:00
Adrien Nader
d7991738d6
Set stdout mode to binary under Windows.
2011-05-23 21:56:44 +02:00
Daniel Manrique
0db305126b
Set exit status when invalid host given
2011-04-23 15:31:41 -04:00
Giuseppe Scrivano
024683705d
Silent compiler warning.
2011-03-21 13:14:20 +01:00
Gilles Carry
09bc5b5787
Use stderr instead of stdout to prompt password.
2011-02-24 09:40:31 +01:00
Giuseppe Scrivano
2f6aa1d741
mass change: update copyright years.
2011-01-01 13:19:37 +01:00
Filipe Brandenburger
e52cd21256
Initialize `total_downloaded_bytes'.
2010-12-10 23:55:54 +01:00
Giuseppe Scrivano
cdfd8a8e91
If -nc and -k are used at the same time, use only the latter
2010-12-09 13:27:17 +01:00
Jessica McKellar
8e742d05cf
Make the help message clearer.
2010-12-07 10:46:42 +01:00
Giuseppe Scrivano
9ae052b1e2
Remove redundant guard.
2010-12-01 13:15:13 +01:00
Reza Snowdon
8c7afaf3bb
Implement --config.
2010-10-29 00:20:31 +02:00
Jessica McKellar
69fb378d59
Print the total download time as part of the summary for recursive downloads.
2010-10-24 21:45:30 +02:00
Giuseppe Scrivano
542c549985
Silent warnings reported by clang.
2010-10-16 03:04:25 +02:00
Giuseppe Scrivano
62864cee6e
Remove unused local variable.
2010-10-06 12:24:38 +02:00
Merinov Nikolay
b5c9573ad6
Add --unlink.
2010-09-29 13:34:09 +02:00
Giuseppe Scrivano
822a32d813
Align --trust-server-names help text.
2010-09-12 14:21:03 +02:00
Giuseppe Scrivano
3e25a9817f
Introduce --trust-server-names. Close CVE-2010-2252.
2010-07-28 21:22:22 +02:00
Giuseppe Scrivano
a6625c97c5
Fix help string for --random-wait.
2010-06-20 12:10:35 +02:00
Giuseppe Scrivano
e16bd20474
Drop the current maintainer line from the version display.
2010-06-10 10:19:27 +02:00
Giuseppe Scrivano
9e286ee357
Print diagnostic messages to stderr, not stdout.
2010-05-31 09:45:03 +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
David Holman
1f08245076
--no-match-server-timestamps
2010-01-09 18:57:18 -08:00
Steven Schweda
3450481772
imported patch vms-overlay
2010-01-09 15:24:02 -08:00
Micah Cowan
a454495722
Remove misleading comment.
2009-10-09 02:23:26 -07:00
Micah Cowan
c86f7c7b82
Fix declaration of compiled_features.
2009-10-09 02:12:33 -07:00
Steven Schweda
e83b33f844
target -> targ; use OS_TYPE for VMS in build info string.
2009-09-24 12:23:08 -07:00
Micah Cowan
4a08094db8
[mq]: cfg-mk
2009-09-21 20:39:44 -07:00
Steven Schweda
5ef1d7b949
Fixes needed for VMS.
2009-09-11 19:41:57 -07:00
Steven Schubiger
7415b33b6c
Mark some options as deprecated.
2009-09-08 14:54:20 +02:00
Gisle Vanem
f3e634a8b2
Adjustments for MSDOS.
2009-09-05 11:27:52 -07:00
Micah Cowan
b014f8fae9
Improved exit status handling.
2009-08-27 23:08:58 -07:00
Micah Cowan
9dadbf6fe9
Rename --html-extension to --adjust-extension.
2009-07-28 17:37:58 -07:00
Petr Pisar
ee43faf2b1
Minor msgid fixes. Typos, and corrected contact mail.
2009-07-27 01:56:49 -07:00
Micah Cowan
d2e150dc2d
Remove documentation for no-longer-used --preserve-permissions.
2009-07-26 21:58:43 -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
25a3d032fa
Mark --dot-style as deprecated.
2009-07-26 18:55:49 -07:00
Micah Cowan
d6065c927e
Space before closing brace. Fixes paramcheck.pl output.
2009-07-10 02:12:34 -07:00
Micah Cowan
532aa2cb2d
Doc improvements for --base.
2009-07-06 22:53:01 -07:00
Peter Pisar
2524076dd2
Translation fixes.
2009-07-05 14:35:21 -07:00
Micah Cowan
ae042e99cf
Remove version.h; we generate version.c these days.
2009-07-04 16:15:26 -07:00
Micah Cowan
c2fe2f4159
Fix minor version-printer merge glitch.
2009-07-04 15:38:42 -07:00
Micah Cowan
d5e283b1a7
Automated merge.
2009-07-04 15:32:57 -07:00
Micah Cowan
399dab5190
Translation-related improvements to version-info string.
2009-07-04 11:47:08 -07:00
Micah Cowan
47e7d242ff
Fix Test-ftp-iri.
2009-06-28 21:15:22 -07:00
Micah Cowan
50e12521d6
Fixes to restore Test-iri and Test-iri-forced-remote
2009-06-28 20:55:01 -07:00
Micah Cowan
4f3dd68173
Merge with mainline.
2009-06-25 01:14:11 -07:00
Micah Cowan
94d6650817
Merge in gerel's url-parsing stuff.
2009-06-13 04:48:18 -07:00
Steven Schubiger
42253233c3
Adjust copyright years.
2009-03-03 21:16:47 +01:00
Micah Cowan
5beb59b249
Fixed my stupid CONAIR typo...
2009-03-02 10:29:49 -08:00
Gisle Vanem
3ab05cfe38
No freopen(NULL,...).
2009-03-01 00:08:44 -08:00
gerel
ea3745e8dc
removed some more calls
2009-02-01 15:03:51 -03: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
f33c275621
Move numurls out of options struct.
2008-11-16 20:53:58 +01:00
Steven Schubiger
94d7b0b570
Improve printing formatted build information.
2008-11-14 13:48:32 +01:00
Steven Schubiger
3c1725e7a1
Return some memory control back to format_and_print_line.
2008-11-12 12:02:37 +01:00
Steven Schubiger
fafd83c097
Do not handle memory within format_and_print_line.
2008-11-11 23:00:05 +01:00
Micah Cowan
fc7e412bd3
Mailing list move.
2008-10-31 23:15:06 -07:00
Gisle Vanem
871992e247
Compatibility tweaks to format_and_print_line.
2008-10-26 13:18:36 -07:00
Micah Cowan
a38d9e7e7a
Avoid unnecessary vars, and make wgetrc_file_name build properly on Windows.
2008-09-09 10:20:21 -07:00
Micah Cowan
abeb6c4a9e
Define program_name, for lib/error.c.
2008-09-09 09:40:13 -07:00
Saint Xavier
26a3eea8e2
Removed commented *printf and use quote_n() for quoting several args
2008-08-15 15:15:42 +02:00
Xavier Saint
a459f0aac9
Automated merge.
2008-08-14 18:45:26 +02:00
Xavier Saint
cbd54b549a
Automated merge.
2008-08-14 18:45:13 +02:00