Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor bolt CLI. | Ben Johnson | 2015-04-14 | 1 | -33/+0 |
| | |||||
* | Add Open() options, flock timeout. | Ben Johnson | 2014-06-21 | 1 | -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 Johnson | 2014-04-11 | 1 | -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 Johnson | 2014-03-27 | 1 | -0/+33 |