]> Sergey Matveev's repositories - btrtrc.git/history - connection.go
Add connection read stats
[btrtrc.git] / connection.go
2016-07-12 Matt JoinerAdd connection read stats
2016-07-12 Matt JoinerNew slices package
2016-07-05 Matt JoinerAdd Torrent.SetMaxEstablishedConns
2016-07-05 Matt JoinerPrepare to allow max conns per torrent to be configured
2016-07-05 Matt JoinerAdd counters for uploads
2016-06-27 Matt JoinerFix crash causing deadlock in connection writer when...
2016-05-28 Matt JoinerReduce the impact of preferring earlier pieces
2016-05-24 lovedboyMerge branch 'master' of https://github.com/lovedboy...
2016-05-23 Matt JoinerBan IPs that contribute to failed piece checks
2016-05-16 Matt JoinerMove requestPendingMetadata onto connection from Client
2016-05-11 Matt JoinerFix race marshalling a bitfield after a Have has also...
2016-05-07 Matt JoinerMove some behaviour into Client.newConnection
2016-05-07 Matt Joinermissinggo.Event changed, connection.writeOptimizer...
2016-04-29 Matt JoinerFix crash when peers have sent undersized bitfields...
2016-04-19 Matt JoinerMerge pull request #79 from shoenig/normalize
2016-04-19 Seth Hoenigrefactor struct identifiers to follow conventional...
2016-04-04 Matt JoinerMerge pull request #72 from shoenig/magnetize
2016-04-03 Matt JoinerMerge Torrent and torrent types
2016-03-22 Matt JoinerTidy up the peer have{,all,none},bitfield handling
2016-03-21 Matt JoinerMake peerGotPiece a method on connection
2016-03-21 Matt JoinerMove peerGotPiece
2016-03-19 Matt JoinerFavour earlier pieces slightly, helps with in-order...
2016-02-15 Matt JoinerOnly assert we should be requesting a piece in debug...
2016-02-09 Matt JoinerStill update a connections piece priority even if the...
2016-02-09 Matt JoinerTrack posted message type counts
2016-02-08 Matt JoinerReintroduce 64 outbound request cap
2016-02-06 Matt JoinerUse new missinggo iterator style, and speed up torrent...
2016-02-01 Matt Joinerconnection.Close must be called under the Client lock
2016-02-01 Matt JoinerReintroduce connection piece inclinations, and begin...
2016-02-01 Matt JoinerUse missinggo.Event for connection closing event
2016-01-31 Matt JoinerAbstract the pendingPieces as a bitmap
2016-01-28 Matt JoinerMerge branch 'noprio2'
2016-01-27 Matt JoinerFix downloading of unwanted chunks, and write out downl...
2016-01-24 Matt JoinerMove fillRequests and replenishConnRequests into connec...
2016-01-18 Matt JoinerIt's working and the tests are usually passing
2016-01-04 Gleb SinyavskyMerge branch 'master' of https://github.com/anacrolix...
2016-01-04 Matt JoinerSome missing hunks that fix build
2016-01-04 Matt JoinerAdd Have and Bitfield connection methods
2015-09-28 Matt JoinerTrack peer sources with a dict, and don't exceed high...
2015-09-26 Matt JoinerInitialize connection piece priorities lazily, and...
2015-08-03 Matt JoinerDrop connections that contributed to pieces that failed...
2015-08-02 Matt Joinerconnection.writer wasn't working efficiently
2015-08-02 Matt JoinerTrack connection writes and flushes
2015-08-01 Matt JoinerTrack the connection flags for completed handshakes
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-29 Matt JoinerImplement Stringer on connection
2015-06-22 Matt JoinerPrint peer IDs as escaped ascii
2015-06-16 Matt JoinerImprove uploading/seeding
2015-06-02 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-06-02 Matt JoinerMiscellaneous changes
2015-06-01 Matt JoinerMerge pull request #16 from scr4t/master
2015-06-01 Matt JoinerChange the way piece state is exposed to give more...
2015-06-01 Matt JoinerComments
2015-05-14 Matt JoinerSupport seeding
2015-04-29 Matt JoinerApply sortimports
2015-04-27 Matt JoinerRewrite imports to local bencode and metainfo
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-04-14 Matt JoinerRework the Torrent Reader interface, to allow reader...
2015-03-27 Matt JoinerPrevent bad metadata_size in extended handshakes from...
2015-03-26 Matt JoinerUse rogpeppe's sortimports to fix this goimports orderi...
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
2015-03-19 Matt JoinerAllow some overlap between piece prioritization classes
2015-03-18 Matt JoinerImprove connection status info, especially flags
2015-03-18 Matt JoinerRewrite handshaking and connection management
2015-03-12 Matt JoinerTidy up extension bytes handling; don't close conn...
2015-03-12 Matt JoinerAdd support for Fast Extension
2015-02-21 Matt JoinerChange piece prioritization
2015-02-09 Matt JoinerBreak active peer status line up
2015-01-21 Matt JoinerCode comments
2015-01-10 Matt JoinerFix comment
2015-01-10 Matt JoinerFavour earlier pieces
2014-12-28 Matt JoinerRemove a bunch of dead code
2014-12-09 Matt JoinerRefine connection status flags
2014-12-07 Matt JoinerMake some overlap of piece priorities
2014-12-05 Matt JoinerSet a low water mark for replenishing requests
2014-12-05 Matt Joinerpieceordering: Rename RemovePiece->DeletePiece and...
2014-12-05 Matt JoinerSet priorities ahead of the current read position
2014-12-03 Matt JoinerPiece priorities, torrent read interface and many fixes
2014-12-03 Matt JoinerAdd piece ordering per-connection piece request priority
2014-12-01 Matt JoinerGive each connection its own piece priority order
2014-11-21 Matt JoinerUse a buffer to reduce syscall.Write calls
2014-11-19 Matt JoinerTriage a possible bug blocking while closing UTPConns
2014-11-16 Matt JoinerAdd UTP support, disable TCP for now. DHT moves to...
2014-09-11 Matt JoinerRename and improve downloaded chunk counters and status...
2014-08-27 Matt JoinerAdd useful new metrics to connection
2014-08-27 Matt JoinerRename connection.closed->closing
2014-08-23 Matt JoinerAdd a counter for optimized cancels
2014-08-22 Matt JoinerImprove status and logging
2014-08-21 Matt JoinerFix error in bitfield correction expression and off...
2014-08-21 Matt JoinerImprove the internal connection and handshake logic
2014-07-17 Matt JoinerError in connection.writer goroutine wasn't killing...
2014-07-17 Matt JoinerShow piece counts for peers in status page
2014-07-17 Matt JoinerFix goroutine leak for connection.writer
2014-07-16 Matt JoinerCorrect the connection peer bitfields when the metadata...
2014-07-16 Matt JoinerAdd more information I've needed to the status page
2014-07-16 Matt JoinerMake the discovery source for a connection more descriptive
2014-07-09 Matt JoinerAdd some extra char flags to connection status
2014-06-30 Matt JoinerFix crash when peer has only sent lower-index HAVE...
2014-06-30 Matt JoinerRecord if a connection was incoming
2014-06-29 Matt JoinerAdd support for extended handshake "v", "reqq", and...
next