Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Minor bolt compact revisions | Ben Johnson | 2016-09-05 | 4 | -113/+196 | |
| * | | | | Merge branch 'compact-db' of https://github.com/vincent-petithory/bolt into v... | Ben Johnson | 2016-09-01 | 2 | -0/+360 | |
| |\ \ \ \ | ||||||
| | * | | | | compact: allow splitting transactions for large datasets | Vincent Petithory | 2015-11-19 | 1 | -18/+45 | |
| | * | | | | cli: add compact command | Vincent Petithory | 2015-11-19 | 2 | -0/+333 | |
* | | | | | | Merge pull request #589 from nekto0n/master | Ben Johnson | 2016-09-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Lower number of allocation in freelist.reindex() | Nikita Vetoshkin | 2016-09-05 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #577 from bouk/patch-1 | Ben Johnson | 2016-08-31 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix typo (Tx -> DB) | Bouke van der Bijl | 2016-07-22 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #584 from benbjohnson/go17 | Ben Johnson | 2016-08-18 | 3 | -6/+23 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | fix Go 1.7 pointer reference bug | Ben Johnson | 2016-08-18 | 3 | -6/+23 | |
|/ / / / | ||||||
* | | | | Merge pull request #579 from asdine/master | Ben Johnson | 2016-07-30 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Update description of project using BoltDB | Asdine El Hrychy | 2016-07-30 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #573 from evnix/patch-1 | Ben Johnson | 2016-07-19 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | added a BoltDB related project | Avinash D'Silva | 2016-07-17 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge pull request #567 from pankajkhairnar/pankajkhairnar-new-project | Ben Johnson | 2016-07-07 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Added new project which is using BoldDB | Pankaj khairnar | 2016-06-12 | 1 | -0/+1 | |
* | | | | Merge pull request #570 from emersion/patch-1 | Ben Johnson | 2016-07-07 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fixes build error in README code | emersion | 2016-06-17 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #569 from ifraixedes/patch-1 | Ben Johnson | 2016-06-16 | 1 | -1/+0 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Remove skydb of the README | Ivan Fraixedes | 2016-06-16 | 1 | -1/+0 | |
|/ / / | ||||||
* | | | README | Ben Johnson | 2016-06-07 | 1 | -1/+1 | |
* | | | Merge pull request #565 from joe2far/patch-1 | Ben Johnson | 2016-06-07 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Fixed typo in README | Joe Farrell | 2016-06-03 | 1 | -1/+1 | |
* | | | | Merge pull request #563 from dankomiocevic/patch-1 | Ben Johnson | 2016-06-07 | 1 | -0/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add MuLiFS to the list of projects using Bolt. | Danko Miocevic | 2016-05-26 | 1 | -0/+1 | |
|/ / / | ||||||
* | / | v1.2.1 | Ben Johnson | 2016-05-16 | 0 | -0/+0 | |
| |/ |/| | ||||||
* | | Merge pull request #556 from xyproto/master | Ben Johnson | 2016-05-09 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | Add SimpleBolt and Algernon | Alexander F Rødseth | 2016-05-04 | 1 | -0/+2 | |
|/ / | ||||||
* | | Merge branch 'cyphar-548-fix-errors-with-unsynced-metadata' | Ben Johnson | 2016-04-24 | 3 | -49/+98 | |
|\ \ | ||||||
| * | | add additional meta page tests | Ben Johnson | 2016-04-24 | 3 | -49/+71 | |
| * | | Merge branch '548-fix-errors-with-unsynced-metadata' of https://github.com/cy... | Ben Johnson | 2016-04-24 | 1 | -11/+38 | |
|/| | | ||||||
| * | | db: fix recovery from unsynced metadata | Aleksa Sarai | 2016-04-20 | 1 | -11/+38 | |
* | | | Merge branch 'LK4D4-pool_allocate' | Ben Johnson | 2016-04-22 | 2 | -3/+36 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | move page pool to db | Ben Johnson | 2016-04-22 | 2 | -13/+20 | |
| * | | Merge branch 'pool_allocate' of https://github.com/LK4D4/bolt into LK4D4-pool... | Ben Johnson | 2016-04-22 | 2 | -4/+30 | |
|/| | | ||||||
| * | | Use sync.Pool for small pages in db.allocate | Alexander Morozov | 2016-01-28 | 2 | -4/+30 | |
* | | | Merge pull request #550 from ChrisHines/windows-remove-lock | Ben Johnson | 2016-04-07 | 1 | -3/+3 | |
|\ \ \ | ||||||
| * | | | Wait to clear db.path until just before db.close returns. | Chris Hines | 2016-04-07 | 1 | -3/+3 | |
|/ / / | ||||||
* | | | Merge pull request #546 from josephspurrier/master | Ben Johnson | 2016-03-25 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Update README.md | Joseph Spurrier | 2016-03-25 | 1 | -0/+1 | |
* | | | | Merge pull request #545 from benbjohnson/slice-capacity | Ben Johnson | 2016-03-25 | 2 | -2/+42 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | set slice capacity | Ben Johnson | 2016-03-25 | 2 | -2/+42 | |
|/ / / | ||||||
* | | | Merge pull request #542 from boltdb/remove-drone-badge | Ben Johnson | 2016-03-23 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | remove badge | Ben Johnson | 2016-03-23 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #540 from erock2112/patch-1 | Ben Johnson | 2016-03-22 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * | | | Add note about Go RFC3339Nano sortability to README | Eric Boren | 2016-03-22 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | Merge pull request #532 from asdine/project-list | Ben Johnson | 2016-03-22 | 1 | -2/+3 | |
|\ \ \ | ||||||
| * \ \ | Merge remote-tracking branch 'boltdb/master' into project-list | Asdine El Hrychy | 2016-03-22 | 8 | -64/+81 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | v1.2.0 | Ben Johnson | 2016-03-21 | 0 | -0/+0 | |
* | | | | Merge pull request #537 from crowdriff/master | Ben Johnson | 2016-03-21 | 1 | -0/+1 | |
|\ \ \ \ |