]> Sergey Matveev's repositories - btrtrc.git/commit
Add piece completion storage
authorMatt Joiner <anacrolix@gmail.com>
Mon, 20 Jun 2016 07:51:05 +0000 (17:51 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 20 Jun 2016 07:51:05 +0000 (17:51 +1000)
commitcee200a5a217d930ef955d352709f0edb81b7007
treea907965d2830df27ba9ef3c4263274ea9b88ac0d
parentb75e85d187c2cfc5e640e6d5c70a5e02c2eedd15
Add piece completion storage

Toward fixing https://github.com/anacrolix/torrent/issues/50.
client.go
metainfo/piece.go
storage/completion.go [new file with mode: 0644]
storage/completion_piece_map.go [new file with mode: 0644]
storage/db.go [new file with mode: 0644]
storage/file.go