Giuseppe Scrivano
8e6de1fb5f
Drop usage of strncpy
2014-06-12 18:49:13 +02:00
Giuseppe Scrivano
087e17be1c
Do not use exit() with a magic number
2014-06-12 18:48:48 +02:00
Darshit Shah
8624553a31
Whitespace and formatting changes.(Aesthetic only)
...
This commit makes lots of whitespace only changes. It has been ensured that this
commit does not make any changes to the functioning of the program. The only
changes that have been made are:
* Remove trailing whitespaces
* Convert tabs to spaces
* Fix indentation issues in the code
* Other aesthetic changes to the formatting of comments
2014-05-30 21:12:57 +05:30
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
Tim Ruehsen
38a7829dcb
Fix compiler warnings
2014-05-12 12:18:50 +02:00
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
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
Giuseppe Scrivano
70f7cdf1af
Remove some useless if statements
2013-12-29 11:46:04 +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
Ángel González
49f6d0ded8
Cleanup cmd_string_uppercase
2013-06-22 14:06:06 +02:00
Tim Ruehsen
099d8ee3da
replaced read_whole_file() by getline()
2013-05-17 20:19:02 +02:00
Darshit Shah
277785fa2a
Fix issue when converting string to uppercase
2013-05-05 01:34:47 +02:00
Giuseppe Scrivano
550457bcad
Fix crash when receiving a HTTP redirect upon a POST request
...
The crash was introduced by a recent commit.
2013-05-02 21:57:20 +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
06fc1edb54
Remove static modifier for functions used in other modules.
2012-08-28 21:38:12 +02:00
Steven Schubiger
31674653eb
Include missing header.
2012-07-08 11:36:54 +02:00
Giuseppe Scrivano
ae0598df9b
Check for fclose errors.
2012-06-17 22:24:32 +02:00
Giuseppe Scrivano
90e9d9e1bd
Move cleanup related code to `cleanup'
2012-06-16 12:20:33 +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
Gijs van Tulder
f5a1097871
Add support for -accept-regex and --reject-regex.
2012-05-09 21:18:23 +02:00
Steven Schubiger
0ccaa999a2
Fix typo.
2012-03-08 10:00:51 +01:00
Sasikantha Babu
b9b510ca5f
Accept --bit option
2012-03-05 22:23:06 +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
2158e58bc1
Silence compiler warning.
2011-08-19 12:08:46 +02:00
Giuseppe Scrivano
aed17cca14
Initialize show_all_dns_entries to false.
2011-08-06 22:28:31 +02:00
Giuseppe Scrivano
1f06428483
Introduce `show_all_dns_entries'.
2011-08-06 12:38:42 +02:00
Carlos Martín Nieto
e24571d336
Do not use PATH_MAX.
2011-07-26 12:49:44 +02:00
Giuseppe Scrivano
2f6aa1d741
mass change: update copyright years.
2011-01-01 13:19:37 +01:00
Giuseppe Scrivano
9ae052b1e2
Remove redundant guard.
2010-12-01 13:15:13 +01:00
Reza Snowdon
20a64d03d8
Exit immediately if the system config file cannot be parsed.
2010-11-29 15:24:48 +01:00
Reza Snowdon
8c7afaf3bb
Implement --config.
2010-10-29 00:20:31 +02:00
Giuseppe Scrivano
542c549985
Silent warnings reported by clang.
2010-10-16 03:04:25 +02:00
Merinov Nikolay
b5c9573ad6
Add --unlink.
2010-09-29 13:34:09 +02:00
Giuseppe Scrivano
3e25a9817f
Introduce --trust-server-names. Close CVE-2010-2252.
2010-07-28 21:22:22 +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
Jeremy Olexa
8e39fcf97b
PATH_MAX from sys/param.h, when not available from limits.h.
2010-01-09 16:53:41 -08:00
Micah Cowan
4a08094db8
[mq]: cfg-mk
2009-09-21 20:39:44 -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
9dadbf6fe9
Rename --html-extension to --adjust-extension.
2009-07-28 17:37:58 -07:00
Micah Cowan
fb0946c7fc
--restrict-file-names=ascii
2009-07-27 23:41:26 -07:00