]> Sergey Matveev's repositories - btrtrc.git/history - t.go
Rework Reader position changes affecting piece priorities
[btrtrc.git] / t.go
2016-08-30 Matt JoinerRework Reader position changes affecting piece priorities
2016-08-26 Matt JoinerRemove the InfoEx type, and don't generate its infohash...
2016-06-15 Matt JoinerMove a few methods to Torrent, and track how many DHT...
2016-05-24 lovedboyMerge branch 'master' of https://github.com/lovedboy...
2016-05-23 Matt JoinerAdd Torrent.AddTrackers
2016-05-22 Matt JoinerRework torrent tracker scraping
2016-05-12 Matt JoinerTorrent.AddPeers can't fail, so don't return an error
2016-05-11 Matt JoinerGet rid of obsoleted Torrent.ceaseNetworking, and clean...
2016-05-09 Matt JoinerLock now required around missinggo.Event variables
2016-05-09 Matt JoinerRework setting of info bytes
2016-05-03 Matt JoinerMove a bunch of Torrent methods from client.go
2016-04-20 Matt JoinerChange the behaviour of Torrent.Length with when info...
2016-04-20 Matt JoinerImprove some docs
2016-04-18 Matt JoinerImprove doc on Torrent.Drop
2016-04-04 Matt JoinerMerge pull request #72 from shoenig/magnetize
2016-04-04 Matt JoinerUse metainfo.Hash for piece and info hashes
2016-04-03 Matt JoinerMerge Torrent and torrent types
2016-04-03 Matt JoinerMake everything on type torrent private
2016-03-28 Matt JoinerGet mmap storage working
2016-02-20 Matt JoinerDitch the torrent stateMu for the client mutex
2016-02-20 Matt JoinerExport torrent.String to Torrent
2016-02-07 Matt JoinerExport Torrent.PieceState()
2016-02-04 Matt JoinerAdd File.Cancel
2016-02-01 Matt JoinerReintroduce connection piece inclinations, and begin...
2016-01-28 Matt JoinerMerge branch 'noprio2'
2016-01-28 Matt JoinerRemove obsolete note about priorities
2016-01-18 Matt JoinerFix the download/prioritize piece functions
2016-01-18 Matt JoinerIt's working and the tests are usually passing
2016-01-16 Matt JoinerResurrect some comments on Torrent methods
2016-01-16 Matt JoinerReexport Torrent.MetaInfo
2016-01-16 Matt JoinerFinally make Torrent.torrent private
2016-01-06 Matt JoinerRevert "Merge pull request #54 from zhulik/master"
2016-01-05 Matt JoinerMerge pull request #54 from zhulik/master
2016-01-05 Gleb SinyavskyRefactorings
2016-01-04 Gleb SinyavskyMerge branch 'master' of https://github.com/anacrolix...
2015-12-27 Gleb SinyavskypeersKey is a public type now
2015-12-27 Gleb SinyavskyDownload.Peers() func added
2015-12-27 Gleb SinyavskyTorrent structs replaced with Download interface in...
2015-12-12 Matt JoinerStandardize Torrent method receivers
2015-12-12 Matt JoinerExpose Torrent.SetDisplayName
2015-12-12 Matt JoinerDocs
2015-11-22 Matt JoinerExpose torrent.Seeding
2015-11-05 Matt JoinerRemove sync.Cond from piece
2015-09-06 Matt JoinerAllow subscribing to torrent piece state changes
2015-09-06 Matt JoinerSome doc comments
2015-08-01 Matt JoinerExplicitly import Torrent.InfoHash
2015-07-21 Matt JoinerTorrent.BytesCompleted was racy
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-22 Matt JoinerMove methods to correct file
2015-06-03 Matt JoinerDocs and comments
2015-06-02 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-06-01 Matt JoinerChange the way piece state is exposed to give more...
2015-04-29 Matt JoinerMade Torrent.GotInfo a function, to avoid use of zero...
2015-04-28 Matt JoinerPublicly expose Torrent.GotInfo
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-04-14 Matt JoinerRework the Torrent Reader interface, to allow reader...