aboutsummaryrefslogtreecommitdiff
path: root/cmd/bolt/buckets.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor bolt CLI.Ben Johnson2015-04-141-33/+0
|
* Add Open() options, flock timeout.Ben Johnson2014-06-211-1/+1
| | | | | | | | This commit changes Open() to provide an additional Options argument. The options argument currently only has a Timeout which will cause the Open() to return ErrTimeout if a file lock cannot be obtained in time. Fixes #207.
* Add nested buckets.Ben Johnson2014-04-111-4/+4
| | | | | | | This commit adds the ability to create buckets inside of other buckets. It also replaces the buckets page with a root bucket. Fixes #56.
* Refactor bolt commands into individual files.Ben Johnson2014-03-271-0/+33