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



a78567c6d6 Stefan Sperling

document fetch API functions


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



84f2fa52a3 Stefan Sperling

rename got_clone() to got_fetch()


6f23baec62 Stefan Sperling

declare got_clone() in public API space