bbolt/cmd/bolt
Ben Johnson 00ee0da528 Add Open() options, flock timeout.
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.
2014-06-21 14:44:28 -06:00
..
bench.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
buckets.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
buckets_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
check.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
export.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
export_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
get.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
get_test.go Return bucket from CreateBucket() functions. 2014-04-15 23:45:06 -04:00
import.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
import_test.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
info.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
info_test.go Add 'bolt info'. 2014-05-08 08:43:18 -06:00
keys.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
keys_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
main.go Optimize Tx.Check(). 2014-05-28 12:50:48 -06:00
main_test.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
pages.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
stats.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
stats_test.go address review comments 2014-05-13 17:28:17 +00:00