]> Sergey Matveev's repositories - btrtrc.git/history - torrent_test.go
Drop support for go 1.20
[btrtrc.git] / torrent_test.go
2023-05-09 Matt JoinerAdd many more extension bit definitions
2023-05-09 Matt JoinerSynchronize holepunch connect messages with existing...
2023-02-19 Matt JoinerAdd unit test for relative availability after HaveNone
2021-12-23 Matt JoinerAdd TestHaveAllThenBitfield
2021-12-16 Matt JoinerFix BenchmarkUpdatePiecePriorities
2021-10-27 Matt JoinerMerge branch 'peer-requesting' v1.34.0
2021-10-25 Matt JoinerSupport minimum peer extensions
2021-10-19 Matt JoinerAdd reasons for updateRequests to be triggered
2021-10-07 Matt JoinerAdd to tests for Torrent.Complete v1.33.0
2021-09-20 Matt JoinerTrack dirty chunks in a single bitmap on Torrent
2021-09-14 YenForYangDrop bradfitz/iter dependency (#605)
2021-09-02 Matt JoinerMerge branch 'master' into squirrel
2021-08-30 Matt JoinerFix some DeepSource lints
2021-08-16 Matt JoinerUse roaring.Bitmap directly for completed pieces
2021-06-23 Matt JoinerFixes for wasm
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 Matt JoinerUse rejiggered missinggo bitmap
2021-02-22 Matt JoinerReplace internal/tmproot with Testing.TB.TempDir
2021-01-29 Matt JoinerUse iotest.TestReader
2021-01-28 Matt JoinerExpose more callbacks and Request and ChunkSpec
2020-06-03 Matt JoinerMerge pull request #410 from anacrolix/webseeds
2020-06-02 Matt JoinerTidy up the interface changes
2020-04-23 Matt JoinerExpose ClientConfig.Extensions
2020-04-15 Yaroslav KolomiietsPEX: add connection tracking
2020-04-15 Yaroslav KolomiietsShare current connections with peers over PEX (anacroli...
2020-01-23 Matt JoinerFinish fixing IP banning on storage errors
2020-01-13 Matt JoinerFix panic in benchmark due to requestStrategy changes
2020-01-13 Matt JoinerExtract the request strategy logic
2019-08-21 Matt Joinergoimports -local
2019-08-21 Matt JoinerUpgrade to simplified logger
2019-07-19 Matt JoinerAlways return errors when handshakes or dialing fails
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-07-25 Matt JoinerLaw of Demeter Client.mu
2018-07-11 Matt JoinerComments and trivial tweaks
2018-07-11 Matt JoinerChange pieceIndex to peer_protocol.Integer
2018-07-07 Matt JoinerExpose handshake stuff in peer_protocol
2018-06-22 Matt JoinerMerge branch 'dev'
2018-06-16 Matt JoinerFix some testing code for Config->ClientConfig
2018-04-12 Matt JoinerRework conns to/and allow multiple DHT servers
2018-01-29 Matt JoinerFix panic in benchmark caused by new logging
2018-01-29 Matt JoinerMore development of the new logging interface
2018-01-28 Matt JoinerStart using new log package
2018-01-25 Matt JoinerAdd separate piece priorities, and cache pending pieces
2018-01-25 Matt JoinerAdd Torrent.setInfo
2018-01-06 Matt JoinerMake peerID a public type
2017-11-08 Matt JoinerMerge commit '6ab65a49a8a72dea1a28968b2ab42a85fd4566ec'
2017-11-08 Matt JoinerAdd a test for behaviour after getting metadata_size...
2017-09-16 Matt JoinerMerge pull request #188 from boramalper/KnownSwarm
2017-09-15 Matt JoinerMake type piece public
2017-06-02 Matt JoinerMerge pull request #159 from elgatito/helpers_add
2017-06-01 Matt JoinerClose implicit Client default storage on Client.Close
2017-03-17 Matt JoinerMerge pull request #149 from thechriswalker/torrent...
2017-03-16 Chris Walkerfix `Spec.Storage` and allow per-torrent dir
2016-12-13 Matt JoinerFix race condition in TestPieceHashFailed
2016-12-06 Matt JoinerMerge commit 'c8dffdb'
2016-12-06 Matt JoinerAdd test that dirty chunks are cleared on piece hash...
2016-10-31 Matt JoinerWhen Reader position changes only update piece prioriti...
2016-09-12 Matt JoinerTest empty files and zero piece length for both file...
2016-09-12 Matt JoinerAdd test for issue #111 and #112
2016-08-30 Matt JoinerAdd a benchmark for an observed slow case with Torrent...
2016-04-04 Matt JoinerMerge pull request #72 from shoenig/magnetize
2016-04-03 Matt JoinerMerge Torrent and torrent types
2015-08-04 Matt JoinerInvalid test
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-29 Matt JoinerReplace pruning timer with as-required connection dropping
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
2015-03-18 Matt JoinerRewrite handshaking and connection management
2015-02-25 Matt JoinerAllow configuring Client torrent data opener, config...
2015-02-09 Matt JoinerHide some methods that shouldn't be public
2014-12-01 Matt JoinerAdd InfoHash.HexString convenience
2014-11-16 Matt JoinerMove half-open tracking into per-torrent
2014-09-11 Matt JoinerNew worst conns algorithm that takes into account conne...
2014-08-27 Matt JoinerAdd a test for double Close of torrent.torrent
2014-04-16 Matt JoinerMake Request private
2014-04-08 Matt JoinerBig visibility/doc clean-up, and extract mmap_span...
2014-04-08 Matt JoinerFix calculation of request for torrent data offset