]> Sergey Matveev's repositories - btrtrc.git/history - t.go
Drop support for go 1.20
[btrtrc.git] / t.go
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...