]> Sergey Matveev's repositories - btrtrc.git/history - peerconn.go
Break peer out from PeerConn
[btrtrc.git] / peerconn.go
2020-05-30 Matt JoinerBreak peer out from PeerConn
2020-05-03 Matt JoinerClose PeerConn.conn synchronously
2020-05-03 Matt JoinerPropagate and log more connection read/write errors...
2020-05-03 Matt JoinerLimit the write buffer to work around a webrtc datachan...
2020-04-23 Matt JoinerExpose ClientConfig.Extensions
2020-04-23 Matt JoinerDon't delete requests if we're choked per BEP 6
2020-04-23 Matt JoinerCount expected received chunks instead of flagging...
2020-04-18 Matt JoinerLogging fixes
2020-04-16 Matt JoinerUpdate anacrolix/log
2020-04-15 Yaroslav KolomiietsPEX: integrate with send throttling
2020-04-15 Matt JoinerCount outgoing extended messages by extension protocol
2020-04-15 Matt JoinerMerge branch 'webtorrent'
2020-04-15 Yaroslav KolomiietsPEX: add periodic deltas
2020-04-15 Yaroslav KolomiietsPEX: add connection tracking
2020-04-15 Yaroslav KolomiietsShare current connections with peers over PEX (anacroli...
2020-04-13 Matt JoinerFix panic in status for webrtc connections
2020-04-13 Matt JoinerUse offer_id for webrtc conn string
2020-02-22 Matt JoinerDisable data downloading on storage write errors
2020-02-22 Matt JoinerMisc cleanup
2020-02-21 Matt JoinerExpose PeerConn.PeerPieces
2020-02-21 Matt JoinerRename connection->PeerConn and fix exports