summaryrefslogtreecommitdiff
path: root/progress.c
Commit message (Expand)AuthorAgeFilesLines
* i18n: mark all progress lines for translationnd/i18n-progressNguyễn Thái Ngọc Duy2014-02-241-1/+2
* strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse2013-04-101-28/+15
* change throughput display units with fast linksNicolas Pitre2009-10-141-1/+7
* Nicolas Pitre has a new email addressNicolas Pitre2009-09-141-1/+1
* progress bar: round to the nearest instead of truncating downNicolas Pitre2009-04-251-4/+4
* progress.c: avoid use of dynamic-sized arrayBoyd Lynn Gerber2008-06-081-3/+8
* Flush progress message buffer in display().Johannes Sixt2007-11-201-0/+3
* nicer display of thin pack completionNicolas Pitre2007-11-081-6/+13
* make display of total transferred fully accurateNicolas Pitre2007-11-071-25/+39
* make display of total transferred more accurateNicolas Pitre2007-11-051-24/+22
* Show total transferred as part of throughput progressNicolas Pitre2007-11-011-3/+26
* make sure throughput display gets updated even if progress doesn't moveNicolas Pitre2007-11-011-0/+3
* add some copyright notice to the progress display codeNicolas Pitre2007-10-301-0/+10
* add throughput to progress displayNicolas Pitre2007-10-301-4/+76
* make struct progress an opaque typeNicolas Pitre2007-10-301-6/+27
* more compact progress displayNicolas Pitre2007-10-171-28/+25
* Fix the progress code to output LF only when it is really neededAlex Riesen2007-05-231-1/+5
* provide a facility for "delayed" progress reportingNicolas Pitre2007-04-221-0/+34
* make progress "title" part of the common progress interfaceNicolas Pitre2007-04-221-4/+8
* common progress display supportNicolas Pitre2007-04-221-0/+68