]> Sergey Matveev's repositories - btrtrc.git/history - peerconn.go
Remove separate postedKeepalives expvar
[btrtrc.git] / peerconn.go
2021-05-14 Matt JoinerRemove separate postedKeepalives expvar
2021-05-14 Matt JoinerMerge branch 'sqlite-direct'
2021-05-08 Matt JoinerReduce allocations in iterBitmapsDistinct
2021-02-09 Matt JoinerFix closing of webseed peers
2021-01-29 Matt JoinerWe're not expecting chunks if we have no outstanding...
2021-01-29 Matt JoinerSet not interested when we have no pending requests
2021-01-28 Matt JoinerRemove requests as soon as chunk data is received
2021-01-28 Matt JoinerAdd peer upload order analysis
2021-01-28 Matt JoinerDon't cancel request on current peer when receiving...
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 JoinerAdd ReceivedUsefulData Callback
2021-01-25 Matt JoinerExport Peer
2021-01-18 Matt JoinerFix call to wrong postCancel?
2021-01-05 Matt JoinerAdd the DropMutuallyCompletePeers ClientConfig field
2021-01-04 Matt JoinerSome peerImpl observations v1.20.0
2020-12-10 Matt JoinerDon't send keepalives if a connection isn't useful...
2020-11-16 Matt JoinerRead peer request data without Client lock
2020-11-16 Matt JoinerAdd support for the x.pe magnet link parameter
2020-11-05 Matt JoinerFix piece getting queued for hash multiple times
2020-11-04 Matt JoinerRemove old comment
2020-10-30 Matt JoinerDon't delete requests until after they're written to...
2020-10-29 Matt JoinerFix peer request sleepiness
2020-10-27 Matt JoinerRemove some unused code
2020-10-22 Matt JoinerPerformance improvements to PEX
2020-10-15 Matt JoinerDon't update requests for the current connection first...
2020-10-14 Matt JoinerEnsure PeerConn._close is called for incoming connections
2020-10-13 Matt JoinerMove pexConnState from peer to PeerConn
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