]> Sergey Matveev's repositories - btrtrc.git/history - reader.go
Merge branch 'noprio2'
[btrtrc.git] / reader.go
2016-01-28 Matt JoinerMerge branch 'noprio2'
2016-01-28 Matt JoinerFix stall if data goes missing during a read
2016-01-24 Matt JoinerAdd pending write helpers
2016-01-18 Matt JoinerIt's working and the tests are usually passing
2016-01-16 Matt JoinerFinally make Torrent.torrent private
2016-01-06 Matt JoinerRevert "Merge pull request #54 from zhulik/master"
2016-01-05 Matt JoinerMerge pull request #54 from zhulik/master
2016-01-05 Gleb SinyavskyRefactorings
2015-11-05 Matt JoinerMake torrent.Reader reads fail when the torrent is...
2015-11-05 Matt JoinerRemove sync.Cond from piece
2015-10-16 Matt JoinerStore pieces inplace in torrent.Pieces
2015-08-04 Matt JoinerReplacing pendingWrites WaitGroup with Mutex/Cond/int
2015-07-17 Matt JoinerHold client lock as little as possible in Reader.readAt
2015-07-15 Matt JoinerStore chunk data without holding client lock
2015-07-15 Matt JoinerAdd fixes triggered by TestResponsive
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-03 Matt JoinerRetry Reader reads when data is unexpectedly missing
2015-06-03 Matt JoinerDocs and comments
2015-04-28 Matt JoinerPublicly expose Torrent.GotInfo
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-04-14 Matt JoinerRework the Torrent Reader interface, to allow reader...