]> Sergey Matveev's repositories - btrtrc.git/history - peerconn_test.go
Drop support for go 1.20
[btrtrc.git] / peerconn_test.go
2023-07-09 guoguangwuchore: unnecessary use of fmt.Sprintf
2023-05-16 Matt JoinerUse netip.AddrPort in PEX code and filter unusable...
2023-05-12 Matt Joinergorond test files
2023-05-09 Matt JoinerLocate target peer using dial addr when receiving a...
2023-05-09 Matt JoinerPrefer outgoing connections from higher to lower peer IDs
2023-02-19 Matt JoinerAdd http and udp tracker server implementations
2023-02-13 Matt JoinerCheck for chunks overflowing piece bounds on request...
2022-07-12 Matt JoinerUse webrtc local addr for webrtc conn peer priority
2022-06-25 Matt JoinerCheck that incoming peer request chunk lengths don... v1.46.0
2022-05-09 Matt JoinerAdd and use typed roaring bitmap
2022-01-12 Matt JoinerAdd tests for preferred network direction
2021-12-23 Matt JoinerDynamic outbound max requests
2021-12-23 Matt JoinerUse relative availabilities to determine piece request...
2021-12-23 Matt JoinerAdd TestHaveAllThenBitfield
2021-12-16 Matt JoinerFix BenchmarkConnectionMainReadLoop
2021-12-11 Yaroslav KolomiietsPEX: fluid event log
2021-11-08 Matt Joinergofumpt
2021-10-27 Matt JoinerFix panic in benchmark
2021-10-27 Matt JoinerMerge branch 'peer-requesting' v1.34.0
2021-10-19 Matt JoinerUse roaring bitmap for pending pieces
2021-09-30 Matt JoinerFix mainReadLoop benchmark
2021-09-20 Matt JoinerTrack dirty chunks in a single bitmap on Torrent
2021-09-20 Matt JoinerMerge branch 'master' into peer-requesting
2021-09-19 Matt JoinerStore peer requests in a bitmap
2021-09-14 YenForYangCreate default constructor for Client (#567)
2021-09-14 YenForYangDrop bradfitz/iter dependency (#605)
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 Matt JoinerBreak out peerConnWriter
2021-06-07 Matt JoinerRework storage.TorrentImpl to support shared capacity key
2021-02-22 Matt JoinerReplace internal/tmproot with Testing.TB.TempDir
2021-01-28 Matt JoinerExpose more callbacks and Request and ChunkSpec
2021-01-25 Matt JoinerExpose Peer.Network to replace Peer.RemoteAddr.Network
2021-01-25 Matt JoinerDon't expose Peer network through RemoteAddr
2021-01-25 Matt JoinerExport Peer
2020-07-15 Matt JoinerExpose peer.RemoteAddr
2020-06-03 Matt JoinerMerge pull request #410 from anacrolix/webseeds
2020-05-30 Matt JoinerBreak peer out from PeerConn
2020-05-03 Matt JoinerFix benchmark failing due to mainReadLoop returning...
2020-04-23 Matt JoinerCount expected received chunks instead of flagging...
2020-04-15 Matt JoinerMerge branch 'webtorrent'
2020-04-15 Yaroslav KolomiietsPEX: add periodic deltas
2020-04-15 Yaroslav KolomiietsShare current connections with peers over PEX (anacroli...
2020-04-13 Matt JoinerUse offer_id for webrtc conn string
2020-02-21 Matt JoinerExpose PeerConn.PeerPieces
2020-02-21 Matt JoinerRename connection->PeerConn and fix exports