summaryrefslogtreecommitdiff
path: root/progress.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-27progress.c: silence cgcc suggestion about internal linkageLibravatar Đoàn Trần Công Danh1-0/+8
2019-04-25Merge branch 'sg/overlong-progress-fix'Libravatar Junio C Hamano1-1/+1
2019-04-05progress: make display_progress() return voidLibravatar SZEDER Gábor1-1/+1
2019-03-22progress: add sparse mode to force 100% complete messageLibravatar Jeff Hostetler1-0/+3
2017-11-15progress: fix progress meters when dealing with lots of workLibravatar Elijah Newren1-4/+4
2017-08-19progress: simplify "delayed" progress APILibravatar Junio C Hamano1-2/+1
2007-11-08nicer display of thin pack completionLibravatar Nicolas Pitre1-0/+1
2007-11-05make display of total transferred more accurateLibravatar Nicolas Pitre1-1/+1
2007-10-30add throughput to progress displayLibravatar Nicolas Pitre1-0/+1
2007-10-30make struct progress an opaque typeLibravatar Nicolas Pitre1-13/+5
2007-10-17more compact progress displayLibravatar Nicolas Pitre1-6/+4
2007-05-23Fix the progress code to output LF only when it is really neededLibravatar Alex Riesen1-0/+1
2007-04-29Make macros to prevent double-inclusion in headers consistent.Libravatar Junio C Hamano1-2/+2
2007-04-22provide a facility for "delayed" progress reportingLibravatar Nicolas Pitre1-0/+6
2007-04-22make progress "title" part of the common progress interfaceLibravatar Nicolas Pitre1-2/+3
2007-04-22common progress display supportLibravatar Nicolas Pitre1-0/+14