]> git.proxmox.com Git - libgit2.git/commit
indexer: recognize and mark when all of the packfile has been downloaded
authorCarlos Martín Nieto <carlos@cmartin.tk>
Fri, 13 Jul 2012 10:01:11 +0000 (12:01 +0200)
committerCarlos Martín Nieto <carlos@cmartin.tk>
Fri, 24 Aug 2012 17:01:10 +0000 (19:01 +0200)
commitbffa852f89268390d6bc3e6f99f5f0cccdc88f63
treeb83249451c776dc386856bd01e318acef801ba43
parentc920e162325d0f9acba46a19c4619e6bfa17707e
indexer: recognize and mark when all of the packfile has been downloaded

We can't always rely on the network telling us when the download is
finished. Recognize it from the indexer itself.
examples/network/fetch.c
include/git2/indexer.h
src/fetch.c
src/indexer.c