]> Sergey Matveev's repositories - btrtrc.git/history - t.go
Law of Demeter Client.mu
[btrtrc.git] / t.go
2018-07-25 Matt JoinerLaw of Demeter Client.mu
2018-07-11 Matt JoinerChange pieceIndex to peer_protocol.Integer
2018-05-18 Matt JoinerImprove Torrent.DownloadPieces documentation
2018-01-27 Matt JoinerAvoid race in test
2018-01-27 Matt JoinerImprove Torrent.BytesCompleted comment
2018-01-25 Matt JoinerAdd separate piece priorities, and cache pending pieces
2018-01-21 Matt JoinerAdd File priorities
2018-01-06 Matt JoinerReaders obtained from File.NewReader should not readahe...
2018-01-06 Matt JoinerAdd File.NewReader
2017-09-16 Matt JoinerMerge pull request #188 from boramalper/KnownSwarm
2017-09-15 Matt JoinerMake type piece public
2017-09-15 Matt JoinerDon't verify data at startup, add Torrent.Piece.VerifyD...
2017-08-29 Matt JoinerSynchronize Torrent.Info
2017-07-01 Matt JoinerFix handling of infohash as hex in Torrent.String
2017-06-02 Matt JoinerMerge pull request #159 from elgatito/helpers_add
2017-06-02 Denis Kuzmenokadded few helper functions: t.PieceBytesMissing, r...
2017-02-15 Matt JoinerRevert "Quick fix for missing MetaInfo.Announce everywh...
2017-02-13 Matt JoinerQuick fix for missing MetaInfo.Announce everywhere...
2017-02-01 Matt JoinerMassively reduce CPU when Readers are blocked on unavai...
2016-10-31 Matt JoinerReader.Close: Prefer to lock Client in public method
2016-10-31 Matt JoinerWhen Reader position changes only update piece prioriti...
2016-10-23 Matt JoinerOptimize piece priorities when reader position changes
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...