]> Sergey Matveev's repositories - btrtrc.git/history - client_test.go
Also change go requirement for fs module
[btrtrc.git] / client_test.go
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...
2016-07-07 Matt JoinerRevert "Revert "TestSetMaxEstablishedConn does now...
2016-07-06 Matt JoinerRevert "TestSetMaxEstablishedConn does now work with...
2016-07-06 Matt JoinerTestSetMaxEstablishedConn does now work with utp
2016-07-05 Matt JoinerUse addClientPeer helper in tests
2016-07-05 Matt JoinerAdd more thorough tests for Torrent.SetMaxEstablishedConns
2016-07-05 Matt JoinerAdd Torrent.SetMaxEstablishedConns
2016-07-05 Matt JoinerAdd counters for uploads
2016-05-24 Matt JoinerAdd tests for #81
2016-05-24 lovedboyMerge branch 'master' of https://github.com/lovedboy...
2016-05-22 Matt JoinerRework torrent tracker scraping
2016-05-16 Matt JoinerRename some storage funcs
2016-05-16 Matt JoinerRename storage.I->Client
2016-05-16 Matt JoinerTest both resource and file backends to piece storage
2016-05-16 Matt JoinerRemove unused fields in testDownloadCancelParams
2016-05-12 Matt JoinerProbably fix test failure
2016-05-11 Matt JoinerRework Client listeners
2016-05-09 Matt JoinerRework setting of info bytes
2016-05-09 Matt JoinerAdd Client.AddTorrentInfoHash, and some other tidying
2016-05-07 Matt Joinermissinggo.Event changed, connection.writeOptimizer...
2016-05-05 Matt JoinerRemove the last of the "config dir" stuff
2016-05-05 Matt Joinermetainfo.InfoEx.Hash becomes a function, UpdateBytes...
2016-04-19 Matt JoinerMerge pull request #79 from shoenig/normalize
2016-04-19 Seth Hoenigrefactor struct identifiers to follow conventional...
2016-04-04 Matt JoinerRemove deadcode
2016-04-04 Matt JoinerRemove some of the magic ConfigDir stuff
2016-04-04 Matt JoinerMerge pull request #72 from shoenig/magnetize
2016-04-04 Matt JoinerUse metainfo.Hash for piece and info hashes
2016-04-03 Matt JoinerMerge Torrent and torrent types
2016-04-03 Matt JoinerMake everything on type torrent private
2016-03-30 Matt JoinerMissing error checks in test
2016-03-30 Matt JoinerSuppress logging noise in tests
2016-03-30 Matt JoinerMove storage.FileStore interface to missinggo
2016-03-30 Matt JoinerFix missinggo import
2016-03-29 Matt JoinerReimplement piece storage
2016-03-28 Matt JoinerMake opening a torrent in storage an explicit method
2016-03-28 Matt JoinerGet mmap storage working
2016-03-28 Matt JoinerNew storage interface
2016-03-24 Matt JoinerTidy up a test that fails with the wrong reasons
2016-03-22 Matt JoinerAdd a test for bad have messages
2016-02-26 Matt JoinerExtend the timeout, drone.io is slow?
2016-02-26 Matt JoinerAdd test checking that cancel works
2016-02-26 Matt JoinerCatch error creating client in tests
2016-02-24 Matt JoinerAdd DHT nodes from metainfo when added to Client
2016-02-23 Matt JoinerTest that metainfo nodes are added to the DHT
2016-02-22 Matt JoinerCatch error creating new client in test
2016-02-21 Matt JoinerAdd a client transfer test with limited file cache...
next