]> Sergey Matveev's repositories - btrtrc.git/history - storage
Drop support for go 1.20
[btrtrc.git] / storage /
2023-09-29 Matt JoinerUpdate to multiple-blobs-per-value squirrel
2023-09-26 Matt Joinergorond
2023-09-11 Matt JoinerDrop anacrolix/squirrel cache blob usage
2023-09-08 Matt JoinerStop benchmark timer before initial run
2023-09-05 Matt JoinerMerge branch 'fuse-t'
2023-09-05 Matt JoinerSwitch to github.com/go-llsqlite/adapter
2023-07-09 guoguangwuchore: remove refs to deprecated io/ioutil
2023-06-23 Matt JoinerFix UseSources panicking when sqlite storage is closed
2023-05-27 Matt Joinergo1.19 compat
2023-05-27 Matt JoinerFixes for storage tests on Windows
2023-05-12 Matt Joinergorond test files
2023-02-19 Matt JoinerAdd http and udp tracker server implementations
2023-02-18 Matt Joinergofumpt
2023-02-13 Colin MarcRemove unecessary completion "set" (#812)
2022-12-06 Matt JoinerNew go fmt on doc comments
2022-11-15 Matt Joinergorond ./...
2022-07-07 Alex SharovDo torrent storage flush on piece completion (#755)
2022-03-17 Matt JoinerRearrange transfer tests so build directives are applie...
2022-03-17 Matt JoinerMerge branch 'master' into crawshaw-386-wasm
2022-03-17 Matt JoinerMerge branch 'go1.18'
2022-03-15 Matt JoinerAdd dummy sqlite storage Go file
2022-03-15 Matt JoinerDon't build storage/sqlite tests without cgo
2022-03-15 Matt JoinerFix 386 cross compile and wasm build for crawshaw
2022-03-15 Matt JoinerMerge branch 'crawshaw'
2022-03-11 Matt JoinerMerge branch 'master' into crawshaw
2022-03-09 Matt JoinerMerge branch 'master' into crawshaw
2022-03-01 Matt JoinerMerge branch 'master' into crawshaw
2022-02-25 Matt JoinerMerge branch 'http-proxying' into crawshaw
2022-02-10 Matt JoinerMerge branch 'master' into go1.18
2022-02-09 Matt JoinerExclusively use crawshaw instead of zombiezen for sqlite
2022-02-02 Eng Zer Juntest: use `T.TempDir` to create temporary test director...
2022-01-10 Matt JoinerAdd const noCacheBlobs in sqlite storage benchmarks
2021-12-07 Matt JoinerFix wasm build
2021-11-29 Matt JoinerMerge branch 'udp-tracker-no-dial' into te
2021-11-19 Matt JoinerRemove CGO build flags for pure-Go squirrel branch
2021-11-19 Matt JoinerUse zombiezen branch of squirrel
2021-11-19 Matt JoinerUse zombiezen sqlite for piece completion
2021-11-08 Matt Joinergofumpt
2021-11-01 Matt JoinerRemove some unused parameter names
2021-11-01 Matt JoinerAlter some directory permissioning in storage
2021-11-01 afjosephRevert "Remove old-style build tags"
2021-10-06 Matt JoinerRemove old-style build tags
2021-09-15 Matt JoinerChange torrent capacity to not return a pointer
2021-09-14 YenForYangDrop bradfitz/iter dependency (#605)
2021-09-09 Matt JoinerFix unit tests littering working directory
2021-09-04 Matt JoinerReturn error on sqlite PieceCompletion.Set when closed
2021-09-02 Matt JoinerMerge branch 'master' into squirrel
2021-09-02 Matt JoinerAdd generics TODO v1.31.0
2021-09-02 Matt JoinerAdd "no name" handling and storage.NewFileOpts
2021-09-02 Matt JoinerFix panic on double Close of sqlite piece completion DB
2021-08-26 Matt JoinerAdd function to wrap squirrel.Cache as storage.ClientImpl
2021-08-26 Matt JoinerUpdate squirrel
2021-08-25 Matt JoinerUse separate squirrel module
2021-08-25 Matt JoinerRemoved unused sqlite "provider" storage
2021-08-24 Matt JoinerEmbed SQL
2021-08-24 Matt JoinerImplement {Set,Get}Tag on SquirrelBlob
2021-08-24 Matt JoinerBegin extracting 'squirrel' from storage/sqlite
2021-08-19 Matt JoinerSet direct sqlite storage conn to nil on close
2021-08-16 Bora M. AlperAdd linter CI (#542)
2021-08-10 Matt JoinerFix race in sqlite direct storage init v1.30.0
2021-07-17 Matt JoinerClose torrent storage asynchronously on drop
2021-07-14 Matt JoinerFix go:build directives v1.29.1
2021-06-23 Matt JoinerFixes for wasm
2021-06-21 Matt JoinerRemove sqlite piece-resource storage
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-08 Zilog8Allow Storage Backends to do their own Hashing (#518)
2021-06-07 deepsource-autofix... Fix nil context being passed to function
2021-06-07 Matt JoinerAdd default param name in TorrentImpl.Piece func
2021-06-07 Matt JoinerAdd storage/disabled
2021-06-07 Matt JoinerRework storage.TorrentImpl to support shared capacity key
2021-05-25 gitpubberAdded build tags to disable few packages if necessary...
2021-05-21 Matt JoinerProgress testing without cgo a bit
2021-05-17 Matt JoinerMake wal the default for sqlite resource pieces
2021-05-17 Matt JoinerMake synchronous=off the default
2021-05-17 Matt JoinerSet smarter defaults
2021-05-17 Matt JoinerSet page size before initializing connections
2021-05-14 Matt JoinerDefault to sqlite piece completion for dir if cgo enabled v1.28.0
2021-05-14 Matt JoinerFix sqlite piece completion
2021-05-14 Matt JoinerAdd CustomDirect BenchmarkMarkComplete sub-test
2021-05-14 Matt JoinerExpose SetSynchronous as an option
2021-05-14 Matt JoinerFix race in MarkNotComplete
2021-05-14 Matt JoinerDon't create blobs when reading
2021-05-14 Matt JoinerTidy up sqlite direct piece receiver name
2021-05-14 Matt JoinerRemove unused method
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
2021-05-06 Matt JoinerDon't set the page size by default
2021-05-06 Matt JoinerExpose a variety of blob cleanup styles
2021-05-06 Matt JoinerBenchmark different mmap sizes and journal modes
2021-05-05 Matt JoinerRework lots of option handling
2021-05-05 Matt JoinerRename new.go
2021-05-05 Matt JoinerUse bench timer more effectively, and use Piece.WriteTo
2021-05-05 Matt JoinerUse sync.Map in map piece completion
2021-05-05 Matt JoinerBig rename of files and types in storage
2021-05-05 Matt JoinerHandle expired blobs as they occur
2021-05-05 Matt JoinerRework to use a pool of blobs
2021-05-04 Matt JoinerGet benchmarks working
2021-05-04 Matt JoinerImplement sqlite directly without using piece resources
2021-05-04 Matt Joinerpiece resource storage: Do sized puts for WriteAts...
next