bbolt/cmd/bolt
Ben Johnson 440b89418f Write freelist after each commit.
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".
2014-03-31 08:52:19 -06:00
..
buckets.go Refactor bolt commands into individual files. 2014-03-27 22:36:05 -06:00
buckets_test.go Refactor bolt commands into individual files. 2014-03-27 22:36:05 -06:00
check.go Add DB.Check(). 2014-03-29 14:22:32 -06:00
get.go Refactor bolt commands into individual files. 2014-03-27 22:36:05 -06:00
get_test.go Refactor bolt commands into individual files. 2014-03-27 22:36:05 -06:00
keys.go Refactor bolt commands into individual files. 2014-03-27 22:36:05 -06:00
keys_test.go Refactor bolt commands into individual files. 2014-03-27 22:36:05 -06:00
main.go Add DB.Check(). 2014-03-29 14:22:32 -06:00
main_test.go Refactor bolt commands into individual files. 2014-03-27 22:36:05 -06:00
pages.go Write freelist after each commit. 2014-03-31 08:52:19 -06:00
set.go Refactor bolt commands into individual files. 2014-03-27 22:36:05 -06:00
set_test.go Refactor bolt commands into individual files. 2014-03-27 22:36:05 -06:00