| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #30 from benbjohnson/examples | Ben Johnson | 2014-02-14 | 4 | -13/+161 |
| |\ | |||||
| | * | Add examples. | Ben Johnson | 2014-02-14 | 4 | -13/+161 |
| |/ | |||||
| * | Add godoc badge. | Ben Johnson | 2014-02-13 | 1 | -1/+1 |
| * | Merge pull request #29 from benbjohnson/cleanup | Ben Johnson | 2014-02-13 | 19 | -109/+245 |
| |\ | |||||
| | * | API Documentation. | Ben Johnson | 2014-02-13 | 19 | -109/+245 |
| * | | Merge pull request #24 from benbjohnson/remap | Ben Johnson | 2014-02-13 | 8 | -28/+171 |
| |\| | |||||
| | * | Mmap remap. | Ben Johnson | 2014-02-12 | 8 | -28/+171 |
| |/ | |||||
| * | Merge branch 'master' of https://github.com/boltdb/bolt | Ben Johnson | 2014-02-11 | 2 | -158/+26 |
| |\ | |||||
| | * | Merge pull request #21 from benbjohnson/cursor | Ben Johnson | 2014-02-11 | 5 | -161/+182 |
| | |\ | |||||
| | | * | Cursor iteration. | Ben Johnson | 2014-02-11 | 5 | -161/+182 |
| | |/ | |||||
| * / | Cursor iteration. | Ben Johnson | 2014-02-11 | 4 | -3/+156 |
| |/ | |||||
| * | Merge pull request #20 from benbjohnson/freelist | Ben Johnson | 2014-02-10 | 19 | -100/+412 |
| |\ | |||||
| | * | Add freelist. | Ben Johnson | 2014-02-10 | 19 | -100/+412 |
| |/ | |||||
| * | Clean up. | Ben Johnson | 2014-02-09 | 2 | -25/+24 |
| * | Merge pull request #19 from benbjohnson/rebalance | Ben Johnson | 2014-02-09 | 5 | -12/+218 |
| |\ | |||||
| | * | Rebalance after deletion. | Ben Johnson | 2014-02-08 | 5 | -12/+218 |
| |/ | |||||
| * | Refactor node lookup. | Ben Johnson | 2014-02-07 | 6 | -37/+74 |
| * | Clean up. | Ben Johnson | 2014-02-06 | 4 | -15/+14 |
| * | Merge pull request #18 from benbjohnson/master | Ben Johnson | 2014-02-06 | 4 | -48/+85 |
| |\ | |||||
| | * | Fix multi-put transaction. | Ben Johnson | 2014-02-06 | 4 | -48/+85 |
| |/ | |||||
| * | Merge pull request #8 from benbjohnson/master | Ben Johnson | 2014-02-05 | 9 | -135/+136 |
| |\ | |||||
| | * | Rename sys ☞ buckets. | Ben Johnson | 2014-02-05 | 9 | -135/+136 |
| |/ | |||||
| * | Merge pull request #7 from benbjohnson/delete | Ben Johnson | 2014-02-05 | 9 | -82/+143 |
| |\ | |||||
| | * | Fix quick tests. | Ben Johnson | 2014-02-05 | 9 | -79/+102 |
| | * | Add RWTransaction.Delete(). | Ben Johnson | 2014-02-03 | 3 | -5/+43 |
| * | | Add pre-alpha badge. | Ben Johnson | 2014-02-04 | 1 | -1/+1 |
| * | | Merge pull request #6 from boltdb/readme | Ben Johnson | 2014-02-04 | 1 | -1/+26 |
| |\ \ | |/ |/| | |||||
| | * | README | Ben Johnson | 2014-02-04 | 1 | -1/+26 |
| |/ | |||||
| * | Merge pull request #5 from benbjohnson/put | Ben Johnson | 2014-02-01 | 22 | -733/+732 |
| |\ | |||||
| | * | Add RWTransaction.Put(). | Ben Johnson | 2014-02-01 | 22 | -733/+732 |
| |/ | |||||
| * | Merge pull request #4 from benbjohnson/api | Ben Johnson | 2014-01-31 | 10 | -58/+126 |
| |\ | |||||
| | * | Clean up API. | Ben Johnson | 2014-01-31 | 10 | -58/+126 |
| |/ | |||||
| * | Merge pull request #3 from benbjohnson/spill | Ben Johnson | 2014-01-30 | 11 | -74/+386 |
| |\ | |||||
| | * | Add RWTransaction.write(). | Ben Johnson | 2014-01-30 | 11 | -74/+386 |
| |/ | |||||
| * | Merge pull request #2 from benbjohnson/master | Ben Johnson | 2014-01-30 | 7 | -26/+24 |
| |\ | |||||
| | * | gofmt | Ben Johnson | 2014-01-30 | 7 | -26/+24 |
| * | | Badges. | Ben Johnson | 2014-01-30 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1 from benbjohnson/master | Ben Johnson | 2014-01-30 | 2 | -0/+30 |
| |\ | |||||
| | * | Fix Linux build. | Ben Johnson | 2014-01-30 | 2 | -0/+30 |
| |/ | |||||
| * | README | Ben Johnson | 2014-01-30 | 1 | -1/+12 |
| * | Fix leaf/branch deserialization. | Ben Johnson | 2014-01-30 | 10 | -53/+156 |
| * | Add freelist page type. | Ben Johnson | 2014-01-29 | 4 | -12/+27 |
| * | Refactor meta.copy() and page.init(). | Ben Johnson | 2014-01-29 | 5 | -38/+43 |
| * | Add branch.split() | Ben Johnson | 2014-01-29 | 6 | -26/+202 |
| * | Add branch.put(). | Ben Johnson | 2014-01-28 | 2 | -16/+62 |
| * | Refactor leaf.write() / leaf.split(). | Ben Johnson | 2014-01-28 | 4 | -104/+133 |
| * | Rename tpage to leaf. | Ben Johnson | 2014-01-28 | 8 | -345/+318 |
| * | Add full test coverage to tpage. | Ben Johnson | 2014-01-28 | 2 | -6/+67 |
| * | gofmt | Ben Johnson | 2014-01-28 | 3 | -4/+4 |
| * | Add tpage.write() test. | Ben Johnson | 2014-01-28 | 2 | -5/+30 |
