]> Sergey Matveev's repositories - btrtrc.git/history - fs/filenode.go
fs: Use a new torrent file reader per handled request
[btrtrc.git] / fs / filenode.go
2023-08-16 Matt Joinerfs: Use a new torrent file reader per handled request
2021-11-16 Matt JoinerSwitch to github.com/anacrolix/fuse
2021-11-08 Matt Joinergofumpt
2019-08-21 Matt Joinergoimports -local
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-01-31 Matt JoinerUpdate context imports
2018-01-09 Matt Joinersortimports
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-27 Matt Joinerfs: Move file Read behaviour onto a new handle type
2017-08-26 Matt Joinerfs: Move fileNode stuff into its own file