Commit Briefs

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


ea7396b906 Stefan Sperling

rename imsg FETCH_PROGRESS to FETCH_REF


9fa5181270 Stefan Sperling

check pack file header in fetch_pack()



52915720b2 Stefan Sperling

remove a pointless 'goto done'


d3dccf3ae4 Stefan Sperling

remove unused hash string arrays



3b9fb5855a Stefan Sperling

hide an fprintf inside if (chattygit)



4dc8ee099c Stefan Sperling

improve strtol checking in got-fetch-pack


38c670f14f Stefan Sperling

convert flushpkt to struct got_error


344e474767 Stefan Sperling

convert writepkt to struct got_error


fe53745c68 Stefan Sperling

convert readn and readpkt to struct got_error


2fed35f30b Stefan Sperling

knf


0872c0b07d Stefan Sperling

more reasonable minimum length check in check_pack_hash()