aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #7 from benbjohnson/deleteBen Johnson2014-02-059-82/+143
|\
| * Fix quick tests.Ben Johnson2014-02-059-79/+102
| * Add RWTransaction.Delete().Ben Johnson2014-02-033-5/+43
* | Add pre-alpha badge.Ben Johnson2014-02-041-1/+1
* | Merge pull request #6 from boltdb/readmeBen Johnson2014-02-041-1/+26
|\ \ | |/ |/|
| * READMEBen Johnson2014-02-041-1/+26
|/
* Merge pull request #5 from benbjohnson/putBen Johnson2014-02-0122-733/+732
|\
| * Add RWTransaction.Put().Ben Johnson2014-02-0122-733/+732
|/
* Merge pull request #4 from benbjohnson/apiBen Johnson2014-01-3110-58/+126
|\
| * Clean up API.Ben Johnson2014-01-3110-58/+126
|/
* Merge pull request #3 from benbjohnson/spillBen Johnson2014-01-3011-74/+386
|\
| * Add RWTransaction.write().Ben Johnson2014-01-3011-74/+386
|/
* Merge pull request #2 from benbjohnson/masterBen Johnson2014-01-307-26/+24
|\
| * gofmtBen Johnson2014-01-307-26/+24
* | Badges.Ben Johnson2014-01-301-1/+1
|/
* Merge pull request #1 from benbjohnson/masterBen Johnson2014-01-302-0/+30
|\
| * Fix Linux build.Ben Johnson2014-01-302-0/+30
|/
* READMEBen Johnson2014-01-301-1/+12
* Fix leaf/branch deserialization.Ben Johnson2014-01-3010-53/+156
* Add freelist page type.Ben Johnson2014-01-294-12/+27
* Refactor meta.copy() and page.init().Ben Johnson2014-01-295-38/+43
* Add branch.split()Ben Johnson2014-01-296-26/+202
* Add branch.put().Ben Johnson2014-01-282-16/+62
* Refactor leaf.write() / leaf.split().Ben Johnson2014-01-284-104/+133
* Rename tpage to leaf.Ben Johnson2014-01-288-345/+318
* Add full test coverage to tpage.Ben Johnson2014-01-282-6/+67
* gofmtBen Johnson2014-01-283-4/+4
* Add tpage.write() test.Ben Johnson2014-01-282-5/+30
* Add tpage.read() test.Ben Johnson2014-01-284-8/+36
* Add tpage.put() test.Ben Johnson2014-01-286-29/+64
* Clean up test suite.Ben Johnson2014-01-283-103/+37
* Rename lpage/lpnode to mpage/mnode.Ben Johnson2014-01-273-28/+33
* lpageBen Johnson2014-01-2711-163/+190
* Intermediate.Ben Johnson2014-01-2712-324/+243
* Initialize transaction/rwtransaction.Ben Johnson2014-01-268-102/+90
* Remove RWCursor.Ben Johnson2014-01-263-133/+124
* TODOBen Johnson2014-01-2422-3690/+215
* TODOBen Johnson2014-01-248-2193/+533
* Update README.mdBen Johnson2014-01-211-0/+6
* Update README.mdBen Johnson2014-01-211-0/+8
* Update README.mdBen Johnson2014-01-211-0/+21
* Update README.mdBen Johnson2014-01-211-31/+43
* Update README.mdBen Johnson2014-01-211-13/+27
* Update README.mdBen Johnson2014-01-211-2/+34
* Update README.mdBen Johnson2014-01-211-4/+60
* Intermediate commit.Ben Johnson2014-01-219-529/+475
* Refactoring to RWCursor, RWTxn, and branch/leaf nodes and pages.Ben Johnson2014-01-1710-1202/+1047
* Add system buckets.Ben Johnson2014-01-147-208/+166
* Begin Transaction.Cursor().Ben Johnson2014-01-136-316/+355
* Finish open coverage.Ben Johnson2014-01-137-23/+189