| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2014-04-18 | move bench package to bench/cmd/bolt/bench | Steven Normore | 4 | -96/+96 |
| 2014-04-18 | add bench sub-package | Steven Normore | 6 | -94/+97 |
| 2014-04-18 | add benchmarks using Benchmark framework | Steven Normore | 9 | -161/+239 |
| 2014-04-18 | fix basic parallel benchmark | Steven Normore | 1 | -7/+48 |
| 2014-04-18 | moar bench package | Steven Normore | 9 | -43/+206 |
| 2014-04-18 | initial bench and generate command structure | Steven Normore | 4 | -0/+96 |
| 2014-04-18 | all tests pass | Martin Kobetic | 2 | -14/+22 |
| 2014-04-17 | trying to fix large seek | Martin Kobetic | 2 | -14/+18 |
| 2014-04-17 | hide the cursor stack details behind function calls (pop/push/current) | Martin Kobetic | 2 | -41/+101 |
| 2014-04-17 | tests pass | Martin Kobetic | 2 | -6/+10 |
| 2014-04-17 | Clean up | Ben Johnson | 2 | -4/+180 |
| 2014-04-16 | Add Cursor.Next() to C cursor. | Ben Johnson | 5 | -260/+226 |
| 2014-04-16 | adds cursor iterate test | Steven Normore | 1 | -48/+54 |
| 2014-04-16 | Fix pointer arithematic. | Ben Johnson | 2 | -54/+49 |
| 2014-04-16 | wip | Steven Normore | 3 | -58/+103 |
| 2014-04-16 | Add Cursor.Bucket() function. | Ben Johnson | 2 | -0/+17 |
| 2014-04-16 | build c/cursor and running tests | Steven Normore | 5 | -12/+171 |
| 2014-04-16 | fix up the C bits to compile | Martin Kobetic | 2 | -69/+74 |
| 2014-04-16 | cleanup | Martin Kobetic | 2 | -8/+7 |
| 2014-04-16 | minor cleanup | Martin Kobetic | 1 | -14/+26 |
| 2014-04-16 | first draft | Martin Kobetic | 2 | -0/+193 |
| 2014-04-15 | Return bucket from CreateBucket() functions. | Ben Johnson | 9 | -87/+150 |
| 2014-04-11 | Fix race detector CI. | Ben Johnson | 1 | -1/+1 |
| 2014-04-11 | Upgrade import/export to use nested buckets. | Ben Johnson | 8 | -27/+78 |
| 2014-04-11 | Add import/export to CLI. | Ben Johnson | 11 | -24/+310 |
| 2014-04-11 | Add nested buckets. | Ben Johnson | 27 | -1498/+1948 |
| 2014-04-09 | add ldflags on build with main.commit and main.branch to Makefile | Steven Normore | 2 | -2/+7 |
| 2014-04-09 | add bin to gitignore | Steven Normore | 1 | -0/+1 |
| 2014-04-08 | make all benchmarks constant size and add multiple sizes | Martin Kobetic | 2 | -49/+35 |
| 2014-04-08 | add get/build targets to Makefile | Steven Normore | 1 | -0/+8 |
| 2014-04-08 | fix typo in README | Steven Normore | 1 | -1/+1 |
| 2014-04-04 | Update cursor benchmark. | Ben Johnson | 1 | -15/+19 |
| 2014-04-04 | Rename internal local Tx variables. | Ben Johnson | 4 | -152/+152 |
| 2014-04-04 | Add Tx.OnCommit() handler. | Ben Johnson | 2 | -12/+58 |
| 2014-04-03 | README | Ben Johnson | 1 | -0/+1 |
| 2014-04-02 | Add meta page checksums. | Ben Johnson | 3 | -10/+55 |
| 2014-04-02 | Add performance counters. | Ben Johnson | 8 | -100/+160 |
| 2014-04-02 | Add advisory file locking. | Ben Johnson | 1 | -0/+12 |
| 2014-04-02 | Consolidate file and metafile descriptors. | Ben Johnson | 2 | -18/+10 |
| 2014-04-02 | README | Ben Johnson | 1 | -30/+1 |
| 2014-04-02 | Remove count and overflow columns for free pages on 'bolt pages'. | Ben Johnson | 1 | -4/+12 |
| 2014-03-31 | Add DVID to projects using Bolt | Bill Katz | 1 | -0/+1 |
| 2014-03-31 | Remove DB.Open() and only allow bolt.Open(). | Ben Johnson | 4 | -124/+79 |
| 2014-03-31 | Write freelist after each commit. | Ben Johnson | 6 | -10/+51 |
| 2014-03-29 | Add DB.Check(). | Ben Johnson | 7 | -1/+140 |
| 2014-03-27 | Refactor bolt commands into individual files. | Ben Johnson | 11 | -316/+395 |
| 2014-03-26 | Fix DB.Copy() meta lock and partial write checks. | Ben Johnson | 1 | -1/+12 |
| 2014-03-25 | Fix quickcheck test for duplicate keys. | Ben Johnson | 1 | -4/+15 |
| 2014-03-25 | Fix bucket reclamation. | Ben Johnson | 3 | -9/+52 |
| 2014-03-24 | README | Ben Johnson | 1 | -0/+7 |
