]> Sergey Matveev's repositories - btrtrc.git/history - fs/torrentfs.go
Piece priorities, torrent read interface and many fixes
[btrtrc.git] / fs / torrentfs.go
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