]> Sergey Matveev's repositories - btrtrc.git/history - misc.go
Merge pull request #9 from gitter-badger/gitter-badge
[btrtrc.git] / misc.go
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-28 Matt JoinerComments and update version strings
2015-06-02 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-06-02 Matt JoinerAdd some metainfo validation
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-04-07 Matt JoinerMove torrentOffsetRequest and torrentRequestOffset...
2015-04-07 Matt Joinerimport pp peer_protocol in misc.go
2015-04-07 Matt JoinerMove piece into its own file
2015-03-20 Matt JoinerMore public interface tidying
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
2015-03-10 Matt JoinerRework piece completion
2015-03-08 Matt JoinerMore cleaning of public interface
2015-02-27 Matt JoinerMake blob data stateful
2015-02-09 Matt JoinerEncapsulate torrent data, and provide os.File and mmap...
2014-12-28 Matt JoinerRemove a bunch of dead code
2014-12-05 Matt JoinerSet priorities ahead of the current read position
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