aboutsummaryrefslogtreecommitdiff
path: root/freelist.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Write freelist after each commit.Ben Johnson2014-03-311-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 Johnson2014-03-211-0/+17
|
* Rename Transaction to Tx.Ben Johnson2014-03-081-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 Johnson2014-02-131-2/+2
|
* Add freelist.Ben Johnson2014-02-101-0/+94