]> Sergey Matveev's repositories - btrtrc.git/history - file.go
Drop support for go 1.20
[btrtrc.git] / file.go
2023-07-23 liweifix: torrent file real time completed bytes
2022-08-31 Matt JoinerMerge branch 'webrtc-conn-leak'
2022-08-31 Matt JoinerMerge branch 'bargle'
2022-07-13 Alex Sharovuse rLock where can, part2 (#767)
2022-03-17 Matt JoinerMerge branch 'master' into crawshaw-386-wasm
2022-03-17 Matt JoinerMerge branch 'go1.18'
2022-03-17 Matt JoinerExpose File.{Begin,End}PieceIndex
2021-10-27 Matt JoinerMerge branch 'peer-requesting' v1.34.0
2021-10-19 Matt JoinerAdd reasons for updateRequests to be triggered
2021-09-14 YenForYangInlineable `(*File).BytesCompleted()` (#612)
2021-09-13 YenForYangInlineable methods to access File piecePriority (#601)
2021-09-09 Matt JoinerExtract common Torrent.newReader
2021-08-16 Matt JoinerUse roaring.Bitmap directly for completed pieces
2021-08-01 Matt JoinerPrecompute File.DisplayPath
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 Matt JoinerUse rejiggered missinggo bitmap
2020-06-03 Matt JoinerMerge pull request #410 from anacrolix/webseeds
2020-06-01 Matt JoinerSupport disabling webtorrent
2020-03-24 Matt JoinerRewrite file.bytesLeft
2020-03-24 Matt JoinerRename variables in fileBytesLeft
2020-03-24 Matt JoinerAdd abstraction and tests for #387
2020-01-13 Matt JoinerExtract the request strategy logic
2019-11-30 i96751414Fix bytesLeft for files (#348)
2019-11-28 Matt JoinerAdd comments on File.{first,end}PieceIndex
2019-11-28 Matt JoinerChange File.endPieceIndex calculation
2019-11-26 i96751414Add BytesCompleted method for files (#347)
2018-11-27 Matt JoinerRemove unused code
2018-07-25 Matt JoinerLaw of Demeter Client.mu
2018-07-17 Matt JoinerSwitch pieceIndex back to an int
2018-07-11 Matt JoinerChange pieceIndex to peer_protocol.Integer
2018-01-25 Matt JoinerFix file piece index offset calculations
2018-01-25 Matt JoinerDon't lock Client in File.DisplayPath
2018-01-21 Matt JoinerAdd File priorities
2018-01-07 Matt JoinerImprove various File related doc comments
2018-01-06 Matt JoinerReaders obtained from File.NewReader should not readahe...
2018-01-06 Matt JoinerRename File.PrioritizeRegion to DownloadRegion
2018-01-06 Matt JoinerAdd File.NewReader
2017-05-26 Matt JoinerMove File.State lock to top of function
2016-04-19 Matt JoinerFix receiver pointeriness for some File methods
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 JoinerMerge pull request #72 from shoenig/magnetize
2016-04-03 Matt JoinerMerge Torrent and torrent types
2016-03-19 Matt JoinerAdd some File method comments
2016-02-07 Matt JoinerReinstate File.PrioritizeRegion() for backward compatib...
2016-02-04 Matt JoinerAdd File.Cancel
2016-01-28 Matt JoinerMerge branch 'noprio2'
2016-01-18 Matt JoinerFix the download/prioritize piece functions
2016-01-16 Matt JoinerFinally make Torrent.torrent private
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-05 Gleb SinyavskyRefactorings
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-11 Matt JoinerAdd method File.Torrent
2015-11-09 Matt JoinerAdd comment doc for File.PrioritizeRegion
2015-08-03 Matt JoinerAdd File.DisplayPath
2015-07-17 Matt JoinerAvoid holding client lock while scanning pieces in...
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-02 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-06-02 Matt JoinerFix a few data races
2015-06-01 Matt JoinerChange the way piece state is exposed to give more...
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...