summaryrefslogtreecommitdiffstats
path: root/progress.c
AgeCommit message (Expand)AuthorLines
2017-12-19Merge branch 'en/rename-progress'Junio C Hamano-14/+15
2017-12-04progress: drop delay-threshold codeLars Schneider-19/+5
2017-12-04progress: set default delay threshold to 100%, not 0%Jeff King-1/+1
2017-11-15progress: fix progress meters when dealing with lots of workElijah Newren-14/+15
2017-08-19progress: simplify "delayed" progress APIJunio C Hamano-5/+10
2017-07-09progress: show overall rate in last updateRené Scharfe-2/+6
2017-02-16stop_progress_msg: convert xsnprintf to xstrfmtMaxim Moseychuk-7/+4
2016-02-22use xmallocz to avoid size arithmeticJeff King-1/+1
2015-09-25stop_progress_msg: convert sprintf to xsnprintfJeff King-1/+1
2015-09-25progress: store throughput display in a strbufJeff King-10/+8
2015-05-19progress: treat "no terminal" as being in the foregroundJeff King-1/+2
2015-04-15progress: no progress in backgroundLuke Mewburn-6/+16
2014-07-13progress: simplify performance measurement by using getnanotime()Karsten Blees-35/+36
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy-1/+2
2013-04-10strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse-28/+15
2009-10-14change throughput display units with fast linksNicolas Pitre-1/+7
2009-09-14Nicolas Pitre has a new email addressNicolas Pitre-1/+1
2009-04-25progress bar: round to the nearest instead of truncating downNicolas Pitre-4/+4
2008-06-08progress.c: avoid use of dynamic-sized arrayBoyd Lynn Gerber-3/+8
2007-11-20Flush progress message buffer in display().Johannes Sixt-0/+3
2007-11-08nicer display of thin pack completionNicolas Pitre-6/+13
2007-11-07make display of total transferred fully accurateNicolas Pitre-25/+39
2007-11-05make display of total transferred more accurateNicolas Pitre-24/+22
2007-11-01Show total transferred as part of throughput progressNicolas Pitre-3/+26
2007-11-01make sure throughput display gets updated even if progress doesn't moveNicolas Pitre-0/+3
2007-10-30add some copyright notice to the progress display codeNicolas Pitre-0/+10
2007-10-30add throughput to progress displayNicolas Pitre-4/+76
2007-10-30make struct progress an opaque typeNicolas Pitre-6/+27
2007-10-17more compact progress displayNicolas Pitre-28/+25
2007-05-23Fix the progress code to output LF only when it is really neededAlex Riesen-1/+5
2007-04-22provide a facility for "delayed" progress reportingNicolas Pitre-0/+34
2007-04-22make progress "title" part of the common progress interfaceNicolas Pitre-4/+8
2007-04-22common progress display supportNicolas Pitre-0/+68