aboutsummaryrefslogtreecommitdiff
path: root/freelist_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add nested buckets.•••This commit adds the ability to create buckets inside of other buckets. It also replaces the buckets page with a root bucket. Fixes #56. Ben Johnson2014-04-111-6/+6
* Rename Transaction to Tx.•••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. Ben Johnson2014-03-081-6/+6
* API Documentation.Ben Johnson2014-02-131-1/+1
* Add freelist.Ben Johnson2014-02-101-0/+95