]> Sergey Matveev's repositories - btrtrc.git/history - client_test.go
Drop support for go 1.20
[btrtrc.git] / client_test.go
2023-08-14 Matt JoinerRemove unnecessary use of SO_REUSEPORT
2023-05-27 Matt JoinerMore Windows test fixes
2023-05-27 Matt JoinerTest fixes for Windows
2023-05-24 Matt JoinerFix ClientConfig.Logger.SetHandlers being clobbered
2023-05-12 Matt Joinergorond test files
2023-05-09 Matt JoinerDial TCP with the listener's local addr
2023-02-19 Matt JoinerAdd http and udp tracker server implementations
2023-02-18 Matt Joinergofumpt
2022-04-26 afjoseph[client] Handle nil IP in badPeerAddr()
2022-03-17 Matt JoinerMerge branch 'master' into crawshaw-386-wasm
2022-03-17 Matt JoinerMerge branch 'go1.18'
2022-03-17 Matt JoinerUse generic pubsub
2022-02-25 Matt JoinerMerge branch 'http-proxying' into crawshaw
2022-02-15 FIGBERTPass client logger to anacrolix/go-libutp sockets ...
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-12-27 Matt JoinerFix TestTorrentDroppedDuringResponsiveRead flakiness v1.40.0
2021-12-23 Matt JoinerUse relative availabilities to determine piece request...
2021-12-23 Matt Joinergofumpt -extra
2021-11-08 Matt Joinergofumpt
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 JoinerReturn errors from Client.Close
2021-09-14 YenForYangCreate default constructor for Client (#567)
2021-09-14 YenForYangDrop bradfitz/iter dependency (#605)
2021-09-09 Matt JoinerFix unit tests littering working directory
2021-09-02 Matt JoinerMerge branch 'master' into squirrel
2021-08-30 Matt JoinerFix some DeepSource lints
2021-06-23 Matt JoinerFixes for wasm
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 Matt JoinerExpose AnacrolixDhtServerWrapper
2021-06-07 Matt JoinerExtract request strategy stuff into a separate module
2021-02-24 Matt JoinerImprove metainfo.MetaInfo.Magnet interface and add...
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
2021-01-25 Matt JoinerImprove configurability and add PutSized to sqlite...
2021-01-25 Matt JoinerExport Peer
2021-01-05 Matt JoinerAdd the DropMutuallyCompletePeers ClientConfig field
2020-10-11 Matt JoinerTidy up some storage close handling
2020-10-09 Matt JoinerUse testing.T.Name instead of missinggo.GetTestName
2020-06-03 Matt JoinerMerge pull request #410 from anacrolix/webseeds
2020-05-30 Matt JoinerBreak peer out from PeerConn
2020-04-16 Matt JoinerFix false positive Goland code lint
2020-04-16 Matt JoinerFix small cache transfer tests
2020-03-17 Matt JoinerUpdate to latest anacrolix/dht
2020-02-21 Matt JoinerDifferentiate between storage.ClientImpl{,Closer}
2020-02-21 Matt JoinerMove envpprof imports around
2020-02-21 Matt JoinerRename connection->PeerConn and fix exports
2020-02-20 Matt JoinerSupport custom DHT servers
2020-02-20 Matt JoinerTestClientDisabledImplicitNetworksButDhtEnabled
2020-02-20 Matt JoinerAdd support for non-IP-based networks
2020-02-20 Matt JoinerExtract the transfer tests
2020-02-20 Matt JoinerSplit Client dialers and listeners
2020-02-20 Matt JoinerApply staticcheck
2020-01-13 Matt JoinerResource per piece storage: Store incomplete chunks...
2020-01-13 Matt JoinerUse subtests in TestClientTransferVarious
2019-12-18 Matt JoinerAdd connection trust flag, and more tests with small...
2019-12-13 Matt JoinerCoalesce piece state change notifications on client... v1.10.0
2019-10-11 Matt JoinerAdd a test for issue #335
2019-10-03 Matt JoinerAdd code for dumping log Msg values to TestingConfig v1.8.0
2019-08-21 Matt JoinerTidy up piece completion change handling
2019-08-21 Matt Joinergoimports -local
2019-08-10 Matt JoinerUpdate all imports of dht to v2
2019-07-19 Matt JoinerChange the default client port
2019-07-19 Matt JoinerAdd an error check in a test
2019-07-19 Matt JoinerRework header obfuscation and add tests for fallbacks
2019-07-19 Matt JoinerComments
2019-01-30 Matt JoinerReport allocs in BenchmarkAddLargeTorrent
2019-01-21 Matt JoinerFix test for dht query context changes
2018-11-27 Matt JoinerSimplify single case select
2018-11-04 Matt JoinerFix benchmark broken by changes to client listeners
2018-11-04 Matt JoinerAdd default DHT servers when UTP disabled
2018-11-04 Matt JoinerAdd test for dht servers when utp disabled
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-07-25 Matt JoinerUse the new firewall callback support in go-libutp
2018-07-25 Matt JoinerLaw of Demeter Client.mu
2018-07-10 Matt JoinerMove PEX stuff into peer_protocol
2018-06-26 Matt JoinerRework status export in tests to allow count > 1 withou...
2018-06-22 Matt JoinerMerge branch 'dev'
2018-06-17 Matt JoinerDisable accept rate limiting by default in tests
2018-06-16 Matt JoinerRemove TestUTPRawConn
2018-06-16 Matt JoinerRename Config->ClientConfig and change how defaults...
2018-06-13 Matt JoinerUpdate some tests now that adding connections is more...
2018-06-12 Matt JoinerTrack ConnStats with atomics
2018-06-12 Matt JoinerMake download cancellable tests more reliable
2018-06-11 Matt JoinerMerge commit 'cadbacb956fa38a61f3656dc08d71bd68fc966ec...
2018-06-09 Matt JoinerFix timing failures in download cancel tests
2018-04-14 Matt JoinerTry to make test more reliable
2018-04-12 Matt JoinerFix #246
2018-04-12 Matt JoinerMerge branch 'circleci'
2018-04-12 Matt JoinerUse new DHT stats fields
2018-04-12 Matt JoinerAdd LoopbackListenHost
2018-04-12 Matt JoinerSupport different hosts for each network
2018-04-12 Matt JoinerRework conns to/and allow multiple DHT servers
2018-02-19 Matt JoinerIPv6 tracker support
2018-02-15 Matt JoinerAdd support for disabling IPv4 and IPv4 peers
2018-02-11 Matt JoinerFix TestSetMaxEstablishedConn and allow it to be run...
2018-02-02 Matt JoinerRename and rearrange some conn stats
2018-02-01 Matt JoinerTestClientTransferRateLimitedUpload: Export client...
next