| Commit message (Expand) | Author | Age | Files | Lines |
* | Protect the rtree/extent interactions with a mutex pool. | David Goldblatt | 2017-05-19 | 1 | -90/+3 |
|
|
* | Add init function support to tsd members. | Qi Wang | 2017-04-04 | 1 | -6/+10 |
|
|
* | Embed root node into rtree_t. | Jason Evans | 2017-03-23 | 1 | -64/+55 |
|
|
* | Incorporate szind/slab into rtree leaves. | Jason Evans | 2017-03-23 | 1 | -34/+60 |
|
|
* | Split rtree_elm_t into rtree_{node,leaf}_elm_t. | Jason Evans | 2017-03-23 | 1 | -22/+53 |
|
|
* | Remove rtree support for 0 (NULL) keys. | Jason Evans | 2017-02-09 | 1 | -5/+7 |
|
|
* | Determine rtree levels at compile time. | Jason Evans | 2017-02-09 | 1 | -138/+103 |
|
|
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -6/+6 |
|
|
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -4/+4 |
|
|
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -22/+17 |
|
|
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -2/+0 |
|
|
* | Fix long spinning in rtree_node_init | Dave Watson | 2016-11-03 | 1 | -0/+2 |
|
|
* | Add rtree lookup path caching. | Jason Evans | 2016-06-06 | 1 | -35/+48 |
|
|
* | Add rtree element witnesses. | Jason Evans | 2016-06-03 | 1 | -6/+6 |
|
|
* | Refactor rtree to always use base_alloc() for node allocation. | Jason Evans | 2016-06-03 | 1 | -35/+82 |
|
|
* | Add element acquire/release capabilities to rtree. | Jason Evans | 2016-06-03 | 1 | -34/+119 |
|
|
* | Rename extent_node_t to extent_t. | Jason Evans | 2016-05-16 | 1 | -12/+13 |
|
|
* | Add no-OOM assertions to test. | Jason Evans | 2015-08-07 | 1 | -6/+12 |
|
|
* | Fix MinGW-related portability issues. | Jason Evans | 2015-07-23 | 1 | -1/+1 |
|
|
* | Avoid function prototype incompatibilities. | Jason Evans | 2015-07-10 | 1 | -1/+1 |
|
|
* | Avoid atomic operations for dependent rtree reads. | Jason Evans | 2015-05-16 | 1 | -14/+14 |
|
|
* | Implement dynamic per arena control over dirty page purging. | Jason Evans | 2015-03-19 | 1 | -5/+5 |
|
|
* | Refactor rtree to be lock-free. | Jason Evans | 2015-02-05 | 1 | -25/+52 |
|
|
* | Convert all tsd variables to reside in a single tsd structure. | Jason Evans | 2014-09-23 | 1 | -4/+4 |
|
|
* | Fix message formatting errors uncovered by p_test_fail() refactoring. | Jason Evans | 2014-03-30 | 1 | -2/+3 |
|
|
* | Convert rtree from (void *) to (uint8_t) storage. | Jason Evans | 2014-01-03 | 1 | -18/+16 |
|
|
* | Add rtree unit tests. | Jason Evans | 2014-01-03 | 1 | -0/+119 |
|
|