aboutsummaryrefslogtreecommitdiff
path: root/cursor.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow reads of unflushed nodes.Ben Johnson2014-03-011-51/+134
| | | | | This commit allows cursors to read updated values from within the RWTransaction.
* Minor refactor.Ben Johnson2014-02-281-6/+2
|
* Revert "Refactor Transaction/Bucket API."Ben Johnson2014-02-221-1/+1
| | | | This reverts commit 1ad2b99f281d587b767b36f886401e81d17915a9.
* Refactor Transaction/Bucket API.Ben Johnson2014-02-211-1/+1
|
* Bidirectional cursors.Ben Johnson2014-02-201-1/+53
|
* Cursor.Get is now Cursor.Seek, and returns the first possible key.Tommi Virtanen2014-02-201-12/+8
| | | | | | This makes range and prefix queries possible. Closes: #44
* Fix Cursor godoc for First(), Next(), and Get().Ben Johnson2014-02-201-3/+3
|
* Improve test coverage.Ben Johnson2014-02-151-3/+1
|
* API Documentation.Ben Johnson2014-02-131-10/+16
|
* Cursor iteration.Ben Johnson2014-02-111-3/+50
|
* Add freelist.Ben Johnson2014-02-101-9/+1
|
* Rebalance after deletion.Ben Johnson2014-02-081-5/+5
|
* Refactor node lookup.Ben Johnson2014-02-071-18/+31
|
* Fix quick tests.Ben Johnson2014-02-051-1/+0
|
* Add RWTransaction.Put().Ben Johnson2014-02-011-24/+43
|
* gofmtBen Johnson2014-01-301-3/+3
|
* Fix leaf/branch deserialization.Ben Johnson2014-01-301-6/+39
|
* Refactor meta.copy() and page.init().Ben Johnson2014-01-291-1/+0
|
* lpageBen Johnson2014-01-271-2/+7
|
* Intermediate.Ben Johnson2014-01-271-8/+29
|
* Initialize transaction/rwtransaction.Ben Johnson2014-01-261-30/+10
|
* TODOBen Johnson2014-01-241-2646/+28
|
* TODOBen Johnson2014-01-241-11/+0
|
* Intermediate commit.Ben Johnson2014-01-211-36/+12
|
* Refactoring to RWCursor, RWTxn, and branch/leaf nodes and pages.Ben Johnson2014-01-171-1113/+264
|
* Add system buckets.Ben Johnson2014-01-141-42/+9
|
* Begin Transaction.Cursor().Ben Johnson2014-01-131-120/+101
|
* Initial db.open.Ben Johnson2014-01-111-2787/+2790
|
* DB.Open(), pages, and meta.Ben Johnson2014-01-101-0/+7
|
* Move all C code into repo.Ben Johnson2014-01-091-0/+3557
|
* Basic types.Ben Johnson2014-01-081-0/+44