]> Sergey Matveev's repositories - btrtrc.git/history - misc.go
mmap_span: Avoid allocating the span slice on every use
[btrtrc.git] / misc.go
2014-12-05 Matt Joinermmap_span: Avoid allocating the span slice on every use
2014-12-03 Matt JoinerPiece priorities, torrent read interface and many fixes
2014-12-02 Matt JoinerSkip mapping files with length 0
2014-12-01 Matt JoinerAdd InfoHash.HexString convenience
2014-11-19 Matt JoinerSet a minimum dial timeout
2014-11-16 Matt JoinerActually announce to DHT, don't just get peers
2014-08-22 Matt JoinerExtend the dial timeout to 30s
2014-08-22 Matt JoinerAvoid allocations in shuffledPendingChunkSpecs
2014-08-21 Matt JoinerClean up imports
2014-08-21 Matt JoinerAdd CopyExact util function
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-05-28 Matt JoinerShuffle chunk spec request order for readahead pieces
2014-05-21 Matt JoinerSupport individual peer max requests
2014-04-16 Matt JoinerMake Request private
2014-04-16 Matt JoinerImplement receiving cancel messages
2014-04-08 Matt JoinerBig visibility/doc clean-up, and extract mmap_span...
2014-04-03 Matt JoinerBreak up client.go into several files and a few fixes