]> Sergey Matveev's repositories - btrtrc.git/history - peerconn_test.go
Replace internal/tmproot with Testing.TB.TempDir
[btrtrc.git] / peerconn_test.go
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