]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
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
2018-01-25 Matt JoinerFix file piece index offset calculations
2018-01-25 Matt JoinerDon't lock Client in File.DisplayPath
2018-01-25 Matt JoinerRun benchmarks in CI
2018-01-25 Matt JoinerAdd some helpful comments to type PeerID
2018-01-25 Matt JoinerAdd very tentative UPnP NAT traversal
2018-01-25 Matt Joinercmd/torrent: Fix logging when progress bar and stderr...
2018-01-25 Matt JoinerFix cmd/torrent -debug
2018-01-25 Matt JoinerImprove some log messages
2018-01-21 Matt JoinerAdd File priorities
2018-01-12 Matt JoinerAdd comment explaining Torrent.requestStrategy
2018-01-12 Matt JoinerMake Torrent.pendingPieces a priority bitmap in prepara...
2018-01-12 Matt Joinerstorage: Export NewSqlitePieceCompletion
2018-01-11 Matt Joinerstorage: Don't check completion state on every write
2018-01-11 Matt Joinerfile storage: Report errors getting completion
2018-01-11 Matt JoinerClarify the PieceCompletion.Set method bool argument
2018-01-11 Matt JoinerUpdate sqlite3 piece completion
2018-01-11 Matt JoinerFix mentions of TorrentDataOpener
2018-01-09 Matt Joinersortimports
2018-01-09 Matt JoinerUse NoSync with bolt storage and piece completion
2018-01-09 Matt JoinerBegin restructuring testutil to support testing torrent...
2018-01-09 Matt JoinerAdd some TODOs and tidy a test
2018-01-09 Matt JoinerScreen negative pieces
2018-01-08 Denisfixing wrong offset in request (#226)
2018-01-07 Matt JoinerImprove comments on Config.{Upload,Download}RateLimiter
2018-01-07 Matt JoinerFile.offset wasn't applied to the reads on the Torrent
2018-01-07 Matt JoinerFix a log format string
next