]> Sergey Matveev's repositories - btrtrc.git/history - storage/wrappers.go
Drop support for go 1.20
[btrtrc.git] / storage / wrappers.go
2022-11-15 Matt Joinergorond ./...
2021-06-23 Matt JoinerFixes for wasm
2020-11-06 Matt JoinerReplace storage.IncompletePieceToWriter with io.Writer
2020-11-02 Matt JoinerAdd write incomplete/consecutive chunks interfaces
2020-10-11 Matt JoinerTweaks to storage error and completion handling
2020-05-21 Matt JoinerFix panic closing torrent that failed to open storage
2020-02-27 Matt JoinerMake io.EOF an expected error from storage.Piece.ReadAt
2019-08-21 Matt Joinergoimports -local
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-01-11 Matt Joinerstorage: Don't check completion state on every write
2017-12-03 Matt Joinermissinggo.LimitLen changed
2017-10-12 Matt JoinerTrack completion known to implementation state
2017-06-02 Matt JoinerMerge pull request #159 from elgatito/helpers_add
2017-06-01 Matt JoinerClose implicit Client default storage on Client.Close
2016-09-02 Matt JoinerRework storage interfaces to make them simpler to implement