aboutsummaryrefslogtreecommitdiff
path: root/node.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move code to src/ and tests/EuAndreh2024-10-251-604/+0
* fix Go 1.7 pointer reference bugBen Johnson2016-08-181-0/+5
* fix rebalance bugBen Johnson2016-03-211-37/+0
* Add inline documentation for bdc109b.Ben Johnson2015-05-181-7/+10
* fix `slice bounds out of range`/maxAllocSize bugssasha-s2015-04-161-3/+9
* Expand assertion statements.Ben Johnson2015-01-301-6/+17
* Move tests to a test package.Ben Johnson2014-07-261-2/+2
* Change fill percent to be per-bucket.Ben Johnson2014-07-241-1/+1
* Fix root split on very large append.Ben Johnson2014-07-231-14/+7
* Fix double spill.Ben Johnson2014-07-231-1/+5
* Optimize large append.Ben Johnson2014-07-221-8/+21
* Fix merge-split regression.Ben Johnson2014-06-181-17/+32
* Fix double free in merge-left rebalance.Ben Johnson2014-06-061-1/+0
* Fix merge-split spill issues.Ben Johnson2014-06-031-10/+24
* Allow split nodes to be merged with the next node.Ben Johnson2014-06-021-36/+51
* Add circular dependency integrity check.Ben Johnson2014-05-281-0/+1
* Add option to adjust fill percentage.Ben Johnson2014-05-151-2/+8
* Merge branch 'master' of https://github.com/boltdb/bolt into fix-deletionBen Johnson2014-05-091-0/+3
|\
| * add asserts for detecting pgid high watermark overflowMartin Kobetic2014-05-091-0/+4
* | Fix deletion reclamation.Ben Johnson2014-05-091-13/+36
|/
* Fix bucket free.Ben Johnson2014-05-071-1/+11
* Add inline bucket support.Ben Johnson2014-05-051-2/+32
* Refactor split/spill.Ben Johnson2014-05-031-18/+123
* Add nested buckets.Ben Johnson2014-04-111-27/+23
* Add performance counters.Ben Johnson2014-04-021-0/+3
* Add DB.Check().Ben Johnson2014-03-291-0/+10
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-1/+1
* Rename Transaction to Tx.Ben Johnson2014-03-081-20/+20
* Revert "Refactor Transaction/Bucket API."Ben Johnson2014-02-221-1/+1
* Refactor Transaction/Bucket API.Ben Johnson2014-02-211-1/+1
* Read-only transactional block.Ben Johnson2014-02-161-1/+1
* API Documentation.Ben Johnson2014-02-131-6/+6
* Mmap remap.Ben Johnson2014-02-121-4/+20
* Cursor iteration.Ben Johnson2014-02-111-0/+4
* Add freelist.Ben Johnson2014-02-101-12/+8
* Rebalance after deletion.Ben Johnson2014-02-081-2/+161
* Refactor node lookup.Ben Johnson2014-02-071-1/+8
* Fix multi-put transaction.Ben Johnson2014-02-061-1/+1
* Fix quick tests.Ben Johnson2014-02-051-5/+7
* Add RWTransaction.Delete().Ben Johnson2014-02-031-0/+14
* Add RWTransaction.Put().Ben Johnson2014-02-011-0/+178
* TODOBen Johnson2014-01-241-40/+0
* TODOBen Johnson2014-01-241-0/+10
* Intermediate commit.Ben Johnson2014-01-211-0/+30
* Refactoring to RWCursor, RWTxn, and branch/leaf nodes and pages.Ben Johnson2014-01-171-91/+0
* Initial db.open.Ben Johnson2014-01-111-38/+38
* Move all C code into repo.Ben Johnson2014-01-091-0/+51
* Basic types.Ben Johnson2014-01-081-0/+40