| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix freelist allocate(). | Ben Johnson | 2014-05-19 | 1 | -1/+1 |
| * | Add strict mode. | Ben Johnson | 2014-05-14 | 1 | -0/+25 |
| * | Add inline bucket support. | Ben Johnson | 2014-05-05 | 1 | -1/+1 |
| * | Add Tx.Cursor(). | Ben Johnson | 2014-04-29 | 1 | -0/+25 |
| * | Printf's %s and %q do the right thing with []byte; removed string conversion. | Kevin Gillette | 2014-04-25 | 1 | -1/+1 |
| * | Add 'bolt bench'. | Ben Johnson | 2014-04-18 | 1 | -208/+0 |
| * | move bench package to bench/cmd/bolt/bench | Steven Normore | 2014-04-18 | 1 | -96/+96 |
| * | add bench sub-package | Steven Normore | 2014-04-18 | 1 | -46/+35 |
| * | add benchmarks using Benchmark framework | Steven Normore | 2014-04-18 | 1 | -41/+117 |
| * | moar bench package | Steven Normore | 2014-04-18 | 1 | -0/+41 |
| * | Return bucket from CreateBucket() functions. | Ben Johnson | 2014-04-15 | 1 | -15/+44 |
| * | Merge branch 'master' into nested-keys | Ben Johnson | 2014-04-11 | 1 | -15/+35 |
| |\ | |||||
| | * | make all benchmarks constant size and add multiple sizes | Martin Kobetic | 2014-04-08 | 1 | -15/+35 |
| * | | Add nested buckets. | Ben Johnson | 2014-04-11 | 1 | -326/+87 |
| |/ | |||||
| * | Update cursor benchmark. | Ben Johnson | 2014-04-04 | 1 | -15/+19 |
| * | Add Tx.OnCommit() handler. | Ben Johnson | 2014-04-04 | 1 | -0/+28 |
| * | Add performance counters. | Ben Johnson | 2014-04-02 | 1 | -2/+0 |
| * | Write freelist after each commit. | Ben Johnson | 2014-03-31 | 1 | -1/+1 |
| * | Fix bucket reclamation. | Ben Johnson | 2014-03-25 | 1 | -1/+1 |
| * | Make DB/Tx API more consistent. | Ben Johnson | 2014-03-24 | 1 | -46/+46 |
| * | Add ErrTxClosed error. | Ben Johnson | 2014-03-23 | 1 | -0/+45 |
| * | Remove ease-of-use functions from the DB type. | Ben Johnson | 2014-03-21 | 1 | -83/+138 |
| * | Skip long-running tests with go test -short | Tommi Virtanen | 2014-03-13 | 1 | -0/+8 |
| * | Fix Cursor.Last() on empty buckets. | Ben Johnson | 2014-03-13 | 1 | -6/+21 |
| * | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -0/+437 |
