]> Sergey Matveev's repositories - btrtrc.git/history - download_strategies.go
Add piece ordering per-connection piece request priority
[btrtrc.git] / download_strategies.go
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-30 Matt JoinerDefault download strategy: Download while initial hashing
2014-11-21 Matt JoinerAdd PendingData call to download strategy interface
2014-11-21 Matt JoinerFix accidental pass by value
2014-11-20 Matt JoinerDon't allocate pieces map unless necessary when filling...
2014-09-14 Matt JoinerLazily hash pieces where possible
2014-09-13 Matt JoinerImprovements arising from attempting to delay piece...
2014-09-11 Matt JoinerTighten responsive download strategy partial piece...
2014-08-28 Matt JoinerGreat complexifying of the responsive download strategy
2014-08-25 Matt JoinerMisc trivial improvements
2014-08-24 Matt JoinerImprove incomplete piece ordering, responsive download...
2014-08-23 Matt JoinerGot a nice working algorithm for responsive download...
2014-08-22 Matt JoinerDitch ordering of prioritized chunks
2014-08-22 Matt JoinerImprove status and logging
2014-08-21 Matt JoinerClean up imports
2014-07-24 Matt JoinerMove priority management entirely into the download...
2014-07-16 Matt JoinerUse low-water mark to populate connection requests
2014-07-09 Matt JoinerKeep pieces sorted by bytes left
2014-06-30 Matt JoinerA CPU optimization to FillRequests when we know no...
2014-06-29 Matt JoinerMove download strategies into their own file