]> Sergey Matveev's repositories - btrtrc.git/history - request-strategy
Switch Peer.PieceAllowedFast and several request strategy inputs to raw roaring.Bitmaps
[btrtrc.git] / request-strategy /
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