aboutsummaryrefslogtreecommitdiffstats
path: root/progress.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-03progress API: unify stop_progress{,_msg}(), fix trace2 bugÆvar Arnfjörð Bjarmason1-1/+5
2022-02-03progress.h: format and be consistent with progress.c namingÆvar Arnfjörð Bjarmason1-3/+2
2020-04-27progress.c: silence cgcc suggestion about internal linkageĐoàn Trần Công Danh1-0/+8
2019-04-25Merge branch 'sg/overlong-progress-fix'Junio C Hamano1-1/+1
2019-04-05progress: make display_progress() return voidSZEDER Gábor1-1/+1
2019-03-22progress: add sparse mode to force 100% complete messageJeff Hostetler1-0/+3
2017-11-15progress: fix progress meters when dealing with lots of workElijah Newren1-4/+4
2017-08-19progress: simplify "delayed" progress APIJunio C Hamano1-2/+1
2007-11-08nicer display of thin pack completionNicolas Pitre1-0/+1
2007-11-05make display of total transferred more accurateNicolas Pitre1-1/+1
2007-10-30add throughput to progress displayNicolas Pitre1-0/+1
2007-10-30make struct progress an opaque typeNicolas Pitre1-13/+5
2007-10-17more compact progress displayNicolas Pitre1-6/+4
2007-05-23Fix the progress code to output LF only when it is really neededAlex Riesen1-0/+1
2007-04-29Make macros to prevent double-inclusion in headers consistent.Junio C Hamano1-2/+2
2007-04-22provide a facility for "delayed" progress reportingNicolas Pitre1-0/+6
2007-04-22make progress "title" part of the common progress interfaceNicolas Pitre1-2/+3
2007-04-22common progress display supportNicolas Pitre1-0/+14