Commit Briefs

668a20f6fe Stefan Sperling

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


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



3350156242 Stefan Sperling

prepare for providing refs we already have in fetch request imsg

currently we always send and expect an empty list


ceee4c0f4a Stefan Sperling

remove unused arguments from got_fetch_pack()


07e52fce86 Stefan Sperling

rename got_fetch() to got_fetch_pack()






09838ffc93 Stefan Sperling

make got_fetch() expect URI information in parsed form




8e278d17a2 Stefan Sperling

plug leaks in error paths of got_fetch()




75fd4eb229 Stefan Sperling

actually catch connection errors in got_fetch()



8f2d01a65f Stefan Sperling

send fetch progress over imsg


84f2fa52a3 Stefan Sperling

rename got_clone() to got_fetch()


afa77e0373 Stefan Sperling

actually create a pack and an index in the right place


279090e148 Stefan Sperling

pass an object_id * to got_privsep_send_index_pack_req()