]> Sergey Matveev's repositories - btrtrc.git/history - torrent.go
New worst conns algorithm that takes into account connection useful chunk hit rate
[btrtrc.git] / torrent.go
2014-09-11 Matt JoinerNew worst conns algorithm that takes into account conne...
2014-08-28 Matt JoinerIntroduce socket/torrent limits, work in progress
2014-08-27 Matt JoinerCease networking on a torrent if it's finished and...
2014-08-25 Matt JoinerFix a few crashes
2014-08-25 Matt JoinerMisc trivial improvements
2014-08-24 Matt JoinerStop announcing on DHT if a torrent is removed
2014-08-24 Matt JoinerImprove incomplete piece ordering, responsive download...
2014-08-23 Matt JoinerAdd piece length to torrent status
2014-08-23 Matt JoinerOptimize torrent.Length()
2014-08-22 Matt JoinerImprove status and logging
2014-08-21 Matt JoinerExtract function generating all chunk specs for a piece
2014-08-21 Matt JoinerFix crash in metadata requests beyond available info...
2014-08-21 Matt JoinerStore pending peers in a dict to prevent duplicates
2014-08-21 Matt JoinerClean up imports
2014-08-21 Matt JoinerAdd CopyExact util function
2014-07-24 Matt JoinerMove priority management entirely into the download...
2014-07-22 Matt Joinertorrentfs: Match the active torrents to those found...
2014-07-16 Matt JoinerCorrect the connection peer bitfields when the metadata...
2014-07-16 Matt JoinerAdd more information I've needed to the status page
2014-07-16 Matt JoinerMake the discovery source for a connection more descriptive
2014-07-14 Matt JoinerInvalidating metadata would cause a crash when metadata...
2014-07-09 Matt JoinerKeep pieces sorted by bytes left
2014-06-29 Matt JoinerSome minor tweaks
2014-06-29 Matt JoinerFix crash writing torrent status before priorities...
2014-06-28 Matt JoinerCan now download from magnet links
2014-06-27 Matt JoinerFixes for cmd/torrent with the new torrent.Info field
2014-06-26 Matt JoinerBegin adding magnet and ut_metadata support
2014-06-26 Matt Joinertorrentfs: Write client status to HTTP port
2014-05-28 Matt JoinerShuffle chunk spec request order for readahead pieces
2014-05-23 Matt JoinerStore request heat in the download strategy
2014-05-23 Matt Joinertorrent.go: Alias peer_protocol as pp
2014-05-22 Matt JoinerSome minor fiddling to announcing in the client
2014-05-22 Matt JoinerResponsiveDownloadStrategy will readahead blocks
2014-05-21 Matt JoinerMisc minor improvements
2014-05-21 Matt JoinerAdd Client.DownloadStrategy; fix priority of incomplete...
2014-05-20 Matt JoinerAdd some String methods and contextual information...
2014-04-16 Matt JoinerMake Request private
2014-04-08 Matt JoinerBig visibility/doc clean-up, and extract mmap_span...
2014-04-08 Matt JoinerAdd error handling to PrioritizeDataRegion as it's...
2014-04-08 Matt JoinerFix calculation of request for torrent data offset
2014-04-03 Matt JoinerBreak up client.go into several files and a few fixes