busybox/networking
Rob Landley 19a3940f15 Patch from Denis Vlasenko:
* Rename a var: statbytes -> transferred
* cursize == transferred, always. Nuke cursize.
* Make progressmeter() a nop if !CONFIG_FEATURE_WGET_STATUSBAR
  (reduces #ifdef forest)
* double elapsed -> int elapsed
* Do not sprintf to buf first and then write(STDERR) it,
  just fprintf directly to stderr
* Progress bar printing code made smaller
* Style fixes
2006-06-13 17:10:26 +00:00
..
2006-05-31 10:19:51 +00:00
2006-06-07 20:06:24 +00:00
2006-01-25 00:08:53 +00:00
2006-05-31 10:19:51 +00:00
2006-06-02 19:03:01 +00:00
2006-03-13 19:04:00 +00:00
2006-01-25 00:08:53 +00:00
2006-05-11 02:36:51 +00:00
2006-06-10 14:32:56 +00:00
2006-06-13 17:10:26 +00:00