]> Sergey Matveev's repositories - btrtrc.git/history - storage/interface.go
Fix UseSources panicking when sqlite storage is closed
[btrtrc.git] / storage / interface.go
2023-06-23 Matt JoinerFix UseSources panicking when sqlite storage is closed
2022-12-06 Matt JoinerNew go fmt on doc comments
2022-07-07 Alex SharovDo torrent storage flush on piece completion (#755)
2021-09-15 Matt JoinerChange torrent capacity to not return a pointer
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-08 Zilog8Allow Storage Backends to do their own Hashing (#518)
2021-06-07 Matt JoinerAdd default param name in TorrentImpl.Piece func
2021-06-07 Matt JoinerRework storage.TorrentImpl to support shared capacity key
2020-11-06 Matt JoinerReplace storage.IncompletePieceToWriter with io.Writer
2020-11-03 Matt JoinerComment on storage.IncompletePieceToWriter
2020-11-02 Matt JoinerAdd write incomplete/consecutive chunks interfaces
2020-02-21 Matt JoinerDifferentiate between storage.ClientImpl{,Closer}
2017-10-12 Matt JoinerTrack completion known to implementation state
2016-10-25 Matt Joinerstorage: ClientImpl interface now includes Close
2016-10-25 Matt Joinerstorage: Fix spelling mistake
2016-09-02 Matt JoinerRework storage interfaces to make them simpler to implement
2016-08-26 Matt JoinerRemove the InfoEx type, and don't generate its infohash...
2016-05-16 Matt JoinerRename storage.I->Client
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