summaryrefslogtreecommitdiff
path: root/progress.c
AgeCommit message (Expand)Author
2016-02-22use xmallocz to avoid size arithmeticJeff King
2015-09-25stop_progress_msg: convert sprintf to xsnprintfJeff King
2015-09-25progress: store throughput display in a strbufJeff King
2015-05-19progress: treat "no terminal" as being in the foregroundJeff King
2015-04-15progress: no progress in backgroundLuke Mewburn
2014-07-14progress: simplify performance measurement by using getnanotime()Karsten Blees
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy
2013-04-10strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse
2009-10-14change throughput display units with fast linksNicolas Pitre
2009-09-14Nicolas Pitre has a new email addressNicolas Pitre
2009-04-25progress bar: round to the nearest instead of truncating downNicolas Pitre
2008-06-08progress.c: avoid use of dynamic-sized arrayBoyd Lynn Gerber
2007-11-20Flush progress message buffer in display().Johannes Sixt
2007-11-08nicer display of thin pack completionNicolas Pitre
2007-11-08make display of total transferred fully accurateNicolas Pitre
2007-11-05make display of total transferred more accurateNicolas Pitre
2007-11-01Show total transferred as part of throughput progressNicolas Pitre
2007-11-01make sure throughput display gets updated even if progress doesn't moveNicolas Pitre
2007-10-30add some copyright notice to the progress display codeNicolas Pitre
2007-10-30add throughput to progress displayNicolas Pitre
2007-10-30make struct progress an opaque typeNicolas Pitre
2007-10-17more compact progress displayNicolas Pitre
2007-05-23Fix the progress code to output LF only when it is really neededAlex Riesen
2007-04-23provide a facility for "delayed" progress reportingNicolas Pitre
2007-04-23make progress "title" part of the common progress interfaceNicolas Pitre
2007-04-23common progress display supportNicolas Pitre