Bradley M. Kuhn c97131c2af 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>
2010-08-08 02:51:20 +02:00
..
2010-07-05 21:37:12 +02:00
2009-10-27 09:54:34 +01:00
2010-02-06 21:11:49 +01:00
2009-11-02 14:19:51 +01:00
2010-07-19 00:46:28 +02:00
2010-02-08 17:46:49 +01:00
2010-04-03 15:39:47 +02:00
2009-03-12 15:39:11 +00:00
2010-07-26 01:49:12 +02:00
2009-11-07 01:31:14 +01:00
2010-04-06 18:50:05 +02:00
2009-10-20 19:53:24 +02:00
2010-04-22 00:45:28 -04:00
2010-02-04 18:41:18 +01:00
2010-04-06 18:50:05 +02:00
2009-11-15 23:28:11 +01:00

Please see the LICENSE file for copyright information (GPLv2)

libbb is BusyBox's utility library.  All of this stuff used to be stuffed into
a single file named utility.c.  When I split utility.c to create libbb, some of
the very oldest stuff ended up without their original copyright and licensing
information (which is now lost in the mists of time).  If you see something
that you wrote that is mis-attributed, do let me know so we can fix that up.

	Erik Andersen
	<andersen@codepoet.org>