]> Sergey Matveev's repositories - btrtrc.git/history - connection_test.go
Add support for non-IP-based networks
[btrtrc.git] / connection_test.go
2020-02-20 Matt JoinerAdd support for non-IP-based networks
2020-01-13 Matt JoinerExtract the request strategy logic
2020-01-13 James Lawrencefixes various vet errors
2019-10-04 Matt JoinerFix logging panic in BenchmarkConnectionMainReadLoop v1.8.1
2019-10-03 Matt JoinerAdd some logging for connections and metadata requests
2019-08-21 Matt Joinergoimports -local
2019-08-19 Matt Joinergofmt simplify
2018-11-15 Matt JoinerMove IpPort to missinggo
2018-11-04 Matt JoinerStore remoteAddr with each connection
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-07-25 Matt JoinerLaw of Demeter Client.mu
2018-06-25 Matt JoinerFix BenchmarkConnectionMainReadLoop
2018-06-24 Matt JoinerAdd requestStrategy 3, which duplicates requests only...
2018-06-22 Matt JoinerMerge branch 'dev'
2018-06-16 Matt JoinerRename Config->ClientConfig and change how defaults...
2018-06-12 Matt JoinerFix Count usage in benchmark
2018-06-12 Matt JoinerTrack outgoing through a new field on connection, and...
2018-06-11 Matt JoinerInclude rate limiting and stats in BenchmarkConnectionM...
2018-02-04 Matt JoinerSupport sending HaveAll
2018-02-03 Matt JoinerUse flip buffering for connection writing
2018-02-02 Matt JoinerFactor out connection.onReadRequest
2018-02-02 Matt JoinerMerge a bunch of stuff into ConnStats and refactor...
2018-01-25 Matt JoinerAdd Torrent.setInfo
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...