]> Sergey Matveev's repositories - btrtrc.git/history - storage
go mod tidy
[btrtrc.git] / storage /
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...
2021-05-04 Matt JoinerUse BenchmarkMarkComplete for non-sqlite storages too
2021-02-22 Matt JoinerAdd missing closeMu use in ReadConsecutiveChunks
2021-02-22 Matt JoinerOnly write update bolt piece completion if the existing...
2021-02-21 Matt JoinerMerge branch 'fuse-email-issue'
2021-02-19 Matt JoinerCode comment
2021-02-04 Matt JoinerFix panic in benchmark v1.24.0
2021-02-04 Matt JoinerUse locks on piece per resource pieces to prevent races...
2021-02-04 Matt JoinerExpose mmap_size in sqlite storage, and change default...
2021-02-03 Matt JoinerFix Close race in sqlite storage when batch writes...
2021-02-03 Matt JoinerAdd batch writes cases to sqlite storage benchmarks
2021-02-01 Matt JoinerFix for go<1.16
2021-02-01 Matt JoinerFix sqlite storage for numconns 1
2021-02-01 Matt JoinerSwitch to reading consecutive incomplete chunks
2021-01-26 Matt JoinerEscape URI path
2021-01-25 Matt JoinerRemove cast(data as blob) workaround
2021-01-25 Matt JoinerCreate index on blob(last_used)
2021-01-25 Matt JoinerAdd sqlite-storage-cli
2021-01-25 Matt JoinerRemove obsolete reference to piece storage opts
2021-01-25 Matt JoinerFix race in writes to closed provider
2021-01-25 Matt JoinerFix transfer tests involving sqlite memory storage
2021-01-25 Matt JoinerRejig some storage options
2021-01-25 Matt JoinerFix unused opts param
2021-01-25 Matt JoinerInclude context.Context and pprof label in withConn
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
2021-01-18 Matt JoinerFix boundary conditions trimming sqlite3 storage cache
2020-11-21 Matt Joinerpiece resource storage: Delete incomplete chunks concur...
2020-11-21 Matt JoinerUse ConsecutiveChunkWriter in MarkComplete for piece...
2020-11-21 Matt Joinersqlite storage: Ensure that chunks are consecutive
2020-11-16 Matt Joinersqlite storage: Remove num batched write queries log...
2020-11-16 Matt JoinerUpdate to race fixes in filecache and sqlite
next