Commit Briefs


b2409d5842 Stefan Sperling

more fine-tuning of fetch progress display


cbc6630909 Stefan Sperling

wrap overlong lines









b4152680fa Stefan Sperling

remove duplicated code under #if 0


64ab72383b Stefan Sperling

remove pointless lseek() call in index_pack()


8bb2b40c0f Stefan Sperling

fix CRC values in generated pack index


c5621f1ccb Stefan Sperling

enable object CRC calculation in got-index-pack


f4d0a1a470 Stefan Sperling

remove header check from got-fetch-pack; not needed



61cc1a7a7f Stefan Sperling

tweak progress display


668a20f6fe Stefan Sperling

rewritten got-index-pack; sorry about the monster commit


2decf4c6ad Stefan Sperling

make output buffer optional for got_inflate_to_mem{,_fd}()



baa9fea074 Stefan Sperling

send indexing progress via an imsg



849f755735 Stefan Sperling

check pack file hash in the main process


d2cdc63664 Stefan Sperling

send pack file download progress information over imsg


a6ee240a22 Stefan Sperling

improve error message on short packfile