]> Sergey Matveev's repositories - btrtrc.git/history - test
Drop support for go 1.20
[btrtrc.git] / test /
2023-09-25 Matt JoinerDon't do client transfer tests in parallel
2023-07-09 guoguangwuchore: remove refs to deprecated io/ioutil
2023-06-27 Matt JoinerAdd sqlite storage build conditions to sqlite storage...
2023-06-26 Matt JoinerTest and fix closed sqlite storage panicking during...
2023-06-23 Matt JoinerFix UseSources panicking when sqlite storage is closed
2023-05-29 Matt JoinerFix incorrect EOF when decoding some peer protocol...
2023-05-19 Matt JoinerFix TestSeedAfterDownloading when cgo is disabled
2023-05-12 Matt Joinergorond test files
2023-05-01 Matt JoinerMisc debug status, pex conn tracking improvements
2023-02-19 Matt JoinerAdd http and udp tracker server implementations
2023-02-14 Matt JoinerLimit peer request data allocation
2022-11-15 Matt Joinergorond ./...
2022-11-15 Matt JoinerMove a bunch of stuff into subpackages
2022-03-17 Matt JoinerRearrange transfer tests so build directives are applie...
2022-02-10 Matt JoinerMerge branch 'master' into go1.18
2022-02-02 Eng Zer Juntest: use `T.TempDir` to create temporary test director...
2021-11-08 Matt Joinergofumpt
2021-10-27 Matt JoinerMerge branch 'peer-requesting' v1.34.0
2021-10-25 Matt JoinerSupport minimum peer extensions
2021-10-07 Matt JoinerAdd to tests for Torrent.Complete v1.33.0
2021-10-05 Matt JoinerChange Peer._peerPieces to use raw roaring Bitmap type
2021-08-19 Matt JoinerLimit keep alives for rate limited download test
2021-06-21 Matt JoinerTidy up the Dialer interface
2021-06-21 Matt JoinerMark client transfer test as parallel
2021-06-21 Matt JoinerRemove sqlite piece-resource storage
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 Matt JoinerUse rejiggered missinggo bitmap
2021-06-07 Matt JoinerRework storage.TorrentImpl to support shared capacity key
2021-05-14 Matt JoinerMerge branch 'sqlite-direct'
2021-05-05 Matt JoinerRework lots of option handling
2021-05-04 Matt JoinerImplement sqlite directly without using piece resources
2021-02-22 Matt JoinerReplace internal/tmproot with Testing.TB.TempDir
2021-02-03 Matt JoinerFix some go vet warnings
2021-02-01 Matt JoinerFix sqlite storage for numconns 1
2021-02-01 Matt JoinerAdd tests for numconns 2
2021-01-29 Matt JoinerUse iotest.TestReader
2021-01-25 Matt JoinerFix transfer tests involving sqlite memory storage
2021-01-25 Matt JoinerMove storage piece benchmarks to storage/test and add...
2021-01-05 Matt JoinerAdd the DropMutuallyCompletePeers ClientConfig field
2020-10-30 Matt Joinersqlite storage: Provide helpers and reasonable defaults
2020-10-27 Matt JoinerPerformance fiddling on sqlite storage
2020-10-27 Matt JoinerReturn errors from Reader if data downloading won't...
2020-10-13 Matt JoinerTest both sqlite file and in-memory leecher storages
2020-10-11 Matt JoinerAdd a sqlite data storage implementation
2020-10-11 Matt JoinerTweaks to storage error and completion handling
2020-10-11 Matt JoinerTidy up some storage close handling
2020-10-09 Matt JoinerUse testing.T.Name instead of missinggo.GetTestName
2020-05-19 Matt JoinerAdd tests for https://github.com/anacrolix/torrent...
2020-04-23 Matt JoinerExpose ClientConfig.Extensions
2020-04-23 Matt JoinerClose leaked Clients in test
2020-04-23 Matt JoinerUse anacrolix/log in test
2020-04-17 Matt JoinerFix transfer test check for seeder piece counts
2020-04-16 Matt JoinerFix small cache transfer tests
2020-04-16 Matt JoinerFix pending peer counts in transfer tests
2020-02-27 Matt JoinerMake io.EOF an expected error from storage.Piece.ReadAt
2020-02-22 Matt JoinerDisable data downloading on storage write errors
2020-02-22 Matt JoinerMisc cleanup
2020-02-21 Matt JoinerAdd a test for storage write errors
2020-02-21 Matt JoinerDifferentiate between storage.ClientImpl{,Closer}
2020-02-21 Matt JoinerExpose PeerConn.PeerPieces
2020-02-20 Matt JoinerAdd support for non-IP-based networks
2020-02-20 Matt JoinerExtract the transfer tests