]> Sergey Matveev's repositories - btrtrc.git/history - peerconn.go
Add PeerConnClosed callback
[btrtrc.git] / peerconn.go
2020-10-13 Matt JoinerAdd PeerConnClosed callback
2020-10-12 Matt JoinerFix some log levels
2020-10-11 Matt JoinerTweaks to storage error and completion handling
2020-10-09 Matt JoinerTidy up some logging
2020-10-05 Matt JoinerFix PeerConn conn status string v1.17.0
2020-09-29 Matt JoinerFix conn status string for WebRTC connections
2020-09-03 Matt JoinerFix panic for unexpected piece rejections v1.16.0
2020-07-15 Matt JoinerAdd ReadExtendedHandshake callback
2020-07-15 Matt JoinerExpose peer.RemoteAddr
2020-07-15 Matt JoinerAdd some client callbacks
2020-06-03 Matt JoinerMerge pull request #410 from anacrolix/webseeds
2020-06-02 Matt JoinerTidy up the interface changes
2020-06-02 Matt JoinerHandle webseed request errors
2020-06-02 Matt JoinerFix webseeds when info isn't available immediately
2020-06-02 MaxbAdd per-torrent ability to disable uploading
2020-06-01 Matt JoinerRename fastestConn->fastestPeer
2020-06-01 Matt JoinerFurther progress on webseeding
2020-05-31 Matt JoinerExport PeerImpl and all its methods
2020-05-31 Matt JoinerGot things compiling
2020-05-30 Matt JoinerSave progress
2020-05-30 Matt JoinerSeperate peer and PeerConn
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