aboutsummaryrefslogtreecommitdiff
path: root/page.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move code to src/ and tests/EuAndreh2024-10-251-197/+0
* Clean up after #636Josh Bleecher Snyder2016-12-231-1/+1
* Don't allocate huge slices to merge pgids in freelist.writeJosh Bleecher Snyder2016-12-201-6/+25
* fix Go 1.7 pointer reference bugBen Johnson2016-08-181-0/+6
* set slice capacityBen Johnson2016-03-251-2/+2
* Merge sorted pgids rather than resorting everythingMartin Kobetic2015-06-161-0/+38
* fix `slice bounds out of range`/maxAllocSize bugssasha-s2015-04-161-3/+3
* Update max alloc size on 386 arch.Ben Johnson2015-02-271-1/+0
* Increase max array size to 2GB.Ben Johnson2015-02-261-1/+1
* Fix i686 build error.Ben Johnson2014-06-181-4/+4
* Increase max nodes per page.Ben Johnson2014-06-101-5/+4
* Fix freelist allocate().Ben Johnson2014-05-191-1/+1
* Fix freelist allocation direction.Ben Johnson2014-05-191-0/+6
* Add nested buckets.Ben Johnson2014-04-111-3/+4
* Add 'bolt pages'.Ben Johnson2014-03-211-0/+8
* Allow reads of unflushed nodes.Ben Johnson2014-03-011-6/+0
* API Documentation.Ben Johnson2014-02-131-10/+10
* Add freelist.Ben Johnson2014-02-101-5/+0
* Refactor node lookup.Ben Johnson2014-02-071-0/+6
* Rename sys ☞ buckets.Ben Johnson2014-02-051-3/+3
* Add RWTransaction.Put().Ben Johnson2014-02-011-12/+73
* Add RWTransaction.write().Ben Johnson2014-01-301-1/+8
* Fix leaf/branch deserialization.Ben Johnson2014-01-301-0/+10
* Add freelist page type.Ben Johnson2014-01-291-3/+9
* Refactor meta.copy() and page.init().Ben Johnson2014-01-291-23/+7
* Add tpage.read() test.Ben Johnson2014-01-281-1/+1
* lpageBen Johnson2014-01-271-2/+1
* Intermediate.Ben Johnson2014-01-271-12/+15
* Initialize transaction/rwtransaction.Ben Johnson2014-01-261-1/+0
* TODOBen Johnson2014-01-241-108/+14
* TODOBen Johnson2014-01-241-2/+1
* Intermediate commit.Ben Johnson2014-01-211-7/+6
* Refactoring to RWCursor, RWTxn, and branch/leaf nodes and pages.Ben Johnson2014-01-171-11/+61
* Add system buckets.Ben Johnson2014-01-141-1/+1
* Begin Transaction.Cursor().Ben Johnson2014-01-131-5/+7
* Finish open coverage.Ben Johnson2014-01-131-2/+2
* Initial db.open.Ben Johnson2014-01-111-21/+27
* DB.Open(), pages, and meta.Ben Johnson2014-01-101-18/+43
* Move all C code into repo.Ben Johnson2014-01-091-0/+26
* Basic types.Ben Johnson2014-01-081-0/+44