| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add comment: db.dataref is readonly | funkygao | 2015-03-25 | 1 | -1/+1 |
| * | fix comment bug: minium db mmapSize is 1MB instead of 4MB | funkygao | 2015-03-25 | 1 | -1/+1 |
| * | Add transaction batching | Tommi Virtanen | 2015-02-18 | 1 | -0/+29 |
| * | Fix large mmap resize. | Ben Johnson | 2015-02-16 | 1 | -2/+2 |
| * | Persist sequence-only changes. | Ben Johnson | 2015-02-02 | 1 | -7/+2 |
| * | Expand assertion statements. | Ben Johnson | 2015-01-30 | 1 | -3/+5 |
| * | Fix max mmap check for 32-bit arch. | Ben Johnson | 2015-01-28 | 1 | -8/+14 |
| * | Fix mmap step & max size check. | Ben Johnson | 2015-01-28 | 1 | -9/+13 |
| * | Fix mmap resize calculation. | Ben Johnson | 2015-01-28 | 1 | -9/+12 |
| * | Removed redundant duplicate line of code | pmcgrath | 2015-01-22 | 1 | -1/+0 |
| * | Add check for max mmap size. | Ben Johnson | 2015-01-12 | 1 | -10/+15 |
| * | Fix bolt on OpenBSD. | Josh Rickmar | 2014-09-18 | 1 | -1/+11 |
| * | Move tests to a test package. | Ben Johnson | 2014-07-26 | 1 | -2/+2 |
| * | Change fill percent to be per-bucket. | Ben Johnson | 2014-07-24 | 1 | -15/+1 |
| * | Add DB.NoSync option for bulk loading. | Ben Johnson | 2014-07-15 | 1 | -0/+9 |
| * | Recover from panics appropriately. | Ben Johnson | 2014-07-11 | 1 | -0/+14 |
| * | Merge branch 'master' of https://github.com/boltdb/bolt into free-cache | Ben Johnson | 2014-07-10 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix Windows mmap sizing. | Ben Johnson | 2014-07-10 | 1 | -1/+1 |
| * | | Add freelist cache. | Ben Johnson | 2014-06-30 | 1 | -1/+1 |
| |/ | |||||
| * | Copy the free pages stats from the receiver | Martin Kobetic | 2014-06-27 | 1 | -0/+4 |
| * | Minor fix. | Ben Johnson | 2014-06-24 | 1 | -1/+1 |
| * | review tweaks | Martin Kobetic | 2014-06-24 | 1 | -3/+3 |
| * | drop the *s guard | Martin Kobetic | 2014-06-24 | 1 | -9/+1 |
| * | review tweaks | Martin Kobetic | 2014-06-24 | 1 | -1/+5 |
| * | add some guards for nil pointers | Martin Kobetic | 2014-06-24 | 1 | -2/+9 |
| * | copy receiver stats in Stats.Sub() | Martin Kobetic | 2014-06-24 | 1 | -1/+2 |
| * | Add DefaultOptions variable. | Ben Johnson | 2014-06-22 | 1 | -27/+8 |
| * | Add Open() options, flock timeout. | Ben Johnson | 2014-06-21 | 1 | -2/+21 |
| * | split the freelist page count stats to free and pending | Martin Kobetic | 2014-06-20 | 1 | -1/+2 |
| * | Fix merge-split regression. | Ben Johnson | 2014-06-18 | 1 | -0/+7 |
| * | fix up freelist stats naming and add FreeAlloc | Martin Kobetic | 2014-06-18 | 1 | -2/+3 |
| * | drop mergeStats and move freelist stats update to Tx | Martin Kobetic | 2014-06-17 | 1 | -11/+5 |
| * | add freelist stats to db stats | Martin Kobetic | 2014-06-17 | 1 | -6/+16 |
| * | Fix deadlock on remmap. | Ben Johnson | 2014-06-13 | 1 | -5/+9 |
| * | Add Windows support. | Ben Johnson | 2014-06-12 | 1 | -15/+9 |
| * | Add Windows support. | Ben Johnson | 2014-06-11 | 1 | -5/+9 |
| * | Add streaming check. | Ben Johnson | 2014-05-28 | 1 | -18/+0 |
| * | Remove DB.Check(). Allow read-only Tx.Check(). | Ben Johnson | 2014-05-27 | 1 | -8/+0 |
| * | Merge pull request #169 from benbjohnson/allocation | Ben Johnson | 2014-05-21 | 1 | -1/+16 |
| |\ | |||||
| | * | Fix freelist allocation direction. | Ben Johnson | 2014-05-19 | 1 | -1/+16 |
| * | | move Copy and CopyFile from DB to Tx | Martin Kobetic | 2014-05-21 | 1 | -60/+0 |
| |/ | |||||
| * | Change verbiage, fix node test. | Ben Johnson | 2014-05-15 | 1 | -2/+2 |
| * | Add option to adjust fill percentage. | Ben Johnson | 2014-05-15 | 1 | -1/+15 |
| * | Add strict mode. | Ben Johnson | 2014-05-14 | 1 | -63/+17 |
| * | add asserts for detecting pgid high watermark overflow | Martin Kobetic | 2014-05-09 | 1 | -0/+4 |
| * | Add inline bucket support. | Ben Johnson | 2014-05-05 | 1 | -1/+5 |
| * | Consolidate code for clarity. | Ben Johnson | 2014-05-05 | 1 | -0/+88 |
| * | wip | Steven Normore | 2014-04-16 | 1 | -2/+7 |
| * | build c/cursor and running tests | Steven Normore | 2014-04-16 | 1 | -0/+6 |
| * | Add nested buckets. | Ben Johnson | 2014-04-11 | 1 | -46/+61 |
