26 Commits (1d1bdafd64266e5ee3bd46c6965228f32e4022ea)

Author SHA1 Message Date
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
Jeff King f5691aa640 stop_progress_msg: convert sprintf to xsnprintf 9 years ago
Jeff King 3131977de1 progress: store throughput display in a strbuf 9 years ago
Jeff King a4fb76ce19 progress: treat "no terminal" as being in the foreground 10 years ago
Luke Mewburn 85cb8906f0 progress: no progress in background 10 years ago
Karsten Blees 83d26fa724 progress: simplify performance measurement by using getnanotime() 11 years ago
Nguyễn Thái Ngọc Duy 754dbc43f0 i18n: mark all progress lines for translation 11 years ago
Antoine Pelisse 079b546a29 strbuf: create strbuf_humanise_bytes() to show byte sizes 12 years ago
Nicolas Pitre 583371af1f change throughput display units with fast links 15 years ago
Nicolas Pitre 03aa8ff3be Nicolas Pitre has a new email address 16 years ago
Nicolas Pitre 66913284f0 progress bar: round to the nearest instead of truncating down 16 years ago
Boyd Lynn Gerber d4c44443b6 progress.c: avoid use of dynamic-sized array 17 years ago
Johannes Sixt 137a0d0ef5 Flush progress message buffer in display(). 17 years ago
Nicolas Pitre a984a06a07 nicer display of thin pack completion 17 years ago
Nicolas Pitre 53ed7b5a5d make display of total transferred fully accurate 17 years ago
Nicolas Pitre 218558af59 make display of total transferred more accurate 17 years ago
Nicolas Pitre 81f6654a47 Show total transferred as part of throughput progress 17 years ago
Nicolas Pitre 3e935d1982 make sure throughput display gets updated even if progress doesn't move 17 years ago
Nicolas Pitre 74b6792f7b add some copyright notice to the progress display code 17 years ago
Nicolas Pitre cf84d51c43 add throughput to progress display 17 years ago
Nicolas Pitre dc6a0757c4 make struct progress an opaque type 17 years ago
Nicolas Pitre 42e18fbf5f more compact progress display 17 years ago
Alex Riesen 421f9d1685 Fix the progress code to output LF only when it is really needed 18 years ago
Nicolas Pitre 180a9f2268 provide a facility for "delayed" progress reporting 18 years ago
Nicolas Pitre 13aaf14825 make progress "title" part of the common progress interface 18 years ago
Nicolas Pitre 96a02f8f6d common progress display support 18 years ago