aboutsummaryrefslogtreecommitdiff
path: root/meta.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Consolidate code for clarity.Ben Johnson2014-05-051-69/+0
* Add nested buckets.Ben Johnson2014-04-111-1/+1
* Add meta page checksums.Ben Johnson2014-04-021-8/+20
* Error refactoring.Ben Johnson2014-03-241-0/+13
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-1/+1
* Rename Transaction to Tx.Ben Johnson2014-03-081-3/+3
* 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