]> Sergey Matveev's repositories - btrtrc.git/history - client_test.go
Remove sync.Cond from piece
[btrtrc.git] / client_test.go
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:)
2014-12-04 Matt JoinerA probably unhelpful test that ensures UTP performs
2014-12-03 Matt JoinerPiece priorities, torrent read interface and many fixes
2014-12-02 Matt JoinerSpeed up tests, allow -short for some UDP tracker stuff
2014-11-19 Matt JoinerSet a minimum dial timeout
2014-11-18 Matt JoinerReduce dial timeouts when there are lots of peers in...
2014-11-16 Matt JoinerMove half-open tracking into per-torrent
2014-08-21 Matt JoinerAdd CopyExact util function
2014-08-21 Matt JoinerTidy up the torrent and DHT APIs
2014-07-13 Matt JoinerAPI changes in github.com/anacrolix/libtorgo
2014-07-09 Matt JoinerRun go vet on everything
2014-06-29 Matt JoinerMove download strategies into their own file
2014-06-29 Matt JoinerSome minor tweaks
2014-06-29 Matt JoinerAdd peers sent over PEX
2014-06-28 Matt JoinerCan now download from magnet links
2014-04-08 Matt JoinerBig visibility/doc clean-up, and extract mmap_span...
2014-03-20 Matt JoinerTest created torrent structure in current directory
2014-03-20 Matt JoinerImprovements to pending chunks; extract testutil
2014-03-17 Matt JoinerAdd a end-to-end test for torrentfs