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
Giuseppe Scrivano
67a4c6cf97
progress: Split update into update and draw
2014-05-01 00:46:44 +02:00
Giuseppe Scrivano
96418c6885
Rename --bits to --report-bps.
2012-06-06 14:10:07 +02:00
Tim Ruehsen
0aa3c5d33c
Fix some compiler warnings.
2012-05-05 15:24:35 +02:00
Sasikantha Babu
b9b510ca5f
Accept --bit option
2012-03-05 22:23:06 +01: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
Giuseppe Scrivano
293008f682
Mass update copyright years.
2010-05-08 21:56:15 +02:00
Micah Cowan
4a08094db8
[mq]: cfg-mk
2009-09-21 20:39:44 -07:00
Micah Cowan
b9e9ad65cc
Ran update-copyright.
2009-09-04 00:13:47 -07:00
Micah Cowan
f11619be14
"Translation note" -> "TRANSLATORS"
2009-07-23 10:24:36 -07:00
Steven Schubiger
2e1619d3fe
Fix wrong human-readable ETA output.
2009-05-17 12:53:28 +02:00
Micah Cowan
48b53471e8
Henri's -Wall patch.
2008-05-30 22:42:36 -07:00
Micah Cowan
e72b57629b
Merge quote module stuff with current mainline.
2008-05-15 19:13:08 -07:00
Micah Cowan
16b833c16d
Fix too-many-spaces problem for multibyte progress bars, when ETA string not displayed.
2008-04-30 13:48:30 -07:00
Steven Schubiger
2c77220411
Undo the USE_GNULIB_ALLOC defines.
2008-04-20 11:46:52 +02:00
Steven Schubiger
76780021d8
Use Gnulib's alloc functions throughout the source.
2008-04-19 01:21:24 +02:00
Steven Schubiger
9d519d49f0
Use Gnulib's quote function in progress.c.
2008-04-16 12:25:45 +02:00
Micah Cowan
653a658a58
Fixed #22251 : Terminated download gets new filename.
2008-02-10 14:39:41 -08:00
Micah Cowan
e111c92008
Remove screenwidth assertion from create_image.
2008-02-07 00:25:03 -08:00
Micah Cowan
b9a2f26240
ChangeLog entries for NLS progress-bar changes; use correct conditional checks in progress.c.
2008-02-06 16:53:46 -08:00
Micah Cowan
e95867e6cc
Deal with progress bars in environs lacking mbtowc or wcwidth.
2008-02-06 18:10:24 -08:00
Micah Cowan
f74d743345
Handle error codes from mbtowc, wcwidth.
2008-02-03 01:28:05 -08:00
Micah Cowan
35b72cc941
Handle missing wchar.h, wcwidth.
2008-02-03 01:48:50 -08:00
Micah Cowan
2a8fe286da
Use character widths instead of number-of-bytes, to determine where on the terminal line we are (for progress-bar).
2008-02-03 00:53:16 -08:00
Micah Cowan
bc8f473272
Updated copyright year.
2008-01-25 05:04:01 -08:00
Micah Cowan
462e643a7e
Merge SFLC licensing changes for OpenSSL with tip.
2007-12-07 17:37:07 -08:00
Micah Cowan
86395b297b
Updated licensing exception for OpenSSL from the SFLC.
2007-11-28 00:05:33 -08:00
Micah Cowan
212396c7e1
Eschew config-post.h.
2007-10-18 20:50:40 -07:00
Micah Cowan
5dd09d9ba5
Update copyright lists, conforming to maintainer guidelines
2007-09-28 15:45:31 -07:00
micah
7d2066b221
[svn] Make indentation consistent (all-spaces, no tabs).
2007-08-02 20:38:21 -07:00
micah
4d7c5e087b
[svn] Merge of fix for bugs 20341 and 20410.
2007-07-09 22:53:22 -07:00
hniksic
8b08f41f0d
[svn] Check for overflow when calculating ETA.
2007-01-23 13:31:30 -08:00
mtortonesi
1c7493b83e
[svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes for 64-bit platforms. Updated copyright and maintainer information.
2006-07-14 06:25:50 -07:00
hniksic
53ca4879b9
[svn] Introduce symbolic constants for "magic" values of 0.2 and 0.9,
...
REFRESH_INTERVAL and ETA_REFRESH_INTERVAL.
2005-09-01 09:44:11 -07:00
hniksic
d46f0621b9
[svn] Switch to days when printing more than 48h rather than 100h.
2005-08-11 14:20:37 -07:00
hniksic
3d5863424b
[svn] Make timers measure seconds directly, not milliseconds.
2005-07-06 09:35:42 -07:00
hniksic
db9de5b075
[svn] Update FSF's address and copyright years.
2005-07-01 19:26:52 -07:00
hniksic
176b61461b
[svn] Display smaller download rate numbers with more digits of precision.
2005-07-01 17:40:54 -07:00
hniksic
26630942cb
[svn] Remove unused variable row_qty.
2005-06-30 05:16:06 -07:00
hniksic
40f4de9ae9
[svn] Doc fix.
2005-06-28 17:45:02 -07:00
hniksic
f9d2d0e175
[svn] Mention inspiration for ETA.
2005-06-28 15:32:45 -07:00
hniksic
e289d2ecc4
[svn] Include ETA information in dot progress.
2005-06-28 15:03:12 -07:00
hniksic
04ddc27bb8
[svn] Remove unnecessary casts.
2005-06-28 02:32:40 -07:00
hniksic
9b6a27f422
[svn] Document dp->accumulated
2005-06-28 02:25:29 -07:00
hniksic
6762389df0
[svn] Docfix.
2005-06-28 02:19:24 -07:00
hniksic
bb0194c6e7
[svn] Document print_percentage.
2005-06-28 02:09:31 -07:00
hniksic
10afb07c42
[svn] Really remove translation of <n>s.
2005-06-26 18:15:46 -07:00
hniksic
2e7aa7f76d
[svn] Constify variable.
2005-06-26 16:04:56 -07:00
hniksic
39fbdba663
[svn] Mark the "eta" string for translation.
2005-06-26 14:05:52 -07:00