]> Sergey Matveev's repositories - btrtrc.git/history - storage/boltdb.go
Implement sqlite directly without using piece resources
[btrtrc.git] / storage / boltdb.go
2020-03-24 Matt JoinerUse default bbolt package alias v1.15.0
2020-03-24 Matt JoinerFix bbolt compatibility with go1.14
2020-02-21 Matt JoinerDifferentiate between storage.ClientImpl{,Closer}
2019-11-03 Matt JoinerMove entirely to etcd-io/bbolt
2019-10-12 Matt JoinerReplace github.com/boltdb/bolt with github.com/etcd...
2019-08-21 Matt Joinergoimports -local
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-04-12 Matt Joinerpackage assert->expect
2018-01-09 Matt JoinerUse NoSync with bolt storage and piece completion
2017-10-12 Matt JoinerTrack completion known to implementation state
2016-10-25 Matt JoinerAdd bolt piece completion DB
2016-09-02 Matt JoinerRework storage interfaces to make them simpler to implement
2016-08-31 Matt Joinerstorage.boltDB: Some comments, and use global completed...
2016-08-31 Matt JoinerExtract chunkSize as a const
2016-08-31 Matt JoinerUncomment the error handling in storage.boltDBPiece...
2016-08-31 Matt JoinerAdd boltdb storage backend