]> Sergey Matveev's repositories - btrtrc.git/history - torrent.go
Merge all our global consts and vars into global.go
[btrtrc.git] / torrent.go
2016-04-14 Matt JoinerMerge all our global consts and vars into global.go
2016-04-07 Matt JoinerComments and logs around bad metadata size
2016-04-04 Matt JoinerFix possible deadlock
2016-04-04 Matt JoinerApply unconvert linter
2016-04-04 Matt JoinerRemove deadcode
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 JoinerComments
2016-04-03 Matt JoinerMake everything on type torrent private
2016-04-03 Matt JoinerIf we fail to write to a piece, check its completion...
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-22 Matt JoinerTidy up bytesLeft calculations
2016-03-21 Matt JoinerAdd t.bytesLeftAnnounce
2016-02-21 Matt JoinerOff by one error in torrent.pieceLength?
2016-02-21 Matt JoinerRefresh all piece completion states when data is missing
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-18 Matt JoinerDitch Data.WriteSectionTo, and fix cmd/torrent-verify
2016-02-17 Matt JoinerEnsure piece completion state is correct at startup
2016-02-17 Matt JoinerCode comments
2016-02-16 Matt JoinerAdd torrent.completedPieces bitmap
2016-02-11 Matt JoinerTrigger piece request order changes on connections...
2016-02-09 Matt Joinertorrent.piecePartiallyDownloaded incorrectly returned...
2016-02-08 Matt JoinerFix pending of already completed pieces when pending...
2016-02-07 Matt JoinerRemove unreachable code
2016-02-07 Matt JoinerRework requesting of shuffled pending pieces
2016-02-07 Matt JoinerExport PieceStateChange through piece state change...
2016-02-07 Matt JoinerUse new tracker package interface
2016-02-06 Matt JoinerUse new missinggo iterator style, and speed up torrent...
2016-02-05 Matt JoinerUse missinggo.bitmap for tracking dirty chunks
2016-02-04 Matt JoinerChanges to piece priority need to be published as a...
2016-02-04 Matt JoinerAdd File.Cancel
2016-02-01 Matt JoinerFix bug in readahead
2016-02-01 Matt JoinerRecalculate all piece priorities more efficiently
2016-02-01 Matt JoinerReintroduce connection piece inclinations, and begin...
2016-02-01 Matt JoinerUse missinggo.Event for connection closing event
2016-01-31 Matt JoinerAbstract the pendingPieces as a bitmap
2016-01-28 Matt JoinerMerge branch 'noprio2'
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 JoinerMove fillRequests and replenishConnRequests into connec...
2016-01-18 Matt JoinerFix the download/prioritize piece functions
2016-01-18 Matt JoinerIt's working and the tests are usually passing
2016-01-16 Matt JoinerFinally make Torrent.torrent private
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...
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-12 Matt JoinerExpose Torrent.SetDisplayName
2015-11-22 Matt Joinertorrent.DisplayName should not be exported
2015-11-05 Matt JoinerRemove sync.Cond from piece
2015-10-23 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-10-20 Matt JoinerFix #33.
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-01 Matt JoinerSimplify the torrent Data interface
2015-09-28 Matt JoinerTrack peer sources with a dict, and don't exceed high...
2015-09-26 Matt JoinerInitialize connection piece priorities lazily, and...
2015-09-25 Matt JoinerInclude num pieces in torrent status
2015-09-20 Matt JoinerAvoid frequent allocation of piece request order iterator
2015-09-06 Matt JoinerAllow subscribing to torrent piece state changes
2015-08-19 Matt JoinerNeedlessly convoluted
2015-08-04 Matt JoinerReplacing pendingWrites WaitGroup with Mutex/Cond/int
2015-08-03 Matt JoinerDrop peers for sending too many unwanted pieces
2015-08-03 Matt JoinerSome utils moved to missinggo
2015-07-17 Matt JoinerSeveral speedups in logic
2015-07-15 Matt JoinerStore chunk data without holding client lock
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-29 Matt JoinerSome changes to writing torrent status
2015-06-29 Matt JoinerReplace pruning timer with as-required connection dropping
2015-06-16 Matt JoinerImprove uploading/seeding
2015-06-02 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-06-02 Matt JoinerAdd some metainfo validation
2015-06-02 Matt JoinerMiscellaneous changes
2015-06-01 Matt JoinerMerge pull request #16 from scr4t/master
2015-06-01 Alexander Baranovremove obsolete spaces
2015-06-01 Alexander BaranovOnly wait for io.Copy; Remove obsolete from client
2015-06-01 Matt JoinerChange the way piece state is exposed to give more...
2015-05-16 Matt JoinerSwitch to using a slice for tracking pending chunks...
2015-05-14 Matt Joinergo vet
2015-05-11 Alexander BaranovBasic pick-file functionality
2015-04-28 Matt JoinerPublicly expose Torrent.GotInfo
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-04-07 Matt JoinerMove torrentOffsetRequest and torrentRequestOffset...
2015-03-27 Matt JoinerPrevent bad metadata_size in extended handshakes from...
2015-03-26 Matt JoinerUse rogpeppe's sortimports to fix this goimports orderi...
2015-03-25 Matt JoinerShow metadata state in status output
2015-03-24 Matt JoinerFix crash from bad metadata_size in extended handshake
2015-03-20 Matt JoinerMore public interface tidying
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
next