Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move code to src/ and tests/ | EuAndreh | 2024-10-25 | 1 | -197/+0 |
* | Clean up after #636 | Josh Bleecher Snyder | 2016-12-23 | 1 | -1/+1 |
* | Don't allocate huge slices to merge pgids in freelist.write | Josh Bleecher Snyder | 2016-12-20 | 1 | -6/+25 |
* | fix Go 1.7 pointer reference bug | Ben Johnson | 2016-08-18 | 1 | -0/+6 |
* | set slice capacity | Ben Johnson | 2016-03-25 | 1 | -2/+2 |
* | Merge sorted pgids rather than resorting everything | Martin Kobetic | 2015-06-16 | 1 | -0/+38 |
* | fix `slice bounds out of range`/maxAllocSize bugs | sasha-s | 2015-04-16 | 1 | -3/+3 |
* | Update max alloc size on 386 arch. | Ben Johnson | 2015-02-27 | 1 | -1/+0 |
* | Increase max array size to 2GB. | Ben Johnson | 2015-02-26 | 1 | -1/+1 |
* | Fix i686 build error. | Ben Johnson | 2014-06-18 | 1 | -4/+4 |
* | Increase max nodes per page. | Ben Johnson | 2014-06-10 | 1 | -5/+4 |
* | Fix freelist allocate(). | Ben Johnson | 2014-05-19 | 1 | -1/+1 |
* | Fix freelist allocation direction. | Ben Johnson | 2014-05-19 | 1 | -0/+6 |
* | Add nested buckets. | Ben Johnson | 2014-04-11 | 1 | -3/+4 |
* | Add 'bolt pages'. | Ben Johnson | 2014-03-21 | 1 | -0/+8 |
* | Allow reads of unflushed nodes. | Ben Johnson | 2014-03-01 | 1 | -6/+0 |
* | API Documentation. | Ben Johnson | 2014-02-13 | 1 | -10/+10 |
* | Add freelist. | Ben Johnson | 2014-02-10 | 1 | -5/+0 |
* | Refactor node lookup. | Ben Johnson | 2014-02-07 | 1 | -0/+6 |
* | Rename sys ☞ buckets. | Ben Johnson | 2014-02-05 | 1 | -3/+3 |
* | Add RWTransaction.Put(). | Ben Johnson | 2014-02-01 | 1 | -12/+73 |
* | Add RWTransaction.write(). | Ben Johnson | 2014-01-30 | 1 | -1/+8 |
* | Fix leaf/branch deserialization. | Ben Johnson | 2014-01-30 | 1 | -0/+10 |
* | Add freelist page type. | Ben Johnson | 2014-01-29 | 1 | -3/+9 |
* | Refactor meta.copy() and page.init(). | Ben Johnson | 2014-01-29 | 1 | -23/+7 |
* | Add tpage.read() test. | Ben Johnson | 2014-01-28 | 1 | -1/+1 |
* | lpage | Ben Johnson | 2014-01-27 | 1 | -2/+1 |
* | Intermediate. | Ben Johnson | 2014-01-27 | 1 | -12/+15 |
* | Initialize transaction/rwtransaction. | Ben Johnson | 2014-01-26 | 1 | -1/+0 |
* | TODO | Ben Johnson | 2014-01-24 | 1 | -108/+14 |
* | TODO | Ben Johnson | 2014-01-24 | 1 | -2/+1 |
* | Intermediate commit. | Ben Johnson | 2014-01-21 | 1 | -7/+6 |
* | Refactoring to RWCursor, RWTxn, and branch/leaf nodes and pages. | Ben Johnson | 2014-01-17 | 1 | -11/+61 |
* | Add system buckets. | Ben Johnson | 2014-01-14 | 1 | -1/+1 |
* | Begin Transaction.Cursor(). | Ben Johnson | 2014-01-13 | 1 | -5/+7 |
* | Finish open coverage. | Ben Johnson | 2014-01-13 | 1 | -2/+2 |
* | Initial db.open. | Ben Johnson | 2014-01-11 | 1 | -21/+27 |
* | DB.Open(), pages, and meta. | Ben Johnson | 2014-01-10 | 1 | -18/+43 |
* | Move all C code into repo. | Ben Johnson | 2014-01-09 | 1 | -0/+26 |
* | Basic types. | Ben Johnson | 2014-01-08 | 1 | -0/+44 |