| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add docs for dependent transactions. | Ben Johnson | 2015-05-21 | 1 | -0/+5 |
| * | Wait for pending tx on close. | Ben Johnson | 2015-05-20 | 1 | -0/+7 |
| * | Merge branch 'ro' | Ben Johnson | 2015-05-18 | 1 | -8/+37 |
| |\ | |||||
| | * | Add test case inline documentation. | Ben Johnson | 2015-05-18 | 1 | -2/+6 |
| | * | make ignoring Truncate() explicit | sasha-s | 2015-05-18 | 1 | -7/+0 |
| | * | use a shared lock in read-only mode | sasha-s | 2015-05-18 | 1 | -15/+18 |
| | * | open read-only databases in read-only mode | sasha-s | 2015-05-14 | 1 | -12/+41 |
| * | | Change min mmap size from 1MB to 32KB. | Ben Johnson | 2015-05-18 | 1 | -2/+2 |
| |/ | |||||
| * | Add DB.Sync(). | Ben Johnson | 2015-05-08 | 1 | -0/+6 |
| * | Add DB.NoGrowSync flag. | Ben Johnson | 2015-05-06 | 1 | -1/+14 |
| * | 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 |
