Commit Briefs

7848a0e165 Stefan Sperling

implement 'got fetch'



ee448f5f10 Stefan Sperling

apply unveil(2) to 'got clone'




668a20f6fe Stefan Sperling

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


baa9fea074 Stefan Sperling

send indexing progress via an imsg


d2cdc63664 Stefan Sperling

send pack file download progress information over imsg


ea7396b906 Stefan Sperling

rename imsg FETCH_PROGRESS to FETCH_REF



3350156242 Stefan Sperling

prepare for providing refs we already have in fetch request imsg

currently we always send and expect an empty list



8f2d01a65f Stefan Sperling

send fetch progress over imsg




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()








5aa813935b Stefan Sperling

add copyright year for files already touched in 2020


cbfaaf2082 Stefan Sperling

add missing check for errors from imsg_get()