| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #267 from topiaruss/patch-1•••grammar & typo | Ben Johnson | 2014-12-04 | 1 | -2/+2 |
| |\ | |||||
| | * | grammar & typo | Russ Ferriday | 2014-12-04 | 1 | -2/+2 |
| |/ | |||||
| * | README | Ben Johnson | 2014-11-28 | 1 | -1/+1 |
| * | README•••Added a "Comparison" section to compare Bolt against other DB options: 1. Relational databases 2. LevelDB 3. LMDB | Ben Johnson | 2014-11-28 | 1 | -1/+44 |
| * | v1.0 | Ben Johnson | 2014-11-27 | 1 | -17/+8 |
| * | Clarify cursor behavior after mutation. | Ben Johnson | 2014-11-27 | 1 | -0/+4 |
| * | Merge pull request #265 from benbjohnson/arm•••Add ARM support. | Ben Johnson | 2014-11-27 | 1 | -0/+4 |
| |\ | |||||
| | * | Add ARM support. | Ben Johnson | 2014-11-27 | 1 | -0/+4 |
| |/ | |||||
| * | Merge pull request #264 from ebberg/patch-1•••fix link in readme | Ben Johnson | 2014-11-25 | 1 | -1/+1 |
| |\ | |||||
| | * | fix link in readme | Eric Berg | 2014-11-25 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #259 from davecgh/jrick_msync•••Fix bolt on OpenBSD | Ben Johnson | 2014-09-22 | 6 | -17/+51 |
| |\ | |||||
| | * | Fix bolt on OpenBSD.•••OpenBSD does not include a UBC kernel and writes must be synchronized with the msync(2) syscall. In addition, the NoSync field of the DB struct should be ignored on OpenBSD, since unlike other platforms, missing msyncs will result in data corruption. Depends on PR #258. Fixes #257. | Josh Rickmar | 2014-09-18 | 6 | -17/+51 |
| * | | Merge pull request #258 from davecgh/davec_build•••Rework build to support more liberal unix variants. | Ben Johnson | 2014-09-22 | 2 | -1/+3 |
| |\| | |||||
| | * | Rework build to support more liberal unix variants.•••Rather than having the build setup such that it will only work on the specifically defined operating systems, this commit modifies it to use more liberal !windows,!plan9 build tag for the unix specific bits. This means bolt will compile on more Operating Systems such as OpenBSD, FreeBSD, and NetBSD. See boltdb/bolt#257 for discussion. | Dave Collins | 2014-09-18 | 2 | -1/+3 |
| |/ | |||||
| * | Merge pull request #254 from benbjohnson/caveat-rss•••Add caveat for memory usage. | Ben Johnson | 2014-09-16 | 1 | -0/+7 |
| |\ | |||||
| | * | Add caveat for memory usage.•••This commit adds a caveat for high memory usage shown by processes with large Bolt databases. This is expected behavior and is handled by the OS page cache. | Ben Johnson | 2014-09-15 | 1 | -0/+7 |
| |/ | |||||
| * | Merge pull request #252 from extemporalgenome/patch-1•••Fixed typo in README.md | Ben Johnson | 2014-09-11 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixed typo in README.md | Kevin Gillette | 2014-09-11 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #250 from guilhem/tentacool•••Tentacool is using bolt too ;) | Ben Johnson | 2014-09-01 | 1 | -0/+1 |
| |\ | |||||
| | * | Tentacool is using bolt too ;) | Guilhem Lettron | 2014-09-01 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #249 from deoxxa/patch-1•••add bleve to project list | Ben Johnson | 2014-08-30 | 1 | -0/+1 |
| |\ | |||||
| | * | add bleve to project list | Conrad Pankoff | 2014-08-31 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #248 from miku/cayley•••Add cayley to projects using bolt list. | Ben Johnson | 2014-08-28 | 1 | -0/+1 |
| |\ | |||||
| | * | Add cayley to projects using bolt list. | Martin Czygan | 2014-08-28 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #245 from benbjohnson/caveat•••Add single-bucket/single-tx caveat. | Ben Johnson | 2014-08-24 | 1 | -0/+5 |
| |\ | |||||
| | * | Add single-bucket/single-tx caveat.•••This commit adds a caveat to the README to notify users that bulk loading random writes into a single new bucket can be problematic. This issue was reported by @freepk. Fixes #244. | Ben Johnson | 2014-08-24 | 1 | -0/+5 |
| |/ | |||||
| * | Merge pull request #243 from benbjohnson/deref-split-root•••Fix split root dereference. | Ben Johnson | 2014-08-21 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix split root dereference.•••This commit fixes a bug that occurs when a root node is split just after a re-mmap occurs. Previously, this would cause a panic because the new root node would still reference keys from the old mmap. | Ben Johnson | 2014-08-21 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #242 from clutchski/patch-1•••fix spelling mistake in README | Ben Johnson | 2014-08-20 | 1 | -1/+1 |
| |\ | |||||
| | * | fix spelling mistake in README | Matt Perpick | 2014-08-20 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #241 from AndreasBriese/master•••added ipLocator to projects using Bolt | Ben Johnson | 2014-08-18 | 1 | -0/+1 |
| |\ | |||||
| | * | added ipLocator to projects using Bolt | Andreas Briese | 2014-08-18 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #239 from benbjohnson/example•••Add cursor examples. | Ben Johnson | 2014-08-16 | 1 | -0/+79 |
| |\ | |||||
| | * | Add cursor examples. | Ben Johnson | 2014-08-16 | 1 | -0/+79 |
| |/ | |||||
| * | Merge pull request #236 from siddontang/master•••Add LedisDB to project list | Ben Johnson | 2014-08-03 | 1 | -0/+1 |
| |\ | |||||
| | * | Add LedisDB to project list | siddontang | 2014-08-04 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #235 from benbjohnson/caveats•••Caveats & Limitations | Ben Johnson | 2014-07-28 | 1 | -0/+29 |
| |\ | |||||
| | * | README | Ben Johnson | 2014-07-28 | 1 | -0/+29 |
| |/ | |||||
| * | README | Ben Johnson | 2014-07-27 | 1 | -4/+4 |
| * | Merge pull request #234 from benbjohnson/testing•••Testing cleanup | Ben Johnson | 2014-07-26 | 24 | -1811/+1894 |
| |\ | |||||
| | * | Fix go vet. | Ben Johnson | 2014-07-26 | 3 | -5/+5 |
| | * | Remove testify. | Ben Johnson | 2014-07-26 | 17 | -537/+664 |
| | * | Move tests to a test package. | Ben Johnson | 2014-07-26 | 10 | -348/+266 |
| | * | Remove wrapping test closures. | Ben Johnson | 2014-07-26 | 5 | -1436/+1471 |
| | * | Remove withTempPath() helper. | Ben Johnson | 2014-07-25 | 1 | -125/+128 |
| * | | Merge pull request #230 from benbjohnson/doc•••Documentation! | Ben Johnson | 2014-07-25 | 1 | -22/+369 |
| |\ \ | |/ |/| | |||||
| | * | README | Ben Johnson | 2014-07-25 | 1 | -22/+369 |
| |/ | |||||
| * | Merge pull request #229 from benbjohnson/bucket-fill-percent•••Change fill percent to be per-bucket. | Ben Johnson | 2014-07-24 | 5 | -21/+28 |
| |\ | |||||
| | * | Add FillPercent documentation. | Ben Johnson | 2014-07-24 | 1 | -0/+2 |
| | * | Change fill percent to be per-bucket.•••This commit moves the DB.FillPercent field to Bucket.FillPercent. This allows the fill percentage to be specified per-bucket, per-tx. This value is not persisted and should be set whenever using it. | Ben Johnson | 2014-07-24 | 5 | -21/+26 |
| |/ | |||||
