summaryrefslogtreecommitdiff
path: root/progress.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-13use CALLOC_ARRAYLibravatar René Scharfe1-1/+1
2020-08-17Merge branch 'ma/stop-progress-null-fix'Libravatar Junio C Hamano1-2/+10
2020-08-10progress: don't dereference before checking for NULLLibravatar Martin Ågren1-2/+10
2020-05-15progress: call trace2_region_leave() only after calling _enter()Libravatar Derrick Stolee1-6/+2
2020-05-12trace2: log progress time and throughputLibravatar Emily Shaffer1-0/+17
2020-04-27progress.c: silence cgcc suggestion about internal linkageLibravatar Đoàn Trần Công Danh1-1/+1
2019-11-27progress: create GIT_PROGRESS_DELAYLibravatar Derrick Stolee1-2/+13
2019-09-17Test the progress displayLibravatar SZEDER Gábor1-2/+30
2019-09-17Revert "progress: use term_clear_line()"Libravatar SZEDER Gábor1-11/+18
2019-07-11Merge branch 'dr/progress-i18n'Libravatar Junio C Hamano1-2/+1
2019-07-02l10n: localizable upload progress messagesLibravatar Dimitriy Ryazantcev1-2/+1
2019-06-27progress: use term_clear_line()Libravatar SZEDER Gábor1-17/+11
2019-05-30Merge branch 'sg/progress-off-by-one-fix'Libravatar Junio C Hamano1-1/+1
2019-05-28progress: avoid empty line when breaking the progress lineLibravatar SZEDER Gábor1-1/+1
2019-04-25Merge branch 'jk/xmalloc'Libravatar Junio C Hamano1-13/+5
2019-04-25Merge branch 'sg/overlong-progress-fix'Libravatar Junio C Hamano1-21/+53
2019-04-15progress: break too long progress bar linesLibravatar SZEDER Gábor1-3/+24
2019-04-15progress: clear previous progress update dynamicallyLibravatar SZEDER Gábor1-4/+7
2019-04-12progress: use xmalloc/xcallocLibravatar Jeff King1-13/+5
2019-04-05progress: assemble percentage and counters in a strbuf before printingLibravatar SZEDER Gábor1-12/+23
2019-04-05progress: make display_progress() return voidLibravatar SZEDER Gábor1-8/+5
2019-03-22progress: add sparse mode to force 100% complete messageLibravatar Jeff Hostetler1-3/+35
2017-12-19Merge branch 'en/rename-progress'Libravatar Junio C Hamano1-14/+15
2017-12-04progress: drop delay-threshold codeLibravatar Lars Schneider1-19/+5
2017-12-04progress: set default delay threshold to 100%, not 0%Libravatar Jeff King1-1/+1
2017-11-15progress: fix progress meters when dealing with lots of workLibravatar Elijah Newren1-14/+15
2017-08-19progress: simplify "delayed" progress APILibravatar Junio C Hamano1-5/+10
2017-07-09progress: show overall rate in last updateLibravatar René Scharfe1-2/+6
2017-02-16stop_progress_msg: convert xsnprintf to xstrfmtLibravatar Maxim Moseychuk1-7/+4
2016-02-22use xmallocz to avoid size arithmeticLibravatar Jeff King1-1/+1
2015-09-25stop_progress_msg: convert sprintf to xsnprintfLibravatar Jeff King1-1/+1
2015-09-25progress: store throughput display in a strbufLibravatar Jeff King1-10/+8
2015-05-19progress: treat "no terminal" as being in the foregroundLibravatar Jeff King1-1/+2
2015-04-15progress: no progress in backgroundLibravatar Luke Mewburn1-6/+16
2014-07-13progress: simplify performance measurement by using getnanotime()Libravatar Karsten Blees1-35/+36
2014-02-24i18n: mark all progress lines for translationLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2013-04-10strbuf: create strbuf_humanise_bytes() to show byte sizesLibravatar Antoine Pelisse1-28/+15
2009-10-14change throughput display units with fast linksLibravatar Nicolas Pitre1-1/+7
2009-09-14Nicolas Pitre has a new email addressLibravatar Nicolas Pitre1-1/+1
2009-04-25progress bar: round to the nearest instead of truncating downLibravatar Nicolas Pitre1-4/+4
2008-06-08progress.c: avoid use of dynamic-sized arrayLibravatar Boyd Lynn Gerber1-3/+8
2007-11-20Flush progress message buffer in display().Libravatar Johannes Sixt1-0/+3
2007-11-08nicer display of thin pack completionLibravatar Nicolas Pitre1-6/+13
2007-11-07make display of total transferred fully accurateLibravatar Nicolas Pitre1-25/+39
2007-11-05make display of total transferred more accurateLibravatar Nicolas Pitre1-24/+22
2007-11-01Show total transferred as part of throughput progressLibravatar Nicolas Pitre1-3/+26
2007-11-01make sure throughput display gets updated even if progress doesn't moveLibravatar Nicolas Pitre1-0/+3
2007-10-30add some copyright notice to the progress display codeLibravatar Nicolas Pitre1-0/+10
2007-10-30add throughput to progress displayLibravatar Nicolas Pitre1-4/+76
2007-10-30make struct progress an opaque typeLibravatar Nicolas Pitre1-6/+27