Sign in
googlers
/
jrn
/
git
/
5e575807337d15dbecf88767e709df08304e3b94
/
progress.c
fa03d9c
Merge branch 'sg/progress-off-by-one-fix'
by Junio C Hamano
· 6 years ago
1aed1a5
progress: avoid empty line when breaking the progress line
by SZEDER Gábor
· 6 years ago
449f2db
Merge branch 'jk/xmalloc'
by Junio C Hamano
· 6 years ago
425e51e
Merge branch 'sg/overlong-progress-fix'
by Junio C Hamano
· 6 years ago
545dc34
progress: break too long progress bar lines
by SZEDER Gábor
· 6 years ago
9f1fd84
progress: clear previous progress update dynamically
by SZEDER Gábor
· 6 years ago
999b951
progress: use xmalloc/xcalloc
by Jeff King
· 6 years ago
d53ba84
progress: assemble percentage and counters in a strbuf before printing
by SZEDER Gábor
· 6 years ago
9219d12
progress: make display_progress() return void
by SZEDER Gábor
· 6 years ago
9d81ecb
progress: add sparse mode to force 100% complete message
by Jeff Hostetler
· 6 years ago
6466854
Merge branch 'en/rename-progress'
by Junio C Hamano
· 7 years ago
9c5951c
progress: drop delay-threshold code
by Lars Schneider
· 7 years ago
ee85e41
progress: set default delay threshold to 100%, not 0%
by Jeff King
· 7 years ago
d6861d0
progress: fix progress meters when dealing with lots of work
by Elijah Newren
· 7 years ago
8aade10
progress: simplify "delayed" progress API
by Junio C Hamano
· 8 years ago
0fae1e0
progress: show overall rate in last update
by René Scharfe
· 8 years ago
fbd0943
stop_progress_msg: convert xsnprintf to xstrfmt
by Maxim Moseychuk
· 8 years ago
3733e69
use xmallocz to avoid size arithmetic
by Jeff King
· 9 years ago
f5691aa
stop_progress_msg: convert sprintf to xsnprintf
by Jeff King
· 9 years ago
3131977
progress: store throughput display in a strbuf
by Jeff King
· 9 years ago
a4fb76c
progress: treat "no terminal" as being in the foreground
by Jeff King
· 10 years ago
85cb890
progress: no progress in background
by Luke Mewburn
· 10 years ago
83d26fa
progress: simplify performance measurement by using getnanotime()
by Karsten Blees
· 11 years ago
754dbc4
i18n: mark all progress lines for translation
by Nguyễn Thái Ngọc Duy
· 11 years ago
079b546
strbuf: create strbuf_humanise_bytes() to show byte sizes
by Antoine Pelisse
· 12 years ago
583371a
change throughput display units with fast links
by Nicolas Pitre
· 15 years ago
03aa8ff
Nicolas Pitre has a new email address
by Nicolas Pitre
· 15 years ago
6691328
progress bar: round to the nearest instead of truncating down
by Nicolas Pitre
· 16 years ago
d4c4444
progress.c: avoid use of dynamic-sized array
by Boyd Lynn Gerber
· 17 years ago
137a0d0
Flush progress message buffer in display().
by Johannes Sixt
· 17 years ago
a984a06
nicer display of thin pack completion
by Nicolas Pitre
· 17 years ago
53ed7b5
make display of total transferred fully accurate
by Nicolas Pitre
· 17 years ago
218558a
make display of total transferred more accurate
by Nicolas Pitre
· 17 years ago
81f6654
Show total transferred as part of throughput progress
by Nicolas Pitre
· 17 years ago
3e935d1
make sure throughput display gets updated even if progress doesn't move
by Nicolas Pitre
· 17 years ago
74b6792
add some copyright notice to the progress display code
by Nicolas Pitre
· 17 years ago
cf84d51
add throughput to progress display
by Nicolas Pitre
· 17 years ago
dc6a075
make struct progress an opaque type
by Nicolas Pitre
· 17 years ago
42e18fb
more compact progress display
by Nicolas Pitre
· 17 years ago
421f9d1
Fix the progress code to output LF only when it is really needed
by Alex Riesen
· 18 years ago
180a9f2
provide a facility for "delayed" progress reporting
by Nicolas Pitre
· 18 years ago
13aaf14
make progress "title" part of the common progress interface
by Nicolas Pitre
· 18 years ago
96a02f8
common progress display support
by Nicolas Pitre
· 18 years ago