LVS
[sahlberg/ctdb.git] / common / rb_tree.c
2008-02-04 Ronnie SahlbergMerge branch 'master' of git://git.samba.org/tridge...
2008-02-04 Andrew Tridgellmerge from ronnie
2007-08-20 Andrew Tridgellmerged new event script calling code from ronnnie
2007-08-15 Andrew Tridgellmerge from ronnie
2007-08-15 Ronnie Sahlbergadd a function to return the first entry that is stored...
2007-08-09 Ronnie Sahlbergchange the mem hierarchy for trees. let the node...
2007-08-08 Ronnie Sahlbergremove an unused function
2007-08-08 Ronnie Sahlbergadd helpers to traverse a tree where the key is an...
2007-08-08 Ronnie Sahlbergadd helpers to add/lookup/delete nodes in a tree where...
2007-08-08 Ronnie Sahlbergadd a tree insert function that takes a callback fucnti...
2007-08-08 Ronnie Sahlbergmerge from tridge
2007-08-07 Ronnie Sahlbergwhen inserting data in the tree, if there was already...
2007-08-03 Andrew Tridgellmerge from ronnie
2007-07-29 Ronnie Sahlbergfix the remaining bugs with tree delete that testing...
2007-07-25 Ronnie Sahlbergremove dead code
2007-07-25 Ronnie Sahlbergfix some remaining bugs with deleting nodes
2007-07-25 Ronnie Sahlbergthere were situations where we were not guaranteed...
2007-07-25 Ronnie Sahlbergif sibling is NULL it is a leaf node and thus black.
2007-07-24 Ronnie Sahlberginitial version of talloc based red-black trees