Commits


apply unveil(2) to 'got clone'


make addrinfo error messages more obvious


extract large objects to a temporary file in got-index-pack


use a dedicated imsg for sending the pack fetch output file descriptor


use a dedicated imsg for sending the pack index output file descriptor


show path to temporary pack file in argv of got-fetch-pack and got-index-pack


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


send indexing progress via an imsg


in got_fetch_pack, use a separate set of variables for fetching and indexing


check pack file hash in the main process


send pack file download progress information over imsg


add support for git protocol sidebands and display server progress


prepare for providing refs we already have in fetch request imsg currently we always send and expect an empty list


remove unused arguments from got_fetch_pack()


rename got_fetch() to got_fetch_pack()