| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ma/stop-progress-null-fix' | Junio C Hamano | 2020-08-17 | 1 | -2/+10 |
|\ |
|
| * | progress: don't dereference before checking for NULL | Martin Ågren | 2020-08-10 | 1 | -2/+10 |
* | | progress: call trace2_region_leave() only after calling _enter() | Derrick Stolee | 2020-05-15 | 1 | -6/+2 |
|/ |
|
* | trace2: log progress time and throughput | Emily Shaffer | 2020-05-12 | 1 | -0/+17 |
* | progress.c: silence cgcc suggestion about internal linkage | Đoàn Trần Công Danh | 2020-04-27 | 1 | -1/+1 |
* | progress: create GIT_PROGRESS_DELAY | Derrick Stolee | 2019-11-27 | 1 | -2/+13 |
* | Test the progress display | SZEDER Gábor | 2019-09-17 | 1 | -2/+30 |
* | Revert "progress: use term_clear_line()" | SZEDER Gábor | 2019-09-17 | 1 | -11/+18 |
* | Merge branch 'dr/progress-i18n' | Junio C Hamano | 2019-07-11 | 1 | -2/+1 |
|\ |
|
| * | l10n: localizable upload progress messages | Dimitriy Ryazantcev | 2019-07-02 | 1 | -2/+1 |
* | | progress: use term_clear_line() | SZEDER Gábor | 2019-06-27 | 1 | -17/+11 |
|/ |
|
* | Merge branch 'sg/progress-off-by-one-fix' | Junio C Hamano | 2019-05-30 | 1 | -1/+1 |
|\ |
|
| * | progress: avoid empty line when breaking the progress line | SZEDER Gábor | 2019-05-28 | 1 | -1/+1 |
* | | Merge branch 'jk/xmalloc' | Junio C Hamano | 2019-04-25 | 1 | -13/+5 |
|\ \ |
|
| * | | progress: use xmalloc/xcalloc | Jeff King | 2019-04-12 | 1 | -13/+5 |
* | | | Merge branch 'sg/overlong-progress-fix' | Junio C Hamano | 2019-04-25 | 1 | -21/+53 |
|\ \ \
| | |/
| |/| |
|
| * | | progress: break too long progress bar lines | SZEDER Gábor | 2019-04-15 | 1 | -3/+24 |
| * | | progress: clear previous progress update dynamically | SZEDER Gábor | 2019-04-15 | 1 | -4/+7 |
| * | | progress: assemble percentage and counters in a strbuf before printing | SZEDER Gábor | 2019-04-05 | 1 | -12/+23 |
| * | | progress: make display_progress() return void | SZEDER Gábor | 2019-04-05 | 1 | -8/+5 |
| |/ |
|
* | | progress: add sparse mode to force 100% complete message | Jeff Hostetler | 2019-03-22 | 1 | -3/+35 |
|/ |
|
* | Merge branch 'en/rename-progress' | Junio C Hamano | 2017-12-19 | 1 | -14/+15 |
|\ |
|
| * | progress: fix progress meters when dealing with lots of work | Elijah Newren | 2017-11-15 | 1 | -14/+15 |
* | | progress: drop delay-threshold codejk/progress-delay-fix | Lars Schneider | 2017-12-04 | 1 | -19/+5 |
* | | progress: set default delay threshold to 100%, not 0% | Jeff King | 2017-12-04 | 1 | -1/+1 |
|/ |
|
* | progress: simplify "delayed" progress APIjc/simplify-progress | Junio C Hamano | 2017-08-19 | 1 | -5/+10 |
* | progress: show overall rate in last updaters/progress-overall-throughput-at-the-end | René Scharfe | 2017-07-09 | 1 | -2/+6 |
* | stop_progress_msg: convert xsnprintf to xstrfmt | Maxim Moseychuk | 2017-02-16 | 1 | -7/+4 |
* | 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 |