]> Sergey Matveev's repositories - btrtrc.git/history - connection_test.go
Make Torrent.pendingPieces a priority bitmap in preparation for #220
[btrtrc.git] / connection_test.go
2018-01-12 Matt JoinerMake Torrent.pendingPieces a priority bitmap in prepara...
2017-10-12 Matt JoinerTrack completion known to implementation state
2017-09-16 Matt JoinerMerge pull request #188 from boramalper/KnownSwarm
2017-09-15 Matt JoinerMake type piece public
2017-09-12 Matt JoinerMerge branch 'master' into pull-writer
2017-08-31 Matt JoinerGenerate requests, cancels and interest state in the...
2017-08-31 Matt JoinerMake connection.writer pull from a buffer
2017-08-16 Matt JoinerAccept racy result in keep alive test
2016-11-22 Matt JoinerDon't accept pieces with bad indexes
2016-10-10 Matt JoinerSplit connection.rw into separate Reader and Writer
2016-10-05 Matt JoinerDo chunk pooling at Torrent instead of connection level
2016-09-11 Matt JoinerAdd a benchmark for readMainLoop piece decoding
2016-05-11 Matt JoinerFix race marshalling a bitfield after a Have has also...
2016-05-07 Matt Joinermissinggo.Event changed, connection.writeOptimizer...
2016-03-22 Matt JoinerTidy up the peer have{,all,none},bitfield handling
2016-01-28 Matt JoinerMerge branch 'noprio2'
2016-01-18 Matt JoinerRemove internal/pieceordering
2016-01-18 Matt JoinerIt's working and the tests are usually passing
2015-09-26 Matt JoinerInitialize connection piece priorities lazily, and...
2015-08-03 Matt JoinerReplace go-check with testify
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-02 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-06-01 Matt JoinerChange the way piece state is exposed to give more...
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-03-26 Matt JoinerUse rogpeppe's sortimports to fix this goimports orderi...
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
2015-03-19 Matt JoinerAllow some overlap between piece prioritization classes
2015-03-18 Matt JoinerPiece priority tests
2014-12-26 Matt JoinerReorder some imports
2014-07-17 Matt JoinerError in connection.writer goroutine wasn't killing...
2014-06-26 Matt JoinerFix broken connection write optimizer test
2014-05-28 Matt JoinerRemove requests from the outbound message queue if...