]> Sergey Matveev's repositories - btrtrc.git/history - piece.go
Fix downloading of unwanted chunks, and write out downloaded chunks using the connect...
[btrtrc.git] / piece.go
2016-01-27 Matt JoinerFix downloading of unwanted chunks, and write out downl...
2016-01-24 Matt JoinerAdd pending write helpers
2016-01-18 Matt JoinerIt's working and the tests are usually passing
2016-01-13 Matt JoinerTrack dirty chunks, instead of pending chunk specs
2015-11-05 Matt JoinerRemove sync.Cond from piece
2015-09-06 Matt JoinerAllow subscribing to torrent piece state changes
2015-08-04 Matt JoinerReplacing pendingWrites WaitGroup with Mutex/Cond/int
2015-07-15 Matt JoinerStore chunk data without holding client lock
2015-07-15 Matt JoinerAllow chunk size to be specified per torrent
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-16 Matt JoinerImprove uploading/seeding
2015-06-02 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-06-01 Matt JoinerMerge pull request #16 from scr4t/master
2015-06-01 Matt JoinerChange the way piece state is exposed to give more...
2015-06-01 Matt JoinerComments
2015-05-16 Matt JoinerSwitch to using a slice for tracking pending chunks...
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-04-07 Matt JoinerMove piece into its own file