Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -300/+0 |
* | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 1 | -25/+25 |
* | Ignore multiple transaction commit/rollback/close. | Ben Johnson | 2014-03-01 | 1 | -1/+8 |
* | Allow reads of unflushed nodes. | Ben Johnson | 2014-03-01 | 1 | -2/+2 |
* | Add bucket reclamation. | Ben Johnson | 2014-02-27 | 1 | -2/+6 |
* | Remove RWTransaction.Bucket(). | Ben Johnson | 2014-02-25 | 1 | -22/+1 |
* | Refactor Bucket. | Ben Johnson | 2014-02-23 | 1 | -67/+22 |
* | Revert "Refactor Transaction/Bucket API." | Ben Johnson | 2014-02-22 | 1 | -0/+355 |
* | Refactor Transaction/Bucket API. | Ben Johnson | 2014-02-21 | 1 | -355/+0 |
* | Cursor.Get is now Cursor.Seek, and returns the first possible key. | Tommi Virtanen | 2014-02-20 | 1 | -3/+3 |
* | Check for sequence overflow. | Ben Johnson | 2014-02-20 | 1 | -0/+6 |
* | Add CreateBucketIfNotExists(). | Ben Johnson | 2014-02-16 | 1 | -0/+10 |
* | Rename errors. | Ben Johnson | 2014-02-16 | 1 | -10/+10 |
* | Add parallel usage test and race detector. | Ben Johnson | 2014-02-15 | 1 | -3/+1 |
* | Add bucket sequence. | Ben Johnson | 2014-02-15 | 1 | -0/+14 |
* | API Documentation. | Ben Johnson | 2014-02-13 | 1 | -13/+30 |
* | Mmap remap. | Ben Johnson | 2014-02-12 | 1 | -12/+40 |
* | Add freelist. | Ben Johnson | 2014-02-10 | 1 | -21/+13 |
* | Rebalance after deletion. | Ben Johnson | 2014-02-08 | 1 | -3/+9 |
* | Refactor node lookup. | Ben Johnson | 2014-02-07 | 1 | -17/+16 |
* | Clean up. | Ben Johnson | 2014-02-06 | 1 | -9/+7 |
* | Fix multi-put transaction. | Ben Johnson | 2014-02-06 | 1 | -1/+1 |
* | Rename sys ☞ buckets. | Ben Johnson | 2014-02-05 | 1 | -15/+9 |
* | Fix quick tests. | Ben Johnson | 2014-02-05 | 1 | -1/+4 |
* | Add RWTransaction.Delete(). | Ben Johnson | 2014-02-03 | 1 | -5/+15 |
* | Add RWTransaction.Put(). | Ben Johnson | 2014-02-01 | 1 | -74/+79 |
* | Clean up API. | Ben Johnson | 2014-01-31 | 1 | -6/+4 |
* | Add RWTransaction.write(). | Ben Johnson | 2014-01-30 | 1 | -19/+148 |
* | gofmt | Ben Johnson | 2014-01-30 | 1 | -1/+1 |
* | Fix leaf/branch deserialization. | Ben Johnson | 2014-01-30 | 1 | -13/+40 |
* | Refactor leaf.write() / leaf.split(). | Ben Johnson | 2014-01-28 | 1 | -0/+1 |
* | Rename tpage to leaf. | Ben Johnson | 2014-01-28 | 1 | -58/+37 |
* | Add tpage.put() test. | Ben Johnson | 2014-01-28 | 1 | -9/+9 |
* | Rename lpage/lpnode to mpage/mnode. | Ben Johnson | 2014-01-27 | 1 | -10/+9 |
* | lpage | Ben Johnson | 2014-01-27 | 1 | -77/+23 |
* | Intermediate. | Ben Johnson | 2014-01-27 | 1 | -141/+87 |
* | Initialize transaction/rwtransaction. | Ben Johnson | 2014-01-26 | 1 | -2/+18 |
* | Remove RWCursor. | Ben Johnson | 2014-01-26 | 1 | -0/+99 |
* | TODO | Ben Johnson | 2014-01-24 | 1 | -2/+8 |
* | TODO | Ben Johnson | 2014-01-24 | 1 | -0/+122 |
* | Intermediate commit. | Ben Johnson | 2014-01-21 | 1 | -2/+0 |
* | Refactoring to RWCursor, RWTxn, and branch/leaf nodes and pages. | Ben Johnson | 2014-01-17 | 1 | -0/+9 |