]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2016-02-21 Matt JoinerFix races in Reader
2016-02-21 Matt JoinerAdd a client transfer test with limited file cache...
2016-02-21 Matt Joinerfs: Change listen addrs to localhost in tests
2016-02-21 Matt Joinerfs: Tidy up tests
2016-02-21 Matt JoinerMove exportClientStatus to testutil.ExportStatusWriter
2016-02-21 Matt JoinerUpdate Reader pos between reads
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-21 Matt JoinerOff by one error in torrent.pieceLength?
2016-02-21 Matt JoinerAdd peer_protocol.Integer.Int()
2016-02-21 Matt JoinerRefresh all piece completion states when data is missing
2016-02-21 Matt JoinerChoke peers when we lose pieces they requested, and...
2016-02-20 Matt JoinerFix race updating piece priority when piece being read...
2016-02-20 Matt JoinerMove dataReadAt to torrent.readAt, and do the waitNoPen...
2016-02-20 Matt JoinerDitch the torrent stateMu for the client mutex
2016-02-20 Matt JoinerCode comment
2016-02-20 Matt JoinerImprove log message
2016-02-20 Matt JoinerUse new error handling philosophy
2016-02-20 Matt JoinerExport torrent.String to Torrent
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 Joinerdata/file: Return EOF on reads past end
2016-02-17 Matt JoinerAvoid error message when we attempt to complete a piece...
2016-02-17 Matt JoinerRemove pointless code
2016-02-17 Matt JoinerEnsure piece completion state is correct at startup
2016-02-17 Matt Joinerdata/pieceStore: Incorrectly public PieceCompleted...
2016-02-17 Matt JoinerCode comments
2016-02-17 Matt JoinerAdd a test for starting a torrent where pieces are...
2016-02-17 Matt JoinerRename issue 35 testing config function to avoid confusion
2016-02-16 Matt JoinerAdd torrent.completedPieces bitmap
2016-02-16 Matt JoinerImprove error message when piece fails to be completed
2016-02-15 Matt JoinerOnly assert we should be requesting a piece in debug...
2016-02-14 Matt JoinerMerge pull request #64 from robaman/master
2016-02-14 Robert KästelRetain query parameters from announce URL.
2016-02-11 Matt JoinerTrigger piece request order changes on connections...
2016-02-09 Matt JoinerUse Cache.StatFile to get piece length in the backend
2016-02-09 Matt JoinerStill update a connections piece priority even if the...
2016-02-09 Matt Joinertorrent.piecePartiallyDownloaded incorrectly returned...
2016-02-09 Matt JoinerTrack posted message type counts
2016-02-08 Matt JoinerWhen we're choked, just forget the requests, we don...
2016-02-08 Matt JoinerAdd some missing calls to torrent.updatePiecePriority
2016-02-08 Matt JoinerFix pending of already completed pieces when pending...
2016-02-08 Matt JoinerReintroduce 64 outbound request cap
2016-02-07 Matt JoinerRemove unreachable code
2016-02-07 Matt JoinerRework requesting of shuffled pending pieces
2016-02-07 Matt JoinerExport Torrent.PieceState()
2016-02-07 Matt JoinerFix overpublishing of piece state change during hashing
2016-02-07 Matt JoinerExport PieceStateChange through piece state change...
2016-02-07 Matt JoinerUse new tracker package interface
2016-02-07 Matt Joinertracker: Shoehorn old client implementations into new...
2016-02-07 Matt Joinertracker: Rename response->httpResponse
2016-02-07 Matt JoinerPrefix the Action constants
2016-02-07 Matt JoinerReinstate File.PrioritizeRegion() for backward compatib...
2016-02-06 Matt JoinerUse new missinggo iterator style, and speed up torrent...
2016-02-06 Matt JoinerPublish changes in piece hashing state
2016-02-06 Matt JoinerSpeed up torrent.needData, and use new missinggo iterat...
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
next