summaryrefslogtreecommitdiff
path: root/progress.c
AgeCommit message (Expand)Author
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-08-18Merge branch 'ma/stop-progress-null-fix'Junio C Hamano
2020-08-10progress: don't dereference before checking for NULLMartin Ågren
2020-05-15progress: call trace2_region_leave() only after calling _enter()Derrick Stolee
2020-05-12trace2: log progress time and throughputEmily Shaffer
2020-04-27progress.c: silence cgcc suggestion about internal linkageĐoàn Trần Công Danh
2019-11-27progress: create GIT_PROGRESS_DELAYDerrick Stolee
2019-09-17Test the progress displaySZEDER Gábor
2019-09-17Revert "progress: use term_clear_line()"SZEDER Gábor
2019-07-11Merge branch 'dr/progress-i18n'Junio C Hamano
2019-07-02l10n: localizable upload progress messagesDimitriy Ryazantcev
2019-06-27progress: use term_clear_line()SZEDER Gábor
2019-05-30Merge branch 'sg/progress-off-by-one-fix'Junio C Hamano
2019-05-28progress: avoid empty line when breaking the progress lineSZEDER Gábor
2019-04-25Merge branch 'jk/xmalloc'Junio C Hamano
2019-04-25Merge branch 'sg/overlong-progress-fix'Junio C Hamano
2019-04-15progress: break too long progress bar linesSZEDER Gábor
2019-04-15progress: clear previous progress update dynamicallySZEDER Gábor
2019-04-12progress: use xmalloc/xcallocJeff King
2019-04-05progress: assemble percentage and counters in a strbuf before printingSZEDER Gábor
2019-04-05progress: make display_progress() return voidSZEDER Gábor
2019-03-22progress: add sparse mode to force 100% complete messageJeff Hostetler
2017-12-19Merge branch 'en/rename-progress'Junio C Hamano
2017-12-04progress: drop delay-threshold codeLars Schneider
2017-12-04progress: set default delay threshold to 100%, not 0%Jeff King
2017-11-15progress: fix progress meters when dealing with lots of workElijah Newren
2017-08-19progress: simplify "delayed" progress APIJunio C Hamano
2017-07-09progress: show overall rate in last updateRené Scharfe
2017-02-16stop_progress_msg: convert xsnprintf to xstrfmtMaxim Moseychuk
2016-02-22use xmallocz to avoid size arithmeticJeff King
2015-09-25stop_progress_msg: convert sprintf to xsnprintfJeff King
2015-09-25progress: store throughput display in a strbufJeff King
2015-05-19progress: treat "no terminal" as being in the foregroundJeff King
2015-04-15progress: no progress in backgroundLuke Mewburn
2014-07-14progress: simplify performance measurement by using getnanotime()Karsten Blees
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy
2013-04-10strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse
2009-10-14change throughput display units with fast linksNicolas Pitre
2009-09-14Nicolas Pitre has a new email addressNicolas Pitre
2009-04-25progress bar: round to the nearest instead of truncating downNicolas Pitre
2008-06-08progress.c: avoid use of dynamic-sized arrayBoyd Lynn Gerber
2007-11-20Flush progress message buffer in display().Johannes Sixt
2007-11-08nicer display of thin pack completionNicolas Pitre
2007-11-08make display of total transferred fully accurateNicolas Pitre
2007-11-05make display of total transferred more accurateNicolas Pitre
2007-11-01Show total transferred as part of throughput progressNicolas Pitre
2007-11-01make sure throughput display gets updated even if progress doesn't moveNicolas Pitre
2007-10-30add some copyright notice to the progress display codeNicolas Pitre
2007-10-30add throughput to progress displayNicolas Pitre
2007-10-30make struct progress an opaque typeNicolas Pitre