Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
* | Rename internal local Tx variables. | Ben Johnson | 2014-04-04 | 1 | -4/+4 | |
* | Add meta page checksums. | Ben Johnson | 2014-04-02 | 1 | -1/+1 | |
* | Add performance counters. | Ben Johnson | 2014-04-02 | 1 | -44/+23 | |
* | Add advisory file locking. | Ben Johnson | 2014-04-02 | 1 | -0/+12 | |
* | Consolidate file and metafile descriptors. | Ben Johnson | 2014-04-02 | 1 | -17/+6 | |
* | Remove DB.Open() and only allow bolt.Open(). | Ben Johnson | 2014-03-31 | 1 | -25/+15 | |
* | Write freelist after each commit. | Ben Johnson | 2014-03-31 | 1 | -2/+10 | |
* | Add DB.Check(). | Ben Johnson | 2014-03-29 | 1 | -0/+57 | |
* | Fix DB.Copy() meta lock and partial write checks. | Ben Johnson | 2014-03-26 | 1 | -1/+12 | |
* | Make DB/Tx API more consistent. | Ben Johnson | 2014-03-24 | 1 | -18/+26 | |
* | Error refactoring. | Ben Johnson | 2014-03-24 | 1 | -7/+18 | |
* | Re-add tests for write failures | Tommi Virtanen | 2014-03-24 | 1 | -1/+14 | |
* | Resolve remaining errcheck warnings. | Ben Johnson | 2014-03-24 | 1 | -10/+23 | |
* | Check errors from file close in DB.CopyFile | Tommi Virtanen | 2014-03-23 | 1 | -1/+5 | |
* | Mark Do()/With() transaction as managed. | Ben Johnson | 2014-03-23 | 1 | -4/+19 | |
* | Fix db.munmap() to return an error. | Ben Johnson | 2014-03-21 | 1 | -26/+36 | |
* | Remove ease-of-use functions from the DB type. | Ben Johnson | 2014-03-21 | 1 | -129/+0 |