| Commit message (Expand) | Author | Age | Files | Lines |
* | use xmallocz to avoid size arithmetic | Jeff King | 2016-02-22 | 1 | -1/+1 |
* | stop_progress_msg: convert sprintf to xsnprintf | Jeff King | 2015-09-25 | 1 | -1/+1 |
* | progress: store throughput display in a strbuf | Jeff King | 2015-09-25 | 1 | -10/+8 |
* | progress: treat "no terminal" as being in the foregroundlm/squelch-bg-progress | Jeff King | 2015-05-19 | 1 | -1/+2 |
* | progress: no progress in background | Luke Mewburn | 2015-04-15 | 1 | -6/+16 |
* | progress: simplify performance measurement by using getnanotime() | Karsten Blees | 2014-07-13 | 1 | -35/+36 |
* | i18n: mark all progress lines for translationnd/i18n-progress | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -1/+2 |
* | strbuf: create strbuf_humanise_bytes() to show byte sizes | Antoine Pelisse | 2013-04-10 | 1 | -28/+15 |
* | change throughput display units with fast links | Nicolas Pitre | 2009-10-14 | 1 | -1/+7 |
* | Nicolas Pitre has a new email address | Nicolas Pitre | 2009-09-14 | 1 | -1/+1 |
* | progress bar: round to the nearest instead of truncating down | Nicolas Pitre | 2009-04-25 | 1 | -4/+4 |
* | progress.c: avoid use of dynamic-sized array | Boyd Lynn Gerber | 2008-06-08 | 1 | -3/+8 |
* | Flush progress message buffer in display(). | Johannes Sixt | 2007-11-20 | 1 | -0/+3 |
* | nicer display of thin pack completion | Nicolas Pitre | 2007-11-08 | 1 | -6/+13 |
* | make display of total transferred fully accurate | Nicolas Pitre | 2007-11-07 | 1 | -25/+39 |
* | make display of total transferred more accurate | Nicolas Pitre | 2007-11-05 | 1 | -24/+22 |
* | Show total transferred as part of throughput progress | Nicolas Pitre | 2007-11-01 | 1 | -3/+26 |
* | make sure throughput display gets updated even if progress doesn't move | Nicolas Pitre | 2007-11-01 | 1 | -0/+3 |
* | add some copyright notice to the progress display code | Nicolas Pitre | 2007-10-30 | 1 | -0/+10 |
* | add throughput to progress display | Nicolas Pitre | 2007-10-30 | 1 | -4/+76 |
* | make struct progress an opaque type | Nicolas Pitre | 2007-10-30 | 1 | -6/+27 |
* | more compact progress display | Nicolas Pitre | 2007-10-17 | 1 | -28/+25 |
* | Fix the progress code to output LF only when it is really needed | Alex Riesen | 2007-05-23 | 1 | -1/+5 |
* | provide a facility for "delayed" progress reporting | Nicolas Pitre | 2007-04-22 | 1 | -0/+34 |
* | make progress "title" part of the common progress interface | Nicolas Pitre | 2007-04-22 | 1 | -4/+8 |
* | common progress display support | Nicolas Pitre | 2007-04-22 | 1 | -0/+68 |