Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 1 | -13/+0 |
| | | | | | I changed the Transaction/RWTransaction types to Tx/RWTx, respectively. This makes the naming more consistent with other packages such as database/sql. The txnid is changed to txid as well. | ||||
* | Revert "Refactor Transaction/Bucket API." | Ben Johnson | 2014-02-22 | 1 | -0/+13 |
| | | | | This reverts commit 1ad2b99f281d587b767b36f886401e81d17915a9. | ||||
* | Refactor Transaction/Bucket API. | Ben Johnson | 2014-02-21 | 1 | -13/+0 |
| | |||||
* | Add RWTransaction.Put(). | Ben Johnson | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | Add branch.split() | Ben Johnson | 2014-01-29 | 1 | -1/+0 |
| | |||||
* | Rename tpage to leaf. | Ben Johnson | 2014-01-28 | 1 | -0/+4 |
| | |||||
* | Initialize transaction/rwtransaction. | Ben Johnson | 2014-01-26 | 1 | -0/+10 |