wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)
authorBradley M. Kuhn <bkuhn@ebb.org>
Sun, 8 Aug 2010 00:51:20 +0000 (02:51 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 8 Aug 2010 00:51:20 +0000 (02:51 +0200)
commitc97131c2af832f03e769a12b2a95e4de86c5858f
tree6bb49cd582b75953c822431162a94809a9539918
parent33bbb27e45c7c6a0fecb40b3a5aa36aef69825f9
wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)

function                                             old     new   delta
retrieve_file_data                                   364     450     +86
bb_progress_update                                   615     682     +67
packed_usage                                       27406   27422     +16
wget_main                                           2440    2453     +13
static.wget_longopts                                 145     155     +10
progress_meter                                       199     159     -40
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 5/1 up/down: 192/-40)           Total: 152 bytes

Signed-off-by: Bradley M. Kuhn <bkuhn@ebb.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
TEST_config_rh9
include/usage.src.h
libbb/progress.c
networking/Config.src
networking/wget.c