]> Sergey Matveev's repositories - btrtrc.git/history - storage/sqlite/direct.go
Switch to github.com/go-llsqlite/adapter
[btrtrc.git] / storage / sqlite / direct.go
2023-09-05 Matt JoinerSwitch to github.com/go-llsqlite/adapter
2023-06-23 Matt JoinerFix UseSources panicking when sqlite storage is closed
2022-03-17 Matt JoinerMerge branch 'master' into crawshaw-386-wasm
2022-03-17 Matt JoinerMerge branch 'go1.18'
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-09 Matt JoinerExclusively use crawshaw instead of zombiezen for sqlite
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-01 Matt JoinerRemove some unused parameter names
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-02 Matt JoinerMerge branch 'master' into squirrel
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 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-10 Matt JoinerFix race in sqlite direct storage init v1.30.0
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 Matt JoinerRework storage.TorrentImpl to support shared capacity key
2021-05-21 Matt JoinerProgress testing without cgo a bit
2021-05-17 Matt JoinerSet smarter defaults
2021-05-17 Matt JoinerSet page size before initializing connections
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-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