Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move code to src/ and tests/ | EuAndreh | 2024-10-25 | 1 | -604/+0 |
* | fix Go 1.7 pointer reference bug | Ben Johnson | 2016-08-18 | 1 | -0/+5 |
* | fix rebalance bug | Ben Johnson | 2016-03-21 | 1 | -37/+0 |
* | Add inline documentation for bdc109b. | Ben Johnson | 2015-05-18 | 1 | -7/+10 |
* | fix `slice bounds out of range`/maxAllocSize bugs | sasha-s | 2015-04-16 | 1 | -3/+9 |
* | Expand assertion statements. | Ben Johnson | 2015-01-30 | 1 | -6/+17 |
* | Move tests to a test package. | Ben Johnson | 2014-07-26 | 1 | -2/+2 |
* | Change fill percent to be per-bucket. | Ben Johnson | 2014-07-24 | 1 | -1/+1 |
* | Fix root split on very large append. | Ben Johnson | 2014-07-23 | 1 | -14/+7 |
* | Fix double spill. | Ben Johnson | 2014-07-23 | 1 | -1/+5 |
* | Optimize large append. | Ben Johnson | 2014-07-22 | 1 | -8/+21 |
* | Fix merge-split regression. | Ben Johnson | 2014-06-18 | 1 | -17/+32 |
* | Fix double free in merge-left rebalance. | Ben Johnson | 2014-06-06 | 1 | -1/+0 |
* | Fix merge-split spill issues. | Ben Johnson | 2014-06-03 | 1 | -10/+24 |
* | Allow split nodes to be merged with the next node. | Ben Johnson | 2014-06-02 | 1 | -36/+51 |
* | Add circular dependency integrity check. | Ben Johnson | 2014-05-28 | 1 | -0/+1 |
* | Add option to adjust fill percentage. | Ben Johnson | 2014-05-15 | 1 | -2/+8 |
* | Merge branch 'master' of https://github.com/boltdb/bolt into fix-deletion | Ben Johnson | 2014-05-09 | 1 | -0/+3 |
|\ | |||||
| * | add asserts for detecting pgid high watermark overflow | Martin Kobetic | 2014-05-09 | 1 | -0/+4 |
* | | Fix deletion reclamation. | Ben Johnson | 2014-05-09 | 1 | -13/+36 |
|/ | |||||
* | Fix bucket free. | Ben Johnson | 2014-05-07 | 1 | -1/+11 |
* | Add inline bucket support. | Ben Johnson | 2014-05-05 | 1 | -2/+32 |
* | Refactor split/spill. | Ben Johnson | 2014-05-03 | 1 | -18/+123 |
* | Add nested buckets. | Ben Johnson | 2014-04-11 | 1 | -27/+23 |
* | Add performance counters. | Ben Johnson | 2014-04-02 | 1 | -0/+3 |
* | Add DB.Check(). | Ben Johnson | 2014-03-29 | 1 | -0/+10 |
* | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -1/+1 |
* | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 1 | -20/+20 |
* | Revert "Refactor Transaction/Bucket API." | Ben Johnson | 2014-02-22 | 1 | -1/+1 |
* | Refactor Transaction/Bucket API. | Ben Johnson | 2014-02-21 | 1 | -1/+1 |
* | Read-only transactional block. | Ben Johnson | 2014-02-16 | 1 | -1/+1 |
* | API Documentation. | Ben Johnson | 2014-02-13 | 1 | -6/+6 |
* | Mmap remap. | Ben Johnson | 2014-02-12 | 1 | -4/+20 |
* | Cursor iteration. | Ben Johnson | 2014-02-11 | 1 | -0/+4 |
* | Add freelist. | Ben Johnson | 2014-02-10 | 1 | -12/+8 |
* | Rebalance after deletion. | Ben Johnson | 2014-02-08 | 1 | -2/+161 |
* | Refactor node lookup. | Ben Johnson | 2014-02-07 | 1 | -1/+8 |
* | Fix multi-put transaction. | Ben Johnson | 2014-02-06 | 1 | -1/+1 |
* | Fix quick tests. | Ben Johnson | 2014-02-05 | 1 | -5/+7 |
* | Add RWTransaction.Delete(). | Ben Johnson | 2014-02-03 | 1 | -0/+14 |
* | Add RWTransaction.Put(). | Ben Johnson | 2014-02-01 | 1 | -0/+178 |
* | TODO | Ben Johnson | 2014-01-24 | 1 | -40/+0 |
* | TODO | Ben Johnson | 2014-01-24 | 1 | -0/+10 |
* | Intermediate commit. | Ben Johnson | 2014-01-21 | 1 | -0/+30 |
* | Refactoring to RWCursor, RWTxn, and branch/leaf nodes and pages. | Ben Johnson | 2014-01-17 | 1 | -91/+0 |
* | Initial db.open. | Ben Johnson | 2014-01-11 | 1 | -38/+38 |
* | Move all C code into repo. | Ben Johnson | 2014-01-09 | 1 | -0/+51 |
* | Basic types. | Ben Johnson | 2014-01-08 | 1 | -0/+40 |