aboutsummaryrefslogtreecommitdiff
path: root/progress.c
Commit message (Expand)AuthorAge
* Merge branch 'en/rename-progress'Junio C Hamano2017-12-19
|\
| * progress: fix progress meters when dealing with lots of workElijah Newren2017-11-15
* | progress: drop delay-threshold codeLars Schneider2017-12-04
* | progress: set default delay threshold to 100%, not 0%Jeff King2017-12-04
|/
* progress: simplify "delayed" progress APIJunio C Hamano2017-08-19
* progress: show overall rate in last updateRené Scharfe2017-07-09
* stop_progress_msg: convert xsnprintf to xstrfmtMaxim Moseychuk2017-02-16
* use xmallocz to avoid size arithmeticJeff King2016-02-22
* stop_progress_msg: convert sprintf to xsnprintfJeff King2015-09-25
* progress: store throughput display in a strbufJeff King2015-09-25
* progress: treat "no terminal" as being in the foregroundJeff King2015-05-19
* progress: no progress in backgroundLuke Mewburn2015-04-15
* progress: simplify performance measurement by using getnanotime()Karsten Blees2014-07-13
* i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy2014-02-24
* strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse2013-04-10
* change throughput display units with fast linksNicolas Pitre2009-10-14
* Nicolas Pitre has a new email addressNicolas Pitre2009-09-14
* progress bar: round to the nearest instead of truncating downNicolas Pitre2009-04-25
* progress.c: avoid use of dynamic-sized arrayBoyd Lynn Gerber2008-06-08
* Flush progress message buffer in display().Johannes Sixt2007-11-20
* nicer display of thin pack completionNicolas Pitre2007-11-08
* make display of total transferred fully accurateNicolas Pitre2007-11-07
* make display of total transferred more accurateNicolas Pitre2007-11-05
* Show total transferred as part of throughput progressNicolas Pitre2007-11-01
* make sure throughput display gets updated even if progress doesn't moveNicolas Pitre2007-11-01
* add some copyright notice to the progress display codeNicolas Pitre2007-10-30
* add throughput to progress displayNicolas Pitre2007-10-30
* make struct progress an opaque typeNicolas Pitre2007-10-30
* more compact progress displayNicolas Pitre2007-10-17
* Fix the progress code to output LF only when it is really neededAlex Riesen2007-05-23
* provide a facility for "delayed" progress reportingNicolas Pitre2007-04-22
* make progress "title" part of the common progress interfaceNicolas Pitre2007-04-22
* common progress display supportNicolas Pitre2007-04-22