aboutsummaryrefslogtreecommitdiff
path: root/transaction_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add benchmarks.Ben Johnson2014-03-041-0/+35
|
* Refactor Bucket.Ben Johnson2014-02-231-26/+10
|
* Revert "Refactor Transaction/Bucket API."Ben Johnson2014-02-221-298/+38
| | | | This reverts commit 1ad2b99f281d587b767b36f886401e81d17915a9.
* Refactor Transaction/Bucket API.Ben Johnson2014-02-211-38/+298
|
* Bidirectional cursors.Ben Johnson2014-02-201-0/+72
|
* Rename errors.Ben Johnson2014-02-161-1/+1
|
* Improve test coverage.Ben Johnson2014-02-151-1/+11
|
* API Documentation.Ben Johnson2014-02-131-5/+11
|
* Cursor iteration.Ben Johnson2014-02-111-0/+123
|
* Add freelist.Ben Johnson2014-02-101-1/+6
|
* Fix quick tests.Ben Johnson2014-02-051-0/+30
|
* Fix leaf/branch deserialization.Ben Johnson2014-01-301-15/+0
|
* Clean up test suite.Ben Johnson2014-01-281-15/+2
|
* lpageBen Johnson2014-01-271-18/+7
|
* Refactoring to RWCursor, RWTxn, and branch/leaf nodes and pages.Ben Johnson2014-01-171-10/+27
|
* Add system buckets.Ben Johnson2014-01-141-0/+22