summaryrefslogtreecommitdiff
path: root/src/progress.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-06-221-4/+2
|\
| * Better align download percentage statusDarshit Shah2014-06-221-1/+1
| * Do not depend on always defined macrosGiuseppe Scrivano2014-06-121-3/+1
* | Merge remote-tracking branch 'origin/master' into parallel-wgetDarshit Shah2014-06-091-72/+101
|\ \ | |/
| * More progress bar aesthetic changesDarshit Shah2014-05-301-24/+48
| * Fix compiler warningsTim Ruehsen2014-05-121-2/+2
| * Aesthetic changes and bug fixes for progress barDarshit Shah2014-05-011-9/+10
| * Add --show-progress to force display progress barDarshit Shah2014-05-011-30/+59
| * progress: Split update into update and drawGiuseppe Scrivano2014-05-011-8/+28
* | progress bar: fix a possible segfaultGiuseppe Scrivano2013-11-101-3/+3
* | progress: show the URL near the progress barGiuseppe Scrivano2013-11-031-18/+40
* | progress: progress bar supports threads.Giuseppe Scrivano2013-11-031-72/+162
* | progress: Split update into update and drawGiuseppe Scrivano2013-11-031-8/+28
|/
* Rename --bits to --report-bps.Giuseppe Scrivano2012-06-061-1/+1
* Fix some compiler warnings.Tim Ruehsen2012-05-051-2/+2
* Accept --bit optionSasikantha Babu2012-03-051-5/+6
* mass change: update copyright years.Giuseppe Scrivano2011-01-011-1/+1
* Remove redundant guard.Giuseppe Scrivano2010-12-011-3/+1
* Mass update copyright years.Giuseppe Scrivano2010-05-081-2/+2
* [mq]: cfg-mkMicah Cowan2009-09-211-1/+1
* Ran update-copyright.Micah Cowan2009-09-041-2/+2
* "Translation note" -> "TRANSLATORS"Micah Cowan2009-07-231-1/+1
* Fix wrong human-readable ETA output.Steven Schubiger2009-05-171-1/+1
* Henri's -Wall patch.Micah Cowan2008-05-301-4/+4
* Merge quote module stuff with current mainline.Micah Cowan2008-05-151-2/+2
|\
| * Undo the USE_GNULIB_ALLOC defines.Steven Schubiger2008-04-201-2/+0
| * Use Gnulib's alloc functions throughout the source.Steven Schubiger2008-04-191-0/+2
| * Use Gnulib's quote function in progress.c.Steven Schubiger2008-04-161-2/+2
* | Fix too-many-spaces problem for multibyte progress bars, when ETA string not ...Micah Cowan2008-04-301-9/+21
|/
* Fixed #22251: Terminated download gets new filename.Micah Cowan2008-02-101-2/+2
* Remove screenwidth assertion from create_image.Micah Cowan2008-02-071-2/+0
* ChangeLog entries for NLS progress-bar changes; use correct conditional check...Micah Cowan2008-02-061-4/+2
* Deal with progress bars in environs lacking mbtowc or wcwidth.Micah Cowan2008-02-061-4/+10
* Handle error codes from mbtowc, wcwidth.Micah Cowan2008-02-031-1/+9
* Handle missing wchar.h, wcwidth.Micah Cowan2008-02-031-0/+7
* Use character widths instead of number-of-bytes, to determine where on the te...Micah Cowan2008-02-031-10/+70
* Updated copyright year.Micah Cowan2008-01-251-2/+2
* Merge SFLC licensing changes for OpenSSL with tip.Micah Cowan2007-12-071-9/+10
|\
| * Updated licensing exception for OpenSSL from the SFLC.Micah Cowan2007-11-281-9/+10
* | Eschew config-post.h.Micah Cowan2007-10-181-2/+1
|/
* Update copyright lists, conforming to maintainer guidelinesMicah Cowan2007-09-281-1/+2
* [svn] Make indentation consistent (all-spaces, no tabs).micah2007-08-021-209/+209
* [svn] Merge of fix for bugs 20341 and 20410.micah2007-07-091-3/+2
* [svn] Check for overflow when calculating ETA.hniksic2007-01-231-3/+9
* [svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes...mtortonesi2006-07-141-1/+1
* [svn] Introduce symbolic constants for "magic" values of 0.2 and 0.9,hniksic2005-09-011-2/+10
* [svn] Switch to days when printing more than 48h rather than 100h.hniksic2005-08-111-1/+1
* [svn] Make timers measure seconds directly, not milliseconds.hniksic2005-07-061-23/+26
* [svn] Update FSF's address and copyright years.hniksic2005-07-011-3/+3
* [svn] Display smaller download rate numbers with more digits of precision.hniksic2005-07-011-6/+7