]> Sergey Matveev's repositories - btrtrc.git/history - request-strategy
Don't use the Client's IP blocklist after the Client is closed
[btrtrc.git] / request-strategy /
2021-11-29 Matt JoinerMerge branch 'udp-tracker-no-dial' into te
2021-11-28 Matt JoinerRemove unused peer stuff in request strategy
2021-11-08 Matt Joinergofumpt
2021-10-27 Matt JoinerMerge branch 'peer-requesting' v1.34.0
2021-10-19 Matt JoinerOptimize chunk calculations in request strategy
2021-10-19 Matt JoinerChange peer requesting to spread requests out evenly
2021-10-05 Matt JoinerSwitch Peer.PieceAllowedFast and several request strate...
2021-09-20 Matt JoinerMerge branch 'master' into peer-requesting
2021-09-19 Matt JoinerStore peer requests in a bitmap
2021-09-18 Matt JoinerDo peer requests separately for each peer
2021-09-18 Matt JoinerExport request_strategy.GetRequestablePieces
2021-09-18 Matt Joinerrequesting: Remove some obsoleted condition checks
2021-09-18 Matt Joinerrequest_strategy.Peer.canRequestPiece performance:...
2021-09-16 Matt Joinerrequesting: Filter peers that can't be allocated chunks
2021-09-15 Matt JoinerPerformance improvements in piece requesting
2021-09-15 Matt JoinerChange torrent capacity to not return a pointer
2021-09-14 YenForYangDrop bradfitz/iter dependency (#605)
2021-09-10 Matt JoinerOptimize peersForPieces allocations for make and sorting
2021-09-10 Matt JoinerDisable ensureValidSortedPeersForPieceRequests
2021-09-10 Matt JoinerOptimize sortPeersForPiece in allocatePendingChunks
2021-08-01 Matt JoinerMinimize allocations and resizing in request computation
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 Matt JoinerFix issue with duplicate preallocated requests
2021-06-07 Matt JoinerDon't always force piece reallocation
2021-06-07 Matt JoinerAdd client-level max unverified bytes
2021-06-07 Matt JoinerGet max unverified bytes working
2021-06-07 Matt JoinerPrepare to implement max unverified bytes
2021-06-07 Matt JoinerDo checks for preallocated requests too
2021-06-07 Matt JoinerFix non-deterministic test
2021-06-07 Matt JoinerGet request rebalancing working optimally!
2021-06-07 Matt JoinerMove piece allocation to its own func
2021-06-07 Matt JoinerNew tests and fixes for them
2021-06-07 Matt JoinerAdd a working request strategy test
2021-06-07 Matt JoinerExtract request strategy stuff into a separate module