]> Sergey Matveev's repositories - btrtrc.git/history - t.go
Drop support for go 1.20
[btrtrc.git] / t.go
2023-05-27 Matt JoinerMore Windows test fixes
2023-05-27 Matt JoinerFixes for storage tests on Windows
2022-08-31 Matt JoinerMerge branch 'webrtc-conn-leak'
2022-08-31 Matt JoinerMerge branch 'bargle'
2022-07-13 Alex Sharovuse rLock where can, part2 (#767)
2022-06-20 Matt JoinerUpdate anacrolix/generics v1.45.0
2022-05-12 Matt JoinerUse Option for cached Torrent length v1.43.1
2022-03-17 Matt JoinerMerge branch 'master' into crawshaw-386-wasm
2022-03-17 Matt JoinerMerge branch 'go1.18'
2022-03-17 Matt JoinerPrefer UTF-8 fields when present
2022-03-17 Matt JoinerUse generic pubsub
2021-11-14 Matt JoinerProvide context to readahead func
2021-11-08 Matt Joinergofumpt
2021-10-29 Matt JoinerFix unnecessary modification of Torrent.CancelPieces API
2021-10-27 Matt JoinerMerge branch 'peer-requesting' v1.34.0
2021-10-19 Matt JoinerAdd reasons for updateRequests to be triggered
2021-10-07 Matt JoinerUpgrade Torrent.GotInfo
2021-10-05 Matt Joinergo fmt ./...
2021-09-15 YenForYangInlineable `(*Torrent).Seeding()` (#626)
2021-09-15 YenForYangInlineable `(*Torrent).SetDisplayName()` (#625)
2021-09-15 YenForYangInlineable `(*Torrent).PieceState()` (#621)
2021-09-15 YenForYangInlineable `(*Torrent).AddPeers()` (#622)
2021-09-15 YenForYangInlineable `DownloadPieces()` and `CancelPieces()`...
2021-09-13 YenForYangSimplify (*Torrent).gotMetainfo (#581)
2021-09-11 Matt JoinerFix Torrent.Drop to wait for storage close without...
2021-09-09 Matt JoinerMake readahead algorithm linear
2021-09-09 Matt JoinerAdd default sqrt readahead algorithm
2021-09-09 Matt JoinerExtract common Torrent.newReader
2021-09-02 Matt JoinerMerge branch 'master' into squirrel
2021-09-01 YenForYangPieceStateRuns: reduce copying and make inlineable
2021-08-01 Matt JoinerPrecompute File.DisplayPath
2021-05-14 Matt JoinerImprove some lock handling under panics
2020-12-09 Matt JoinerStrictly adher to tracker announce response intervals...
2020-06-03 Matt JoinerMerge pull request #410 from anacrolix/webseeds
2020-05-29 Matt JoinerRename Peer to PeerInfo, and unexport PeerInfos
2020-04-16 Matt JoinerFix race in Torrent.PeerConns
2020-04-16 Matt JoinerFix pending peer counts in transfer tests
2020-02-27 Matt JoinerExpose PieceStateRun formatting
2020-02-21 Matt JoinerDifferentiate between storage.ClientImpl{,Closer}
2020-02-21 Matt JoinerRename connection->PeerConn and fix exports
2019-12-18 Matt JoinerRemove unnecessary locking in Torrent.Piece
2019-12-08 Yatesuse path.utf8 first for some torrent (#350)
2019-08-21 Matt Joinergoimports -local
2019-03-20 Matt JoinerFix race condition in Torrent.SetDisplayName v1.1.1
2019-03-12 Matt JoinerFix race in Torrent.String
2019-02-16 Matt JoinerTorrent.String: Quote raw names
2019-01-08 Matt JoinerSwitch to Client read locks for a few methods
2018-11-02 Matt JoinerSwitch to goimports import sorting
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
next