]> Sergey Matveev's repositories - btrtrc.git/history - storage/boltPieceCompletion.go
Implement sqlite directly without using piece resources
[btrtrc.git] / storage / boltPieceCompletion.go
2021-02-22 Matt JoinerOnly write update bolt piece completion if the existing...
2020-03-24 Matt JoinerUse default bbolt package alias v1.15.0
2020-03-24 Matt JoinerFix bbolt compatibility with go1.14
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-01-09 Matt JoinerUse NoSync with bolt storage and piece completion
2017-10-12 Matt JoinerTrack completion known to implementation state
2017-06-01 Matt JoinerMake bolt completion DB directory if necessary
2017-05-25 Matt JoinerMerge pull request #156 from mlmhl/completion
2017-05-22 mlmhlmake pieceCompletion configurable
2016-10-25 Matt Joinerstorage: Remove sqlite3 import from bolt implementation
2016-10-25 Matt JoinerAdd bolt piece completion DB