| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove rbt_nil | Dave Watson | 2016-02-24 | 1 | -90/+64 |
| | | | | | | Since this is an intrusive tree, rbt_nil is the whole size of the node and can be quite large. For example, miscelm is ~100 bytes. | ||||
| * | Add function to destroy tree | Joshua Kahn | 2015-11-09 | 1 | -1/+40 |
| | | | | | | | | ex_destroy iterates over the tree using post-order traversal so nodes can be removed and processed by the callback function without paying the cost to rebalance the tree. The destruction process cannot be stopped once started. | ||||
| * | Allow const keys for lookup | Joshua Kahn | 2015-11-09 | 1 | -9/+9 |
| | | | | | | | Signed-off-by: Steve Dougherty <sdougherty@barracuda.com> This resolves #281. | ||||
| * | Assert compact color bit is unused | Steve Dougherty | 2015-11-09 | 1 | -1/+10 |
| | | | | | | | Signed-off-by: Joshua Kahn <jkahn@barracuda.com> This resolves #280. | ||||
| * | Style and spelling fixes. | Jason Evans | 2014-12-09 | 1 | -2/+2 |
| | | |||||
| * | Convert to uniform style: cond == false --> !cond | Jason Evans | 2014-10-03 | 1 | -4/+3 |
| | | |||||
| * | Add rb_empty(). | Jason Evans | 2014-08-20 | 1 | -0/+13 |
| | | |||||
| * | Remove __FBSDID from rb.h. | Jason Evans | 2014-01-22 | 1 | -4/+0 |
| | | |||||
| * | Clean up rb documentation. | Jason Evans | 2011-11-02 | 1 | -46/+46 |
| | | |||||
| * | Move repo contents in jemalloc/ to top level. | Jason Evans | 2011-04-01 | 1 | -0/+973 |
