Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix invalid fmt.Fprintln/Errorf calls | Artyom Pervukhin | 2015-08-11 | 1 | -3/+3 |
* | cmd/bolt: remove duplicate blockProfile flag | Xiang Li | 2015-04-22 | 1 | -1/+0 |
* | Add 'bolt page' command. | Ben Johnson | 2015-04-17 | 1 | -7/+466 |
* | Add 'bolt dump' command. | Ben Johnson | 2015-04-16 | 1 | -0/+117 |
* | Add improved CLI documentation. | Ben Johnson | 2015-04-15 | 1 | -4/+123 |
* | Refactor bolt CLI. | Ben Johnson | 2015-04-14 | 1 | -155/+790 |
* | Add --path to bolt bench. | Ben Johnson | 2015-04-12 | 1 | -0/+2 |
* | Remove 'import' and 'export' CLI commands. | Ben Johnson | 2015-01-08 | 1 | -28/+0 |
* | Add DB.NoSync option for bulk loading. | Ben Johnson | 2014-07-15 | 1 | -0/+2 |
* | Optimize Tx.Check(). | Ben Johnson | 2014-05-28 | 1 | -0/+2 |
* | Add option to adjust fill percentage. | Ben Johnson | 2014-05-15 | 1 | -0/+3 |
* | Merge pull request #162 from Shopify/nested_stats2 | Ben Johnson | 2014-05-14 | 1 | -0/+8 |
|\ | |||||
| * | aggregate bucket stats recursively and add stats to cmd | Martin Kobetic | 2014-05-09 | 1 | -1/+1 |
| * | first part | Martin Kobetic | 2014-05-09 | 1 | -0/+8 |
* | | Add -work flag to 'bolt bench'. | Ben Johnson | 2014-05-12 | 1 | -0/+2 |
|/ | |||||
* | Add 'bolt info'. | Ben Johnson | 2014-05-08 | 1 | -0/+8 |
* | Remove 'bolt set'. | Ben Johnson | 2014-05-05 | 1 | -8/+0 |
* | Add streaming stats to bolt bench. | Ben Johnson | 2014-04-30 | 1 | -10/+18 |
* | Merge branch 'bench-batch' into moar_bench | Ben Johnson | 2014-04-30 | 1 | -6/+2 |
|\ | |||||
| * | Add --batch-size to 'bolt bench'. | Ben Johnson | 2014-04-29 | 1 | -0/+2 |
* | | Remove bolt bench -stat. | Ben Johnson | 2014-04-30 | 1 | -2/+0 |
* | | add -stats and -batch-size support to bench cmd | Martin Kobetic | 2014-04-24 | 1 | -0/+8 |
|/ | |||||
* | Add 'bolt bench'. | Ben Johnson | 2014-04-18 | 1 | -22/+24 |
* | add benchmarks using Benchmark framework | Steven Normore | 2014-04-18 | 1 | -3/+7 |
* | moar bench package | Steven Normore | 2014-04-18 | 1 | -1/+2 |
* | initial bench and generate command structure | Steven Normore | 2014-04-18 | 1 | -0/+20 |
* | Add import/export to CLI. | Ben Johnson | 2014-04-11 | 1 | -0/+26 |
* | add ldflags on build with main.commit and main.branch to Makefile | Steven Normore | 2014-04-09 | 1 | -1/+3 |
* | Add DB.Check(). | Ben Johnson | 2014-03-29 | 1 | -0/+8 |
* | Refactor bolt commands into individual files. | Ben Johnson | 2014-03-27 | 1 | -189/+31 |
* | Make DB/Tx API more consistent. | Ben Johnson | 2014-03-24 | 1 | -5/+5 |
* | Fix print. | Ben Johnson | 2014-03-21 | 1 | -6/+31 |
* | Add 'bolt buckets'. | Ben Johnson | 2014-03-21 | 1 | -0/+32 |
* | Add 'bolt set'. | Ben Johnson | 2014-03-21 | 1 | -3/+40 |
* | Add 'bolt pages'. | Ben Johnson | 2014-03-21 | 1 | -0/+45 |
* | Add 'bolt keys'. | Ben Johnson | 2014-03-21 | 1 | -3/+43 |
* | Add 'bolt get'. | Ben Johnson | 2014-03-21 | 1 | -0/+115 |