]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2018-02-15 Matt JoinerAdd support for disabling IPv4 and IPv4 peers
2018-02-15 Matt JoinerAdd mse.CryptoMethod type
2018-02-15 Matt JoinerChange some connection flag strings to avoid collision
2018-02-15 Matt JoinerAdd a check for a strange panic in production
2018-02-15 Matt JoinerAdd extra pedantic checks to requesting to try and...
2018-02-15 Matt JoinerTrack IPv6 peers received over PEX and simplify the...
2018-02-13 Matt JoinerRemove errant log message
2018-02-13 Matt JoinerAdd a bunch of TODOs
2018-02-12 Matt JoinerCount errors returned from connection.mainReadLoop
2018-02-12 Matt Joinerbencode.Decoder.Decode: Don't assume panic values are...
2018-02-12 Matt JoinerSupport IPv6 peers over PEX
2018-02-12 Matt JoinerTry to count IPv6 connections
2018-02-12 Matt Joinerbencode: Support unmarshalling strings into slices...
2018-02-12 Matt Joinertracker: Support peers6 key in http responses
2018-02-12 Matt Joinerbencode: Unmarshal now returns an error on unused trail...
2018-02-12 Matt Joinertracker: Export vars
2018-02-12 Matt Joinertracker: Move Peer into the correct file
2018-02-12 Matt JoinerUpdate test trackers
2018-02-11 Matt JoinerFix TestSetMaxEstablishedConn and allow it to be run...
2018-02-11 Matt JoinerStandardize on krpc types, and extend PEX message type...
2018-02-11 Matt JoinerSupport IPv6 blocklists
2018-02-08 Matt JoinerExpose Client.Closed
2018-02-08 Matt JoinerThere was no error for missing file, and no way to...
2018-02-08 Matt JoinerCount peers not added because of bad addresses and...
2018-02-08 Matt JoinerRaise default torrent peers highwater to 500
2018-02-08 Matt JoinerSimplify crypto select func
2018-02-08 Matt JoinerFixes for non-pointer Bitmap corrupting state
2018-02-07 Matt JoinerRemove uploadChunksPosted expvar
2018-02-05 Matt JoinerRaise the nominal max requests for connections that...
2018-02-05 Matt JoinerSimplify the utpSocket interface definition
2018-02-05 Matt JoinerFix fast extension message type constants
2018-02-05 Matt JoinerChange a bunch of Stringer and status stuff
2018-02-05 Matt JoinerSend bitfield messages before other initial messages
2018-02-05 Matt JoinerUse stringer to generate peer_protocol.MessageType...
2018-02-04 Matt JoinerSupport AllowedFast and enable fast extension
2018-02-04 Matt JoinerAggressively wake Readers
2018-02-04 Matt JoinerFix the connection completed string if peer sent HaveAll
2018-02-04 Matt JoinerFinish mainReadLoop on Torrent closed
2018-02-04 Matt JoinerTODOs and comments
2018-02-04 Matt JoinerSupport sending HaveAll
2018-02-04 Matt Joinerconnections should not be added if the Torrent is closed
2018-02-04 Matt JoinerMove initiateConn and openNewConns onto Torrent
2018-02-03 Matt JoinerTickle sleeping writers when closing connections
2018-02-03 Matt JoinerWasn't recording posted message stats
2018-02-03 Matt JoinerUse flip buffering for connection writing
2018-02-03 Matt JoinerShare the post write buffer with the synchronous one...
2018-02-03 Matt JoinerMove extended message handling into its own method
2018-02-03 Matt JoinerGenerate default peerExtensionBytes using helpers
2018-02-03 Matt JoinerPrepare to support sending reject messages
2018-02-03 Matt JoinerFix peerExtensionBytes.SetBit
2018-02-03 Matt JoinerPiece.everHashed is replaced by storageCompletionOk
2018-02-03 Matt JoinerInclude closed connections in dirtiers
2018-02-03 Matt JoinerUse new logging in connection.go
2018-02-03 Matt JoinerAdd missing increments to some stats
2018-02-02 Matt JoinerRename and rearrange some conn stats
2018-02-02 Matt Joinerrequest can be made from Reject and Cancel messages too
2018-02-02 Matt JoinerTry to print something useful for MessageType panics
2018-02-02 Matt JoinerBreak up peer_protocol into several files
2018-02-02 Matt JoinerImplement go vet recommendations
2018-02-02 Matt JoinerFactor out connection.onReadRequest
2018-02-02 Matt JoinerRework connection stat reconciliation with Torrent...
2018-02-02 Matt JoinerMerge a bunch of stuff into ConnStats and refactor...
2018-02-02 Matt JoinerCount requested chunk lengths
2018-02-02 Matt Joinerconnection.writer wasn't checking closed state
2018-02-02 Matt JoinerMissed sendChunk invocation change
2018-02-02 Matt JoinerMove sendChunk onto connection
2018-02-01 Matt JoinerWhen seeding, connections are not just useful when...
2018-02-01 Matt JoinerSome changes to status output
2018-02-01 Matt JoinerMerge piece and chunk iter inputs to nextRequestState
2018-02-01 Matt JoinerCode comments
2018-02-01 Matt JoinerTrack concurrent requests across connections
2018-02-01 Matt JoinerTestClientTransferRateLimitedUpload: Export client...
2018-01-31 Matt Joinersortimports
2018-01-31 Matt JoinerUpdate context imports
2018-01-29 Matt JoinerFix panic in benchmark caused by new logging
2018-01-29 Matt JoinerAdd some sanity checks to priorities extracted from...
2018-01-29 Matt JoinerSome test tidying and improvements
2018-01-29 Matt JoinerMore development of the new logging interface
2018-01-29 Matt JoinerAdd Torrent.Stats.ConnectedSeeders
2018-01-28 Matt JoinerUpdate README.md
2018-01-28 Matt JoinerUpdate README.md
2018-01-28 Matt JoinerUpdate README.md
2018-01-28 Matt JoinerStart using new log package
2018-01-28 Matt JoinerSynchronize piece completion on piece hash failure
2018-01-28 Matt JoinerInclude completion known in PieceState
2018-01-28 Matt JoinerRemove premature update to piece priority after piece...
2018-01-28 Matt JoinerUpdate Client.newConnection with changed rateLimitedRea...
2018-01-28 Matt JoinerFix download rate limiter and add test
2018-01-27 Matt JoinerAvoid race in test
2018-01-27 Matt Joinerbencode: Add ignore_unmarshal_type_error tag
2018-01-27 Matt JoinerInclude torrent stats in status
2018-01-27 Matt JoinerImprove Torrent.BytesCompleted comment
2018-01-27 Matt JoinerUpdate LICENSE
2018-01-25 Matt Joinerbencode: Give more descriptive errors when failing...
2018-01-25 Matt JoinerFix peer_protocol benchmark
2018-01-25 Matt JoinerAdd TODO
2018-01-25 Matt JoinerFix benchmark job in CI
2018-01-25 Matt JoinerAdd separate piece priorities, and cache pending pieces
2018-01-25 Matt JoinerAdd Torrent.setInfo
2018-01-25 Matt JoinerImprove some comments
next