Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RB_TREE: Add mechanism to abort a traverse | Ronnie Sahlberg | 2011-11-08 | 1 | -2/+7 |
* | In the recovery daemon, keep track of which node we have assigned public ip | Ronnie Sahlberg | 2010-04-08 | 1 | -6/+6 |
* | add a function to return the first entry that is stored in a tree where | Ronnie Sahlberg | 2007-08-15 | 1 | -0/+4 |
* | change the mem hierarchy for trees. let the node be owned by the data | Ronnie Sahlberg | 2007-08-09 | 1 | -5/+4 |
* | add helpers to traverse a tree where the key is an array of uint32 | Ronnie Sahlberg | 2007-08-08 | 1 | -0/+3 |
* | add helpers to add/lookup/delete nodes in a tree where the key is an | Ronnie Sahlberg | 2007-08-08 | 1 | -0/+11 |
* | add a tree insert function that takes a callback fucntion to populate | Ronnie Sahlberg | 2007-08-08 | 1 | -2/+12 |
* | when inserting data in the tree, if there was already a node with the | Ronnie Sahlberg | 2007-08-08 | 1 | -2/+11 |
* | initial version of talloc based red-black trees | Ronnie Sahlberg | 2007-07-24 | 1 | -0/+46 |