aboutsummaryrefslogtreecommitdiff
path: root/meta.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Error refactoring.Ben Johnson2014-03-241-0/+13
| | | | Fixed up a few error issues and refactored out the Error type.
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-1/+1
|
* Rename Transaction to Tx.Ben Johnson2014-03-081-3/+3
| | | | | 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.
* Rename errors.Ben Johnson2014-02-161-2/+2
|
* API Documentation.Ben Johnson2014-02-131-1/+1
|
* Add freelist.Ben Johnson2014-02-101-3/+3
|
* Rename sys ☞ buckets.Ben Johnson2014-02-051-2/+2
|
* Fix quick tests.Ben Johnson2014-02-051-1/+1
|
* Add RWTransaction.Put().Ben Johnson2014-02-011-2/+3
|
* Clean up API.Ben Johnson2014-01-311-7/+1
|
* Add RWTransaction.write().Ben Johnson2014-01-301-1/+13
|
* Fix leaf/branch deserialization.Ben Johnson2014-01-301-2/+2
|
* Add freelist page type.Ben Johnson2014-01-291-0/+1
|
* Refactor meta.copy() and page.init().Ben Johnson2014-01-291-2/+9
|
* Intermediate.Ben Johnson2014-01-271-1/+3
|
* Initialize transaction/rwtransaction.Ben Johnson2014-01-261-1/+1
|
* TODOBen Johnson2014-01-241-42/+6
|
* Add system buckets.Ben Johnson2014-01-141-2/+2
|
* Initial db.open.Ben Johnson2014-01-111-16/+13
|
* DB.Open(), pages, and meta.Ben Johnson2014-01-101-9/+43
|
* Basic types.Ben Johnson2014-01-081-0/+32