]> Sergey Matveev's repositories - btrtrc.git/history - client_test.go
Apply staticcheck
[btrtrc.git] / client_test.go
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...
2018-01-29 Matt JoinerSome test tidying and improvements
2018-01-29 Matt JoinerMore development of the new logging interface
2018-01-28 Matt JoinerStart using new log package
2018-01-27 Matt JoinerAvoid race in test
2018-01-25 Matt JoinerAdd very tentative UPnP NAT traversal
2018-01-11 Matt JoinerFix mentions of TorrentDataOpener
2018-01-09 Matt JoinerAdd some TODOs and tidy a test
2017-12-01 Matt JoinerFix the Stats panic in #214
2017-11-08 Matt JoinerMerge commit '6ab65a49a8a72dea1a28968b2ab42a85fd4566ec'
2017-11-07 themihaifeat(config): Allows the torrent client to customise...
2017-11-07 Matt JoinerApply megacheck to torrent package
2017-11-07 Matt JoinerFix a lot of noisy logging and test warnings
2017-10-12 Matt JoinerTrack completion known to implementation state
2017-10-12 Matt JoinerAvoid race condition in test
2017-09-18 Matt JoinerUse badStorage for TestPeerInvalidHave
2017-09-18 Matt JoinerRemove test temporary directories when finished
2017-09-16 Matt JoinerMerge pull request #188 from boramalper/KnownSwarm
2017-09-15 Matt JoinerDon't verify data at startup, add Torrent.Piece.VerifyD...
2017-09-13 Matt JoinerFix panic when error occurs binding uTP socket
2017-09-12 Matt JoinerMerge branch 'master' into pull-writer
2017-09-01 Matt JoinerTestUTPRawConn: More tidying, and slow down the rate
2017-09-01 Matt JoinerUse require in some places in TestUTPRawConn
2017-08-26 Matt JoinerRemove unused functions
2017-08-07 Matt JoinerFix test
2017-08-07 Matt JoinerMerge branch 'master' into dht-cleanup
2017-07-20 Matt JoinerChanges for dht-cleanup
2017-06-16 Matt JoinerUse go-libutp if cgo is enabled
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-01-05 Matt JoinerRemove FileStorePieces storage backend
2017-01-05 Matt Joinersortimports
2016-12-14 Matt Joinerdht/… moved to github.com/anacrolix/dht
2016-11-22 Matt Joinergofmt simplify
2016-10-10 Matt JoinerAdd download rate limiting
2016-10-10 Matt JoinerAdd really simple upload rate limiting and test
2016-10-10 Matt JoinerImprove code comments
2016-10-05 Matt JoinerDefault to debug mode in client testing config
2016-09-21 Matt JoinerCreate missing intermediate directories in test
2016-09-21 Matt JoinerTidy up TestMultipleTorrentsWithEncryption test
2016-09-20 Matt JoinerFormatting fixes
2016-09-20 Matt JoinerFixes for changes to metainfo.MetaInfo.UnmarshalInfo
2016-09-16 Michael HowellAdd a test case for #114 (#117)
2016-09-02 Matt JoinerRelax the seeder torrent connection stats test
2016-09-02 Matt JoinerRework storage interfaces to make them simpler to implement
2016-08-31 Matt JoinerImprove test reliability on Linux and reduce log noise...
2016-08-31 Matt JoinerAdd boltdb storage backend
2016-08-30 Matt JoinerAdd missing error return check in benchmark
2016-08-26 Matt JoinerRemove the InfoEx type, and don't generate its infohash...
2016-07-29 Matt JoinerAlways run seeder and leecher on the same ports, to...
2016-07-23 Matt JoinerSome comments helping to break up the blocks in testCli...
2016-07-12 Matt JoinerRemove duplicate seeder stat test assertions
2016-07-12 Matt JoinerAdd connection read stats
2016-07-11 Matt JoinerRemove unnecessary log in test
2016-07-10 Matt JoinerRework the client transfer test to allow non-piece...
next