aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix Stats.Sub() for Stats.TxN.Ben Johnson2016-10-031-1/+1
|/
* Merge pull request #595 from namore/add_warning_foreach_keysBen Johnson2016-09-131-0/+4
|\
| * Update README.mdRoman Naumann2016-09-131-0/+4
|/
* Merge pull request #594 from anacrolix/patch-1Ben Johnson2016-09-121-0/+1
|\
| * Update README.mdMatt Joiner2016-09-021-0/+1
* | Merge pull request #591 from boltdb/readmeBen Johnson2016-09-081-5/+5
|\ \
| * | READMEBen Johnson2016-09-081-5/+5
|/ /
* | Merge pull request #561 from zhujun2006/masterBen Johnson2016-09-061-2/+2
|\ \
| * | task#560 print leaf k/v with right valuestone13420062016-05-181-2/+2
* | | Merge pull request #578 from resin-os/align-fixBen Johnson2016-09-067-1/+45
|\ \ \
| * | | bucket: correct broken unaligned load/store in armv5Lorenzo Stoakes2016-07-287-1/+45
* | | | Merge pull request #590 from benbjohnson/vincent-petithory-compact-dbBen Johnson2016-09-064-0/+443
|\ \ \ \
| * | | | Minor bolt compact revisionsBen Johnson2016-09-054-113/+196
| * | | | Merge branch 'compact-db' of https://github.com/vincent-petithory/bolt into v...Ben Johnson2016-09-012-0/+360
| |\ \ \ \
| | * | | | compact: allow splitting transactions for large datasetsVincent Petithory2015-11-191-18/+45
| | * | | | cli: add compact commandVincent Petithory2015-11-192-0/+333
* | | | | | Merge pull request #589 from nekto0n/masterBen Johnson2016-09-051-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Lower number of allocation in freelist.reindex()Nikita Vetoshkin2016-09-051-1/+1
|/ / / / /
* | | | | Merge pull request #577 from bouk/patch-1Ben Johnson2016-08-311-1/+1
|\ \ \ \ \
| * | | | | Fix typo (Tx -> DB)Bouke van der Bijl2016-07-221-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #584 from benbjohnson/go17Ben Johnson2016-08-183-6/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix Go 1.7 pointer reference bugBen Johnson2016-08-183-6/+23
|/ / / /
* | | | Merge pull request #579 from asdine/masterBen Johnson2016-07-301-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update description of project using BoltDBAsdine El Hrychy2016-07-301-1/+1
|/ / /
* | | Merge pull request #573 from evnix/patch-1Ben Johnson2016-07-191-0/+1
|\ \ \
| * | | added a BoltDB related projectAvinash D'Silva2016-07-171-0/+1
|/ / /
* | | Merge pull request #567 from pankajkhairnar/pankajkhairnar-new-projectBen Johnson2016-07-071-0/+1
|\ \ \
| * | | Added new project which is using BoldDBPankaj khairnar2016-06-121-0/+1
* | | | Merge pull request #570 from emersion/patch-1Ben Johnson2016-07-071-1/+1
|\ \ \ \
| * | | | Fixes build error in README codeemersion2016-06-171-1/+1
|/ / / /
* | | | Merge pull request #569 from ifraixedes/patch-1Ben Johnson2016-06-161-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove skydb of the READMEIvan Fraixedes2016-06-161-1/+0
|/ / /
* | | READMEBen Johnson2016-06-071-1/+1
* | | Merge pull request #565 from joe2far/patch-1Ben Johnson2016-06-071-1/+1
|\ \ \
| * | | Fixed typo in READMEJoe Farrell2016-06-031-1/+1
* | | | Merge pull request #563 from dankomiocevic/patch-1Ben Johnson2016-06-071-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add MuLiFS to the list of projects using Bolt.Danko Miocevic2016-05-261-0/+1
|/ / /
* | / v1.2.1Ben Johnson2016-05-160-0/+0
| |/ |/|
* | Merge pull request #556 from xyproto/masterBen Johnson2016-05-091-0/+2
|\ \
| * | Add SimpleBolt and AlgernonAlexander F Rødseth2016-05-041-0/+2
|/ /
* | Merge branch 'cyphar-548-fix-errors-with-unsynced-metadata'Ben Johnson2016-04-243-49/+98
|\ \
| * | add additional meta page testsBen Johnson2016-04-243-49/+71
| * | Merge branch '548-fix-errors-with-unsynced-metadata' of https://github.com/cy...Ben Johnson2016-04-241-11/+38
|/| |
| * | db: fix recovery from unsynced metadataAleksa Sarai2016-04-201-11/+38
* | | Merge branch 'LK4D4-pool_allocate'Ben Johnson2016-04-222-3/+36
|\ \ \ | |/ / |/| |
| * | move page pool to dbBen Johnson2016-04-222-13/+20
| * | Merge branch 'pool_allocate' of https://github.com/LK4D4/bolt into LK4D4-pool...Ben Johnson2016-04-222-4/+30
|/| |
| * | Use sync.Pool for small pages in db.allocateAlexander Morozov2016-01-282-4/+30
* | | Merge pull request #550 from ChrisHines/windows-remove-lockBen Johnson2016-04-071-3/+3
|\ \ \
| * | | Wait to clear db.path until just before db.close returns.Chris Hines2016-04-071-3/+3
|/ / /