| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add transaction batching | Tommi Virtanen | 2015-02-18 | 1 | -0/+28 |
| * | Fix large mmap resize. | Ben Johnson | 2015-02-16 | 1 | -0/+61 |
| * | Persist sequence-only changes. | Ben Johnson | 2015-02-02 | 1 | -0/+3 |
| * | Add additional error checks in test suite. | Ben Johnson | 2015-01-28 | 1 | -6/+13 |
| * | Fix mmap resize calculation. | Ben Johnson | 2015-01-28 | 1 | -0/+41 |
| * | Remove testify. | Ben Johnson | 2014-07-26 | 1 | -144/+149 |
| * | Move tests to a test package. | Ben Johnson | 2014-07-26 | 1 | -142/+64 |
| * | Remove wrapping test closures. | Ben Johnson | 2014-07-26 | 1 | -165/+178 |
| * | Remove withTempPath() helper. | Ben Johnson | 2014-07-25 | 1 | -125/+128 |
| * | Fix root split on very large append. | Ben Johnson | 2014-07-23 | 1 | -8/+29 |
| * | Remove unreachable test code. | Ben Johnson | 2014-07-11 | 1 | -2/+0 |
| * | Recover from panics appropriately. | Ben Johnson | 2014-07-11 | 1 | -0/+60 |
| * | Merge branch 'master' of https://github.com/boltdb/bolt into free-cache | Ben Johnson | 2014-07-10 | 1 | -2/+3 |
| |\ | |||||
| | * | Fix test for path errors. | Ben Johnson | 2014-07-10 | 1 | -1/+1 |
| | * | Fix Windows mmap sizing. | Ben Johnson | 2014-07-10 | 1 | -1/+2 |
| * | | 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 |
| * | Add Open() options, flock timeout. | Ben Johnson | 2014-06-21 | 1 | -29/+61 |
| * | 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 | -1/+1 |
| * | fix up freelist stats naming and add FreeAlloc | Martin Kobetic | 2014-06-18 | 1 | -1/+1 |
| * | add freelist stats to db stats | Martin Kobetic | 2014-06-17 | 1 | -1/+2 |
| * | Fix merge-split spill issues. | Ben Johnson | 2014-06-03 | 1 | -0/+34 |
| * | Add freelist assertion on every free(). | Ben Johnson | 2014-05-29 | 1 | -0/+46 |
| * | Add streaming check. | Ben Johnson | 2014-05-28 | 1 | -11/+4 |
| * | Remove DB.Check(). Allow read-only Tx.Check(). | Ben Johnson | 2014-05-27 | 1 | -3/+6 |
| * | Merge pull request #169 from benbjohnson/allocation | Ben Johnson | 2014-05-21 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix freelist allocate(). | Ben Johnson | 2014-05-19 | 1 | -2/+2 |
| * | | move Copy and CopyFile from DB to Tx | Martin Kobetic | 2014-05-21 | 1 | -59/+2 |
| |/ | |||||
| * | Add inline bucket support. | Ben Johnson | 2014-05-05 | 1 | -8/+2 |
| * | Consolidate code for clarity. | Ben Johnson | 2014-05-05 | 1 | -0/+12 |
| * | Printf's %s and %q do the right thing with []byte; removed string conversion. | Kevin Gillette | 2014-04-25 | 1 | -4/+4 |
| * | Add 'bolt bench'. | Ben Johnson | 2014-04-18 | 1 | -36/+0 |
| * | Return bucket from CreateBucket() functions. | Ben Johnson | 2014-04-15 | 1 | -9/+16 |
| * | Add nested buckets. | Ben Johnson | 2014-04-11 | 1 | -54/+220 |
| * | Add meta page checksums. | Ben Johnson | 2014-04-02 | 1 | -1/+34 |
| * | Add performance counters. | Ben Johnson | 2014-04-02 | 1 | -49/+30 |
| * | Remove DB.Open() and only allow bolt.Open(). | Ben Johnson | 2014-03-31 | 1 | -71/+55 |
| * | Write freelist after each commit. | Ben Johnson | 2014-03-31 | 1 | -6/+21 |
| * | Add DB.Check(). | Ben Johnson | 2014-03-29 | 1 | -1/+22 |
| * | Fix bucket reclamation. | Ben Johnson | 2014-03-25 | 1 | -5/+47 |
| * | Make DB/Tx API more consistent. | Ben Johnson | 2014-03-24 | 1 | -21/+21 |
| * | Error refactoring. | Ben Johnson | 2014-03-24 | 1 | -13/+14 |
| * | Re-add tests for write failures | Tommi Virtanen | 2014-03-24 | 1 | -0/+62 |
| * | Mark Do()/With() transaction as managed. | Ben Johnson | 2014-03-23 | 1 | -0/+17 |
| * | Fix db.munmap() to return an error. | Ben Johnson | 2014-03-21 | 1 | -114/+0 |
| * | Remove ease-of-use functions from the DB type. | Ben Johnson | 2014-03-21 | 1 | -76/+35 |
| * | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -13/+33 |
| * | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 1 | -11/+11 |
| * | Add benchmarks. | Ben Johnson | 2014-03-04 | 1 | -0/+25 |
