Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move code to src/ and tests/ | EuAndreh | 2024-10-25 | 1 | -400/+0 |
* | skip empty pages during cursor seek | Luke Champine | 2015-11-05 | 1 | -19/+35 |
* | Document key/value safety. | Ben Johnson | 2015-03-24 | 1 | -0/+7 |
* | Expand assertion statements. | Ben Johnson | 2015-01-30 | 1 | -2/+3 |
* | Clarify cursor behavior after mutation. | Ben Johnson | 2014-11-27 | 1 | -0/+4 |
* | add Cursor.Delete() | Martin Kobetic | 2014-06-11 | 1 | -0/+19 |
* | Refactor Cursor.Next() to use Cursor.next(). | Ben Johnson | 2014-06-09 | 1 | -23/+1 |
* | Fix last element seek. | Ben Johnson | 2014-06-09 | 1 | -7/+42 |
* | Fix freelist allocation direction. | Ben Johnson | 2014-05-19 | 1 | -1/+1 |
* | Fix bucket free. | Ben Johnson | 2014-05-07 | 1 | -1/+1 |
* | Document cursors seeing nested buckets | Tommi Virtanen | 2014-05-04 | 1 | -0/+1 |
* | Cursor.Seek validity is indicated by key being nil | Tommi Virtanen | 2014-05-04 | 1 | -1/+1 |
* | Refactor split/spill. | Ben Johnson | 2014-05-03 | 1 | -1/+1 |
* | Add Cursor.Bucket() function. | Ben Johnson | 2014-04-16 | 1 | -0/+5 |
* | Add nested buckets. | Ben Johnson | 2014-04-11 | 1 | -25/+55 |
* | Rename internal local Tx variables. | Ben Johnson | 2014-04-04 | 1 | -2/+2 |
* | Add ErrTxClosed error. | Ben Johnson | 2014-03-23 | 1 | -0/+8 |
* | Fix Cursor.Last() on empty buckets. | Ben Johnson | 2014-03-13 | 1 | -1/+1 |
* | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -1/+1 |
* | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 1 | -10/+10 |
* | Allow reads of unflushed nodes. | Ben Johnson | 2014-03-01 | 1 | -51/+134 |
* | Minor refactor. | Ben Johnson | 2014-02-28 | 1 | -6/+2 |
* | 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 |
* | Bidirectional cursors. | Ben Johnson | 2014-02-20 | 1 | -1/+53 |
* | Cursor.Get is now Cursor.Seek, and returns the first possible key. | Tommi Virtanen | 2014-02-20 | 1 | -12/+8 |
* | Fix Cursor godoc for First(), Next(), and Get(). | Ben Johnson | 2014-02-20 | 1 | -3/+3 |
* | Improve test coverage. | Ben Johnson | 2014-02-15 | 1 | -3/+1 |
* | API Documentation. | Ben Johnson | 2014-02-13 | 1 | -10/+16 |
* | Cursor iteration. | Ben Johnson | 2014-02-11 | 1 | -3/+50 |
* | Add freelist. | Ben Johnson | 2014-02-10 | 1 | -9/+1 |
* | Rebalance after deletion. | Ben Johnson | 2014-02-08 | 1 | -5/+5 |
* | Refactor node lookup. | Ben Johnson | 2014-02-07 | 1 | -18/+31 |
* | Fix quick tests. | Ben Johnson | 2014-02-05 | 1 | -1/+0 |
* | Add RWTransaction.Put(). | Ben Johnson | 2014-02-01 | 1 | -24/+43 |
* | gofmt | Ben Johnson | 2014-01-30 | 1 | -3/+3 |
* | Fix leaf/branch deserialization. | Ben Johnson | 2014-01-30 | 1 | -6/+39 |
* | Refactor meta.copy() and page.init(). | Ben Johnson | 2014-01-29 | 1 | -1/+0 |
* | lpage | Ben Johnson | 2014-01-27 | 1 | -2/+7 |
* | Intermediate. | Ben Johnson | 2014-01-27 | 1 | -8/+29 |
* | Initialize transaction/rwtransaction. | Ben Johnson | 2014-01-26 | 1 | -30/+10 |
* | TODO | Ben Johnson | 2014-01-24 | 1 | -2646/+28 |
* | TODO | Ben Johnson | 2014-01-24 | 1 | -11/+0 |
* | Intermediate commit. | Ben Johnson | 2014-01-21 | 1 | -36/+12 |
* | Refactoring to RWCursor, RWTxn, and branch/leaf nodes and pages. | Ben Johnson | 2014-01-17 | 1 | -1113/+264 |
* | Add system buckets. | Ben Johnson | 2014-01-14 | 1 | -42/+9 |
* | Begin Transaction.Cursor(). | Ben Johnson | 2014-01-13 | 1 | -120/+101 |
* | Initial db.open. | Ben Johnson | 2014-01-11 | 1 | -2880/+2883 |
* | DB.Open(), pages, and meta. | Ben Johnson | 2014-01-10 | 1 | -0/+7 |
* | Move all C code into repo. | Ben Johnson | 2014-01-09 | 1 | -0/+3557 |