aboutsummaryrefslogtreecommitdiff
path: root/cmd/bolt/main_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor bolt compact revisionsBen Johnson2016-09-051-15/+6
* Merge branch 'compact-db' of https://github.com/vincent-petithory/bolt into v...Ben Johnson2016-09-011-0/+180
|\
| * cli: add compact commandVincent Petithory2015-11-191-0/+180
* | Fix `bolt stats` outputRodolfo Carvalho2015-12-051-0/+40
|/
* Refactor bolt CLI.Ben Johnson2015-04-141-43/+119
* Remove testify.Ben Johnson2014-07-261-0/+32
* Add Open() options, flock timeout.Ben Johnson2014-06-211-1/+1
* Add import/export to CLI.Ben Johnson2014-04-111-7/+13
* Refactor bolt commands into individual files.Ben Johnson2014-03-271-127/+0
* Make DB/Tx API more consistent.Ben Johnson2014-03-241-5/+5
* Add 'bolt buckets'.Ben Johnson2014-03-211-0/+22
* Add 'bolt set'.Ben Johnson2014-03-211-0/+29
* Add 'bolt keys'.Ben Johnson2014-03-211-0/+32
* Add 'bolt get'.Ben Johnson2014-03-211-0/+75