]> Sergey Matveev's repositories - btrtrc.git/history - fs/torrentfs.go
Add doc comment for Torrent.BytesMissing
[btrtrc.git] / fs / torrentfs.go
2021-11-16 Matt JoinerSwitch to github.com/anacrolix/fuse
2021-11-08 Matt Joinergofumpt
2021-01-30 Shubhendra Singh... fixed code quality issues using DeepSource
2020-02-20 Matt JoinerApply staticcheck
2019-08-21 Matt Joinergoimports -local
2019-04-23 Radoslav Georgievtorrentfs: fix a bug where the basenames of files are...
2019-04-23 Radoslav Georgievtorrentfs: fix a bug where ENOENT is returned when...
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-01-31 Matt JoinerUpdate context imports
2018-01-21 Matt JoinerAdd File priorities
2018-01-06 Matt JoinerFormatting and comments
2018-01-06 Matt JoinerAdd File.NewReader
2017-11-07 Matt JoinerMore megacheck
2017-08-28 Matt JoinerMerge branch 'fs-handle-reader'
2017-08-27 Matt JoinerMaintain a torrent.Reader for each file handle
2017-08-26 Matt Joinerfs: Move fileNode stuff into its own file
2016-08-26 Matt JoinerRemove the InfoEx type, and don't generate its infohash...
2016-08-01 persesfs: fix isSubPath for top-level directories (#105)
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-28 Matt JoinerFinish fixing tests
2016-02-21 Matt Joinerfs: Fix what looks like a glaring mistake: If Seek...
2016-01-28 Matt JoinerMerge branch 'noprio2'
2016-01-18 Matt JoinerFixes for torrent.Reader not having ReadAt
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 Sinyavskycmd utils fixed
2015-08-23 Matt Joinerfs: Update for changes in bazil.org/fuse
2015-07-22 Matt Joinerfs: Remove errant logging
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-22 Matt JoinerUpstream bazil.org/fuse changed again ಠ_ಠ
2015-06-02 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-06-02 Matt JoinerUpstream bazil.org/fuse changes again...
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-01 Matt Joinerfs: Remove noisy debug logging
2015-04-01 Matt Joinerfs: Root node wasn't listing: Bazil keeps changing...
2015-03-26 Matt JoinerUse rogpeppe's sortimports to fix this goimports orderi...
2015-03-25 Matt JoinerFixes for changes to basil.org/fuse
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
2015-02-26 Matt JoinerDitch the intermediate MetaInfo type
2015-02-06 Matt JoinerUpdates due to changes to bazil.org/fuse
2014-12-03 Matt Joinerfs: Improve tests
2014-12-03 Matt JoinerPiece priorities, torrent read interface and many fixes
2014-12-01 Matt JoinerDestroy the torrent FS on exit signals so ongoing sysca...
2014-11-20 Matt JoinerNo longer require FUSE to run fs test
2014-11-18 Matt JoinerExpose a wrapped metainfo type with helper methods
2014-09-13 Matt JoinerOn torrentfs read, read the full requested buffer and...
2014-08-27 Matt JoinerFix crashes in torrentfs.fileNode.Read
2014-08-27 Matt JoinerMake use of FUSE readahead
2014-08-27 Matt JoinerAdd some counters and tracking to torrentfs events
2014-08-25 Matt JoinerSome logic improvements to torrentfs.fileNode.Read
2014-08-25 Matt JoinerMisc trivial improvements
2014-08-21 Matt JoinerImprove the log message for torrentfs reads
2014-08-21 Matt JoinerClean up imports
2014-07-23 Matt Joinertorrentfs: Support torrents that don't yet have their...
2014-06-28 Matt JoinerCan now download from magnet links
2014-06-26 Matt JoinerVarious improvements that've had a lot of testing
2014-06-25 Matt Joinertorrentfs: Reading an offset past the end of a file...
2014-05-22 Matt JoinerPut interface assertion next to the asserted type
2014-05-22 Matt JoinerThe fuse library allocates a response data slice for...
2014-04-17 Matt JoinerTestUnmountWedged, fs.Destroy
2014-04-08 Matt JoinerBig visibility/doc clean-up, and extract mmap_span...
2014-04-08 Matt JoinerAdd error handling to PrioritizeDataRegion as it's...
2014-04-08 Matt Joinergoimports decided to reorganise imports
2014-03-19 Matt JoinerVarious progress, particularly around the way data...
2014-03-18 Matt JoinerHunting for goroutine leaks
2014-03-17 Matt JoinerAdd a end-to-end test for torrentfs