aboutsummaryrefslogtreecommitdiff
path: root/cmd/bolt/main.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid fmt.Fprintln/Errorf callsArtyom Pervukhin2015-08-111-3/+3
* cmd/bolt: remove duplicate blockProfile flagXiang Li2015-04-221-1/+0
* Add 'bolt page' command.Ben Johnson2015-04-171-7/+466
* Add 'bolt dump' command.Ben Johnson2015-04-161-0/+117
* Add improved CLI documentation.Ben Johnson2015-04-151-4/+123
* Refactor bolt CLI.Ben Johnson2015-04-141-155/+790
* Add --path to bolt bench.Ben Johnson2015-04-121-0/+2
* Remove 'import' and 'export' CLI commands.Ben Johnson2015-01-081-28/+0
* Add DB.NoSync option for bulk loading.Ben Johnson2014-07-151-0/+2
* Optimize Tx.Check().Ben Johnson2014-05-281-0/+2
* Add option to adjust fill percentage.Ben Johnson2014-05-151-0/+3
* Merge pull request #162 from Shopify/nested_stats2Ben Johnson2014-05-141-0/+8
|\
| * aggregate bucket stats recursively and add stats to cmdMartin Kobetic2014-05-091-1/+1
| * first partMartin Kobetic2014-05-091-0/+8
* | Add -work flag to 'bolt bench'.Ben Johnson2014-05-121-0/+2
|/
* Add 'bolt info'.Ben Johnson2014-05-081-0/+8
* Remove 'bolt set'.Ben Johnson2014-05-051-8/+0
* Add streaming stats to bolt bench.Ben Johnson2014-04-301-10/+18
* Merge branch 'bench-batch' into moar_benchBen Johnson2014-04-301-6/+2
|\
| * Add --batch-size to 'bolt bench'.Ben Johnson2014-04-291-0/+2
* | Remove bolt bench -stat.Ben Johnson2014-04-301-2/+0
* | add -stats and -batch-size support to bench cmdMartin Kobetic2014-04-241-0/+8
|/
* Add 'bolt bench'.Ben Johnson2014-04-181-22/+24
* add benchmarks using Benchmark frameworkSteven Normore2014-04-181-3/+7
* moar bench packageSteven Normore2014-04-181-1/+2
* initial bench and generate command structureSteven Normore2014-04-181-0/+20
* Add import/export to CLI.Ben Johnson2014-04-111-0/+26
* add ldflags on build with main.commit and main.branch to MakefileSteven Normore2014-04-091-1/+3
* Add DB.Check().Ben Johnson2014-03-291-0/+8
* Refactor bolt commands into individual files.Ben Johnson2014-03-271-189/+31
* Make DB/Tx API more consistent.Ben Johnson2014-03-241-5/+5
* Fix print.Ben Johnson2014-03-211-6/+31
* Add 'bolt buckets'.Ben Johnson2014-03-211-0/+32
* Add 'bolt set'.Ben Johnson2014-03-211-3/+40
* Add 'bolt pages'.Ben Johnson2014-03-211-0/+45
* Add 'bolt keys'.Ben Johnson2014-03-211-3/+43
* Add 'bolt get'.Ben Johnson2014-03-211-0/+115