]> Sergey Matveev's repositories - btrtrc.git/history - storage/file.go
Drop support for go 1.20
[btrtrc.git] / storage / file.go
2022-11-15 Matt Joinergorond ./...
2021-11-08 Matt Joinergofumpt
2021-09-02 Matt JoinerMerge branch 'master' into squirrel
2021-09-02 Matt JoinerAdd "no name" handling and storage.NewFileOpts
2021-06-23 Matt JoinerFixes for wasm
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 Matt JoinerRework storage.TorrentImpl to support shared capacity key
2021-05-14 Matt JoinerMerge branch 'sqlite-direct'
2021-05-09 gitpubberAllows one to use Custom PieceCompletion (#486) v1.27.0
2021-05-09 gitpubberChange ClientImpl to ClientImplCloser
2020-10-15 Matt JoinerFix error handling for bad torrent adds with safe file... v1.18.0
2020-10-15 Matt JoinerSanitize metainfo file paths for file-based storage
2020-06-03 Matt JoinerMerge pull request #410 from anacrolix/webseeds
2020-06-01 Matt JoinerRemove debug logging from storage file implementation
2020-06-01 Matt Joinerstorage file implementation: Error on short writes
2020-05-31 Matt JoinerGot file storage working with segment index
2020-02-27 Matt JoinerMake io.EOF an expected error from storage.Piece.ReadAt
2020-02-21 Matt JoinerDifferentiate between storage.ClientImpl{,Closer}
2019-08-21 Matt Joinergoimports -local
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-07-15 Matt JoinerFix doc comment
2018-06-11 Matt JoinerMerge commit 'cadbacb956fa38a61f3656dc08d71bd68fc966ec...
2018-06-10 Matt JoinerMerge pull request #258 from porjo/master
2018-06-09 Ian BishopFix file permissions
2017-10-12 Matt JoinerTrack completion known to implementation state
2017-09-23 Matt Joinerstorage: Remove incorrect comment
2017-09-12 Matt JoinerMerge branch 'master' into pull-writer
2017-09-12 Matt Joinerstorage: Add TODO about handling Close errors
2017-05-25 Matt JoinerMerge pull request #156 from mlmhl/completion
2017-05-22 mlmhlmake pieceCompletion configurable
2017-03-17 Matt JoinerMerge pull request #149 from thechriswalker/torrent...
2017-03-16 Chris Walkerfix `Spec.Storage` and allow per-torrent dir
2016-10-25 Matt JoinerAdd bolt piece completion DB
2016-09-16 Matt Joinerstorage: Move sqlite3 import to appropriate file
2016-09-12 Matt JoinerRename some of the unexported file storage types
2016-09-12 Matt JoinerCreate zero-length files in the file storage when the...
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-07-10 Matt JoinerFix issue #96
2016-07-08 Matt JoinerFix issue #95: Closing torrent storage also closed...
2016-07-06 Matt Joinerstorage: Move pieceCompletion interface into correct...
2016-06-20 Matt JoinerAdd piece completion storage
2016-05-16 Matt JoinerRename storage.I->Client
2016-05-09 Matt JoinerAdd some comments to file storage
2016-04-19 Matt JoinerMerge pull request #79 from shoenig/normalize
2016-04-19 Seth Hoenigrefactor struct identifiers to follow conventional...
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