| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove allocations from read-only buckets. | Ben Johnson | 2014-05-23 | 1 | -6/+17 |
| * | Minor stats fixes. | Ben Johnson | 2014-05-14 | 1 | -1/+9 |
| * | address review comments | Martin Kobetic | 2014-05-13 | 1 | -3/+23 |
| * | tweaks | Martin Kobetic | 2014-05-12 | 1 | -1/+2 |
| * | merge inline branch into leaf branch | Martin Kobetic | 2014-05-12 | 1 | -20/+17 |
| * | fix inline bucket stats | Martin Kobetic | 2014-05-12 | 1 | -6/+26 |
| * | aggregate bucket stats recursively and add stats to cmd | Martin Kobetic | 2014-05-09 | 1 | -4/+8 |
| * | first part | Martin Kobetic | 2014-05-09 | 1 | -5/+38 |
| * | Merge branch 'master' of https://github.com/boltdb/bolt into fix-deletion | Ben Johnson | 2014-05-09 | 1 | -0/+1 |
| |\ | |||||
| | * | add asserts for detecting pgid high watermark overflow | Martin Kobetic | 2014-05-09 | 1 | -0/+1 |
| * | | Fix deletion reclamation. | Ben Johnson | 2014-05-09 | 1 | -5/+2 |
| |/ | |||||
| * | Minor fixes. | Ben Johnson | 2014-05-07 | 1 | -1/+1 |
| * | Improve bucket code documentation. | Ben Johnson | 2014-05-07 | 1 | -11/+14 |
| * | Fix bucket free. | Ben Johnson | 2014-05-07 | 1 | -2/+40 |
| * | Add inline bucket support. | Ben Johnson | 2014-05-05 | 1 | -24/+137 |
| * | Consolidate code for clarity. | Ben Johnson | 2014-05-05 | 1 | -0/+15 |
| * | Refactor split/spill. | Ben Johnson | 2014-05-03 | 1 | -77/+17 |
| * | Copy key on Put() and CreateBucket(). | Ben Johnson | 2014-04-29 | 1 | -0/+9 |
| * | Change to BucketStats and Bucket.Stats(). | Ben Johnson | 2014-04-22 | 1 | -14/+19 |
| * | rename MaxDepth to Depth | Martin Kobetic | 2014-04-22 | 1 | -3/+3 |
| * | allign naming with MemStats | Martin Kobetic | 2014-04-22 | 1 | -17/+17 |
| * | moar tweaks | Martin Kobetic | 2014-04-22 | 1 | -16/+17 |
| * | add Used/Free Leaf/Branch bucket stats | Martin Kobetic | 2014-04-22 | 1 | -0/+15 |
| * | build c/cursor and running tests | Steven Normore | 2014-04-16 | 1 | -0/+10 |
| * | Return bucket from CreateBucket() functions. | Ben Johnson | 2014-04-15 | 1 | -15/+17 |
| * | Add nested buckets. | Ben Johnson | 2014-04-11 | 1 | -37/+329 |
| * | Add performance counters. | Ben Johnson | 2014-04-02 | 1 | -0/+4 |
| * | Error refactoring. | Ben Johnson | 2014-03-24 | 1 | -0/+34 |
| * | Add ErrTxClosed error. | Ben Johnson | 2014-03-23 | 1 | -3/+12 |
| * | fix 32bit build fails: bucket.go#67 | binz | 2014-03-23 | 1 | -1/+1 |
| * | Merge pull request #65 from benbjohnson/fix-tx-buckets-sort-order | Ben Johnson | 2014-03-21 | 1 | -0/+6 |
| |\ | |||||
| | * | Fix Tx.Buckets() sort order. | Ben Johnson | 2014-03-13 | 1 | -0/+6 |
| * | | Fix Bucket.ForEach() comment. | Ben Johnson | 2014-03-15 | 1 | -1/+2 |
| |/ | |||||
| * | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -4/+3 |
| * | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 1 | -11/+11 |
| * | Allow reads of unflushed nodes. | Ben Johnson | 2014-03-01 | 1 | -1/+1 |
| * | Refactor Bucket. | Ben Johnson | 2014-02-23 | 1 | -7/+104 |
| * | Revert "Refactor Transaction/Bucket API." | Ben Johnson | 2014-02-22 | 1 | -100/+5 |
| * | Refactor Transaction/Bucket API. | Ben Johnson | 2014-02-21 | 1 | -5/+100 |
| * | Bucket stats. | Ben Johnson | 2014-02-21 | 1 | -0/+29 |
| * | Add parallel usage test and race detector. | Ben Johnson | 2014-02-15 | 1 | -1/+1 |
| * | Add bucket sequence. | Ben Johnson | 2014-02-15 | 1 | -0/+1 |
| * | API Documentation. | Ben Johnson | 2014-02-13 | 1 | -0/+5 |
| * | Add freelist. | Ben Johnson | 2014-02-10 | 1 | -14/+0 |
| * | Clean up. | Ben Johnson | 2014-02-09 | 1 | -0/+14 |
| * | Refactor node lookup. | Ben Johnson | 2014-02-07 | 1 | -1/+1 |
| * | Add RWTransaction.Put(). | Ben Johnson | 2014-02-01 | 1 | -7/+2 |
| * | Clean up API. | Ben Johnson | 2014-01-31 | 1 | -2/+0 |
| * | Add RWTransaction.write(). | Ben Johnson | 2014-01-30 | 1 | -0/+2 |
| * | gofmt | Ben Johnson | 2014-01-30 | 1 | -3/+3 |
