summaryrefslogtreecommitdiff
path: root/progress.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-25stop_progress_msg: convert sprintf to xsnprintfLibravatar Jeff King1-1/+1
2015-09-25progress: store throughput display in a strbufLibravatar Jeff King1-10/+8
2015-05-19progress: treat "no terminal" as being in the foregroundLibravatar Jeff King1-1/+2
2015-04-15progress: no progress in backgroundLibravatar Luke Mewburn1-6/+16
2014-07-13progress: simplify performance measurement by using getnanotime()Libravatar Karsten Blees1-35/+36
2014-02-24i18n: mark all progress lines for translationLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2013-04-10strbuf: create strbuf_humanise_bytes() to show byte sizesLibravatar Antoine Pelisse1-28/+15
2009-10-14change throughput display units with fast linksLibravatar Nicolas Pitre1-1/+7
2009-09-14Nicolas Pitre has a new email addressLibravatar Nicolas Pitre1-1/+1
2009-04-25progress bar: round to the nearest instead of truncating downLibravatar Nicolas Pitre1-4/+4
2008-06-08progress.c: avoid use of dynamic-sized arrayLibravatar Boyd Lynn Gerber1-3/+8
2007-11-20Flush progress message buffer in display().Libravatar Johannes Sixt1-0/+3
2007-11-08nicer display of thin pack completionLibravatar Nicolas Pitre1-6/+13
2007-11-07make display of total transferred fully accurateLibravatar Nicolas Pitre1-25/+39
2007-11-05make display of total transferred more accurateLibravatar Nicolas Pitre1-24/+22
2007-11-01Show total transferred as part of throughput progressLibravatar Nicolas Pitre1-3/+26
2007-11-01make sure throughput display gets updated even if progress doesn't moveLibravatar Nicolas Pitre1-0/+3
2007-10-30add some copyright notice to the progress display codeLibravatar Nicolas Pitre1-0/+10
2007-10-30add throughput to progress displayLibravatar Nicolas Pitre1-4/+76
2007-10-30make struct progress an opaque typeLibravatar Nicolas Pitre1-6/+27
2007-10-17more compact progress displayLibravatar Nicolas Pitre1-28/+25
2007-05-23Fix the progress code to output LF only when it is really neededLibravatar Alex Riesen1-1/+5
2007-04-22provide a facility for "delayed" progress reportingLibravatar Nicolas Pitre1-0/+34
2007-04-22make progress "title" part of the common progress interfaceLibravatar Nicolas Pitre1-4/+8
2007-04-22common progress display supportLibravatar Nicolas Pitre1-0/+68