aboutsummaryrefslogtreecommitdiff
path: root/cmd/bolt/pages.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor bolt CLI.Ben Johnson2015-04-141-57/+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.
* Remove count and overflow columns for free pages on 'bolt pages'.Ben Johnson2014-04-021-4/+12
| | | | | | The count and overflow columns are meaningless for freed pages since there could be random overflow data in there. This commit removes those columns for free pages.
* Write freelist after each commit.Ben Johnson2014-03-311-1/+4
| | | | | Well, this is embarassing. Somehow the freelist was never getting written after each commit. This commit fixes that and fixes a small reporting issue with "bolt pages".
* Refactor bolt commands into individual files.Ben Johnson2014-03-271-0/+46