]> Sergey Matveev's repositories - btrtrc.git/history - client_test.go
metainfo.InfoEx.Hash becomes a function, UpdateBytes is added, and Bytes used in...
[btrtrc.git] / client_test.go
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...
2016-02-21 Matt JoinerMove exportClientStatus to testutil.ExportStatusWriter
2016-02-21 Matt JoinerDon't run TestCompletedPieceWrongSize in parallel becau...
2016-02-21 Matt JoinerTest a ton of permutations for readahead and responsive
2016-02-21 Matt JoinerTidy up TestClientTransfer
2016-02-18 Matt JoinerDitch Data.WriteSectionTo, and fix cmd/torrent-verify
2016-02-17 Matt JoinerRework Reader reading, and TestCompletedPieceWrongSize
2016-02-17 Matt JoinerAdd a test for starting a torrent where pieces are...
2016-02-16 Matt JoinerAdd torrent.completedPieces bitmap
2016-02-07 Matt JoinerExport PieceStateChange through piece state change...
2016-02-07 Matt JoinerUse new tracker package interface
2016-02-04 Matt JoinerMissing Reader.Close in some tests
2016-02-01 Matt JoinerExport leecher and seeder in TestClientTransfer
2016-01-31 Matt JoinernewTorrent doesn't need to return error
2016-01-28 Matt JoinerMerge branch 'noprio2'
2016-01-24 Matt JoinerReaders changing wasn't triggering waitAccept
2016-01-18 Matt Joinerrequire->assert in test
2016-01-18 Matt JoinerIt's working and the tests are usually passing
2016-01-16 Matt JoinerFinally make Torrent.torrent private
2016-01-16 Matt JoinerMake Config.DHTConfig not a pointer
2016-01-13 Matt JoinerTrack dirty chunks, instead of pending chunk specs
2016-01-06 Matt JoinerRevert "Merge pull request #54 from zhulik/master"
2016-01-05 Matt JoinerMerge pull request #54 from zhulik/master
2016-01-04 Gleb SinyavskyMerge branch 'master' of https://github.com/anacrolix...
2015-12-27 Gleb SinyavskyTorrent structs replaced with Download interface in...
2015-11-05 Matt JoinerMake torrent.Reader reads fail when the torrent is...
2015-11-05 Matt JoinerRemove sync.Cond from piece
2015-10-16 Matt JoinerStore pieces inplace in torrent.Pieces
2015-10-03 Matt JoinerCreate a pieceStore interface, and merge in my httpfile...
2015-10-03 Matt Joinerutp package merged PacketConn with Socket
2015-10-01 Matt JoinerSimplify the torrent Data interface
2015-09-17 Matt JoinerAdd a test for dropping a torrent before it gets the...
2015-09-06 Matt JoinerAllow subscribing to torrent piece state changes
2015-08-23 Matt JoinerAdd tests inspired by issue #27
2015-08-12 Matt JoinerAdd TestSeedAfterDownloading
2015-08-04 Matt Joinerutp.NewSocket now takes network parameter
2015-08-03 Matt JoinerAdd IPBlocklist option to Config, and test it's inherit...
2015-08-03 Matt JoinerFix utp.Socket leak in test
2015-08-03 Matt JoinerSome utils moved to missinggo
2015-08-03 Matt JoinerReplace go-check with testify
2015-07-15 Matt JoinerAdd TestResponsive
2015-07-15 Matt JoinerAllow chunk size to be specified per torrent
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-22 Matt JoinerAdd benchmark for adding a torrent with a lot of pieces
2015-06-16 Matt JoinerSmall tweak to readahead, and fix the tests
2015-06-16 Matt JoinerImprove uploading/seeding
2015-06-02 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-06-02 Matt JoinerTest bad "completed" piece
2015-06-01 Matt JoinerMerge pull request #16 from scr4t/master
2015-05-24 Matt JoinerReduce number of messages sent in one test, the OS...
2015-05-20 Matt JoinerExpose GOPPROF for debugging torrent package
2015-05-16 Matt JoinerSwitch to using a slice for tracking pending chunks...
2015-04-29 Matt JoinerApply sortimports
2015-04-27 Matt JoinerRewrite imports to local bencode and metainfo
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-04-14 Matt JoinerRework the Torrent Reader interface, to allow reader...
2015-03-27 Matt JoinerAddTorrentSpec now merges in new information an existin...
2015-03-26 Matt JoinerUse rogpeppe's sortimports to fix this goimports orderi...
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
2015-03-18 Matt JoinerChange the interface to add torrents to a Client
2015-03-12 Matt JoinerAdd support for Fast Extension
2015-03-10 Matt JoinerUse testing config
2015-03-08 Matt JoinerMore cleaning of public interface
2015-03-07 Matt JoinerChange up the data storage interfaces a bit
2015-03-04 Matt JoinerChange the way readahead pieces are calculated
2015-02-27 Matt JoinerMake blob data stateful
2015-02-26 Matt JoinerAdd piece blob torrent.Data storage, and move testutil...
2015-02-25 Matt JoinerAllow configuring Client torrent data opener, config...
2015-02-21 Matt JoinerHopefully maybe fix bind error on Codeship test runner
2015-02-09 Matt JoineruTP raw Socket use is now via .PacketConn
2015-02-06 Matt JoinerFix some stuff Rob Clifford broke through stress testing
2015-01-11 Matt JoinerFix a few tests
2015-01-08 Matt JoinerSwitch to my own UTP library
2014-12-26 Matt JoinerFix sending to localhost on OSX
2014-12-09 Matt Joiner:)
next