aboutsummaryrefslogtreecommitdiffstats
path: root/progress.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy1-1/+2
2013-04-10strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse1-28/+15
2009-10-14change throughput display units with fast linksNicolas Pitre1-1/+7
2009-09-14Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2009-04-25progress bar: round to the nearest instead of truncating downNicolas Pitre1-4/+4
2008-06-08progress.c: avoid use of dynamic-sized arrayBoyd Lynn Gerber1-3/+8
2007-11-20Flush progress message buffer in display().Johannes Sixt1-0/+3
2007-11-08nicer display of thin pack completionNicolas Pitre1-6/+13
2007-11-07make display of total transferred fully accurateNicolas Pitre1-25/+39
2007-11-05make display of total transferred more accurateNicolas Pitre1-24/+22
2007-11-01Show total transferred as part of throughput progressNicolas Pitre1-3/+26
2007-11-01make sure throughput display gets updated even if progress doesn't moveNicolas Pitre1-0/+3
2007-10-30add some copyright notice to the progress display codeNicolas Pitre1-0/+10
2007-10-30add throughput to progress displayNicolas Pitre1-4/+76
2007-10-30make struct progress an opaque typeNicolas Pitre1-6/+27
2007-10-17more compact progress displayNicolas Pitre1-28/+25
2007-05-23Fix the progress code to output LF only when it is really neededAlex Riesen1-1/+5
2007-04-22provide a facility for "delayed" progress reportingNicolas Pitre1-0/+34
2007-04-22make progress "title" part of the common progress interfaceNicolas Pitre1-4/+8
2007-04-22common progress display supportNicolas Pitre1-0/+68