]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2016-02-05 Matt JoinerUse missinggo.bitmap for tracking dirty chunks
2016-02-05 Matt Joinertracker: Rename the http client type to httpClient
2016-02-04 Matt Joinermissinggo.ZeroReader is now a var, not a type
2016-02-04 Matt JoinerChanges to piece priority need to be published as a...
2016-02-04 Matt JoinerAdd File.Cancel
2016-02-04 Matt JoinerMissing Reader.Close in some tests
2016-02-04 Matt JoinerFix the mess that is the connectionLoop after messages...
2016-02-04 Matt JoinerTidy code
2016-02-01 Matt JoinerFix bug in readahead
2016-02-01 Matt Joinerconnection.Close must be called under the Client lock
2016-02-01 Matt Joinergo vet
2016-02-01 Matt JoinerRecalculate all piece priorities more efficiently
2016-02-01 Matt JoinerReintroduce connection piece inclinations, and begin...
2016-02-01 Matt JoinerExport leecher and seeder in TestClientTransfer
2016-02-01 Matt JoinerUse missinggo.Event for connection closing event
2016-01-31 Matt JoinernewTorrent doesn't need to return error
2016-01-31 Matt JoinerAbstract the pendingPieces as a bitmap
2016-01-31 Matt JoinerBegin tracking use of file descriptors in UDP tracker
2016-01-31 Matt Joinerutil/profile was replaced by github.com/anacrolix/envpprof
2016-01-31 Matt Joinerutil/levelmu is no longer in use
2016-01-31 Matt JoinerTODO
2016-01-29 Matt JoinerObsolete NOTES file
2016-01-29 Matt JoinerMerge pull request #60 from jpillora/patch-1
2016-01-29 Jaime Pilloralist cloud torrent in "projects using Torrent"
2016-01-28 Matt JoinerMerge branch 'noprio2'
2016-01-28 Matt JoinerRemove obsolete note about priorities
2016-01-28 Matt JoinerFix stall if data goes missing during a read
2016-01-28 Matt JoinerTODO
2016-01-27 Matt JoinerFix downloading of unwanted chunks, and write out downl...
2016-01-24 Matt JoinerAdd pending write helpers
2016-01-24 Matt JoinerReaders changing wasn't triggering waitAccept
2016-01-24 Matt JoinerUse pendingPieces in needData
2016-01-24 Matt JoinerMove fillRequests and replenishConnRequests into connec...
2016-01-18 Matt JoinerDelete finished pieces from pending
2016-01-18 Matt Joinerrequire->assert in test
2016-01-18 Matt JoinerFix the download/prioritize piece functions
2016-01-18 Matt Joinerdht: Start timer under transaction lock
2016-01-18 Matt JoinerFixes for torrent.Reader not having ReadAt
2016-01-18 Matt JoinerRemove internal/pieceordering
2016-01-18 Matt JoinerIt's working and the tests are usually passing
2016-01-16 Matt JoinerResurrect some comments on Torrent methods
2016-01-16 Matt JoinerReexport Torrent.MetaInfo
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-06 Matt JoinerdataBackend/http: Replace connection pooling code with...
2016-01-05 Matt JoinerMerge pull request #54 from zhulik/master
2016-01-05 Gleb SinyavskyRefactorings
2016-01-04 Gleb SinyavskyMerge branch 'master' of https://github.com/anacrolix...
2016-01-04 Matt JoinerSome missing hunks that fix build
2016-01-04 Matt JoinerFailure to announce on one tracker isn't very interesting
2016-01-04 Matt JoinerAdd Have and Bitfield connection methods
2016-01-04 Matt JoinerSwitch to int from peer_protocol.Integer for piece...
2015-12-27 Gleb SinyavskypeersKey is a public type now
2015-12-27 Gleb SinyavskyDownload.Peers() func added
2015-12-27 Gleb Sinyavskycmd utils fixed
2015-12-27 Gleb SinyavskyTorrent structs replaced with Download interface in...
2015-12-24 Matt JoinerCheck piece completion state as soon as a handle to...
2015-12-24 Matt JoinerLimit parallelism at the piece store http backend conne...
2015-12-24 Matt Joinerdata/pieceStore/{blob->data}.go: More appropriate file...
2015-12-22 Matt JoinerSwitch from launchpad.net/gommap to github.com/edsrzf...
2015-12-22 Matt JoinerSuppress log message regarding bad tracker URLs
2015-12-22 Matt JoinerFix #47
2015-12-17 Matt Joinerdht: announce_peer should not occur to insecure nodes
2015-12-17 Matt Joinerdht: Except local network addresses from security checks
2015-12-17 Matt Joinerdht: Move security tests into separate file
2015-12-17 Matt Joinerdht: Move security functions into new file
2015-12-16 Matt JoinerAdd OnQuery hook, thanks to Cathal Garvey
2015-12-16 Matt JoinerTest improvements
2015-12-16 Matt JoinerAdd NodeIdHex config option
2015-12-16 Matt JoinerAdd NoDefaultBootstrap and use it and testify in a...
2015-12-16 Matt JoinerUse testify for some tests
2015-12-12 Matt JoinerStandardize Torrent method receivers
2015-12-12 Matt JoinerExpose Torrent.SetDisplayName
2015-12-12 Matt JoinerDocs
2015-12-10 Matt Joinerdata/pieceStore: Improve error message when pieces...
2015-12-10 Matt JoinerDon't consider a peer to have touched a piece if a...
2015-12-10 Matt JoinerCopyURL moved to httptoo
2015-12-07 Matt JoinerRewrite cmd/dht-ping
2015-12-07 Dmitry BorzovFix package-docstring for dht package
2015-12-07 Dmitry BorzovFix name ambiguity for dht-ping, too many things are...
2015-12-07 Matt Joinersortimports
2015-12-06 Matt JoinerActually fix #41 properly; and several big changes
2015-12-06 Matt JoinerFix #41
2015-12-06 Matt JoinerMerge pull request #42 from dborzov/dht
2015-12-06 Dmitry BorzovMove dht.Server defs to a separate file
2015-12-05 Dmitry BorzovMove Transaction & nodeInfo defs to dedicated files
2015-12-05 Dmitry BorzovFix godoc strings for dht package
2015-11-22 Matt Joinercmd/torrent-infohash: Switch to tagflag
2015-11-22 Matt JoinerUse uiprogress to display a progress bar per torrent
2015-11-22 Matt JoinerExpose torrent.Seeding
2015-11-22 Matt Joinertorrent.DisplayName should not be exported
2015-11-13 Matt JoinerTest announcing to third party servers shouldn't fail...
2015-11-13 Matt JoinerAdd coverage badge to README
2015-11-13 Matt Joinerdata/pieceStore/dataBackend: ErrNotFound now aliases...
2015-11-13 Matt Joinerdht: Don't log KRPC unmarshal errors, there's a expvar...
2015-11-13 Matt JoinerBlocking IPv6 addresses is not so interesting
2015-11-11 Matt JoinerAdd method File.Torrent
2015-11-11 Matt JoinerTODO
next