| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Write freelist after each commit. | Ben Johnson | 2014-03-31 | 1 | -0/+5 |
| | | | | | | Well, this is embarassing. Somehow the freelist was never getting written after each commit. This commit fixes that and fixes a small reporting issue with "bolt pages". | ||||
| * | Add 'bolt pages'. | Ben Johnson | 2014-03-21 | 1 | -0/+17 |
| | | |||||
| * | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 1 | -6/+6 |
| | | | | | | 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. | ||||
| * | API Documentation. | Ben Johnson | 2014-02-13 | 1 | -2/+2 |
| | | |||||
| * | Add freelist. | Ben Johnson | 2014-02-10 | 1 | -0/+94 |
