wget/src
Christian Neukirchen e624732563 Disable progress bar when wget is backgrounded (trivial patch)
* src/progress.c (create_image): progress only when in foreground

Sometimes I start wget, but the remote site is too slow, so I rather
want to run it in background, however when I simply use job control
for that, wget will keep spewing the progress bar all over my
terminal.  I have found the SIGHUP/SIGUSR1 feature to redirect output
to a log file, but I think the following small patch is even more
useful, since the progress bar will simply resume when wget is
foregrounded again (also, the final message is still printed to the
terminal in any case):
2015-09-10 10:26:29 +02:00
..
DESCRIP_DEPS.MMS imported patch vms-overlay 2010-01-09 15:24:02 -08:00
DESCRIP_MODS.MMS Remove trailing empty lines 2014-06-12 18:49:15 +02:00
DESCRIP_SRC.MMS Remove trailing empty lines 2014-06-12 18:49:15 +02:00
Makefile.am Added support for HSTS. 2015-07-20 15:55:57 +02:00
build_info.c.in Assume large-file support for WINDOWS 2014-11-20 21:37:24 +01:00
connect.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
connect.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
convert.c Clarify that links are being converted. 2015-08-21 20:58:55 +02:00
convert.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
cookies.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
cookies.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
css-tokens.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
css-url.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
css-url.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
css.l maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
decc_ver.c Ensure main calls bindtextdomain 2014-06-12 18:49:14 +02:00
exits.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
exits.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ftp-basic.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ftp-ls.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ftp-opie.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ftp.c Fix IP address exposure in FTP code 2015-08-11 17:38:33 +02:00
ftp.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
gnutls.c Fix double free bug in SSL code 2015-04-27 19:48:51 +02:00
hash.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
hash.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
host.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
host.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
hsts.c Fix memory leaks in unit-test 2015-08-29 22:52:49 +05:30
hsts.h Added support for HSTS. 2015-07-20 15:55:57 +02:00
html-parse.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
html-parse.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
html-url.c html-url.c: Fix potential memory leaks 2015-03-14 16:48:30 +05:30
html-url.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
http-ntlm.c Remove shadowed variable in http.c 2015-05-04 21:45:26 +05:30
http-ntlm.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
http.c Fix coding style violation in last commit 2015-08-31 21:04:54 +05:30
http.h Added support for HSTS. 2015-07-20 15:55:57 +02:00
init.c Add option to write URL rejections to a tab-delimited CSV log. 2015-08-06 08:10:55 +02:00
init.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
iri.c Fix leaks found by Coverity 2015-08-30 14:10:25 +02:00
iri.h Change function params to const in src/iri.[ch] 2015-07-01 17:15:10 +02:00
log.c Fixed #44516 -o- not logging to stdout 2015-08-16 00:20:20 +05:30
log.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
main.c Do not free Metalink structure if not initialized 2015-09-02 09:17:37 +02:00
metalink.c Fix null pointer dereference 2015-08-30 14:17:47 +02:00
metalink.h Move some Metalink-related code from http.c to metalink.c. 2015-07-20 15:31:06 +02:00
mswindows.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
mswindows.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
netrc.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
netrc.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
openssl.c openssl: Read cert from private key file when needed 2015-04-27 19:52:18 +02:00
options.h Add option to write URL rejections to a tab-delimited CSV log. 2015-08-06 08:10:55 +02:00
progress.c Disable progress bar when wget is backgrounded (trivial patch) 2015-09-10 10:26:29 +02:00
progress.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ptimer.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ptimer.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
recur.c Fix var name conflicts with math.h and wingdi.h 2015-08-15 15:43:33 +05:30
recur.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
res.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
res.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
retr.c Fix resource leak discovered by Coverity 2015-08-29 22:15:34 +02:00
retr.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
spider.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
spider.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ssl.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
sysdep.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
test.c Add unit test for parse_content_range() method 2015-08-30 21:34:32 +05:30
test.h Add unit test for parse_content_range() method 2015-08-30 21:34:32 +05:30
url.c Fix memory leaks in unit-test 2015-08-29 22:52:49 +05:30
url.h Fixed incorrect handling of reserved chars. 2015-05-12 21:24:06 +02:00
utils.c Fix function name collision with OpenSSL library 2015-07-24 23:52:43 +05:30
utils.h Fix function name collision with OpenSSL library 2015-07-24 23:52:43 +05:30
version.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
vms.c Remove trailing empty lines 2014-06-12 18:49:15 +02:00
warc.c Remove redundant definition of _GNU_SOURCE 2015-08-07 13:24:14 +02:00
warc.h Add more const usage to function params 2015-04-17 22:42:59 +02:00
wget.h void uninitialized variable in metalink code 2015-08-04 17:24:59 +02:00