]> Sergey Matveev's repositories - btrtrc.git/history - test/transfer_test.go
Rework lots of option handling
[btrtrc.git] / test / transfer_test.go
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-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-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 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-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 JoinerMisc cleanup
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