5 years ago 7cd14ea0da Stefan Sperling
plug memory leak in error path of read_packed_object()
5 years ago 836f2c92d5 Stefan Sperling
use a union for delta-specific data in struct got_indexed_object
5 years ago b2409d5842 Stefan Sperling
more fine-tuning of fetch progress display
5 years ago cbc6630909 Stefan Sperling
wrap overlong lines
5 years ago 0fd91dafe0 Stefan Sperling
populate an in-progress pack index only if ref deltas are present
5 years ago 950de2cd7c Stefan Sperling
avoid unnecessary memmove calls during the first indexing pass
5 years ago 55fdd2574a Stefan Sperling
do not buffer more data than necessary in got_inflate_to_mem_fd()
5 years ago 55f98ccb99 Stefan Sperling
tweak indexing progress output again: display raw object counters
5 years ago 5eddcd6036 Stefan Sperling
fix endless loop from 9c2cfea6 if decompressed data exceeds buffer size
5 years ago 1e87a3c39e Stefan Sperling
avoid re-reading the entirety of an object's data to calculate the CRC
5 years ago 7bad153797 Stefan Sperling
make use of the large object counter inside the packidx structure
5 years ago b4152680fa Stefan Sperling
remove duplicated code under #if 0
5 years ago 64ab72383b Stefan Sperling
remove pointless lseek() call in index_pack()
5 years ago 8bb2b40c0f Stefan Sperling
fix CRC values in generated pack index
5 years ago c5621f1ccb Stefan Sperling
enable object CRC calculation in got-index-pack
5 years ago f4d0a1a470 Stefan Sperling
remove header check from got-fetch-pack; not needed
5 years ago 294dfefdc6 Stefan Sperling
create repository before connnecting and print a message when connected
5 years ago 61cc1a7a7f Stefan Sperling
tweak progress display
5 years ago 668a20f6fe Stefan Sperling
rewritten got-index-pack; sorry about the monster commit
5 years ago 2decf4c6ad Stefan Sperling
make output buffer optional for got_inflate_to_mem{,_fd}()
5 years ago 3ab5e33ce1 Stefan Sperling
add optional 'consumed' output parameter to got_inflate_to_mem_fd()
5 years ago baa9fea074 Stefan Sperling
send indexing progress via an imsg
5 years ago 85e8591f64 Stefan Sperling
in got_fetch_pack, use a separate set of variables for fetching and indexing
5 years ago 849f755735 Stefan Sperling
check pack file hash in the main process
5 years ago d2cdc63664 Stefan Sperling
send pack file download progress information over imsg