]> Sergey Matveev's repositories - btrtrc.git/history - storage/sqlite/sqlite-storage_test.go
Drop anacrolix/squirrel cache blob usage
[btrtrc.git] / storage / sqlite / sqlite-storage_test.go
2023-09-11 Matt JoinerDrop anacrolix/squirrel cache blob usage
2023-05-12 Matt Joinergorond test files
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-15 Matt JoinerDon't build storage/sqlite tests without cgo
2022-01-10 Matt JoinerAdd const noCacheBlobs in sqlite storage benchmarks
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-08 Matt Joinergofumpt
2021-11-01 afjosephRevert "Remove old-style build tags"
2021-10-06 Matt JoinerRemove old-style build tags
2021-09-02 Matt JoinerMerge branch 'master' into squirrel
2021-08-26 Matt JoinerUpdate squirrel
2021-08-25 Matt JoinerUse separate squirrel module
2021-08-25 Matt JoinerRemoved unused sqlite "provider" storage
2021-06-21 Matt JoinerRemove sqlite piece-resource storage
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 deepsource-autofix... Fix nil context being passed to function
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 JoinerAdd CustomDirect BenchmarkMarkComplete sub-test
2021-05-14 Matt JoinerMerge branch 'sqlite-direct'
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 JoinerRework to use a pool of blobs
2021-05-04 Matt JoinerGet benchmarks working
2021-05-04 Matt JoinerUse BenchmarkMarkComplete for non-sqlite storages too
2021-02-03 Matt JoinerAdd batch writes cases to sqlite storage benchmarks
2021-01-25 Matt JoinerRemove obsolete reference to piece storage opts
2021-01-25 Matt JoinerRejig some storage options
2021-01-25 Matt JoinerMove storage piece benchmarks to storage/test and add...
2021-01-25 Matt JoinerImprove configurability and add PutSized to sqlite...
2021-01-25 Matt JoinerAdd MarkComplete benchmark for sqlite
2020-10-30 Matt Joinersqlite storage: Add batched writes
2020-10-30 Matt Joinersqlite storage: Provide helpers and reasonable defaults
2020-10-27 Matt JoinerPerformance fiddling on sqlite storage
2020-10-27 Matt Joinersqlite storage: Include capacity management
2020-10-22 Matt Joinersqlite storage: Add NewProviderPool