index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
common
/
rb_tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge from ronnie
Andrew Tridgell
2008-02-04
1
-1
/
+1
*
add a function to return the first entry that is stored in a tree where
Ronnie Sahlberg
2007-08-15
1
-0
/
+37
*
change the mem hierarchy for trees. let the node be owned by the data
Ronnie Sahlberg
2007-08-09
1
-63
/
+154
*
remove an unused function
Ronnie Sahlberg
2007-08-09
1
-10
/
+0
*
add helpers to traverse a tree where the key is an array of uint32
Ronnie Sahlberg
2007-08-08
1
-0
/
+50
*
add helpers to add/lookup/delete nodes in a tree where the key is an
Ronnie Sahlberg
2007-08-08
1
-0
/
+119
*
add a tree insert function that takes a callback fucntion to populate
Ronnie Sahlberg
2007-08-08
1
-8
/
+75
*
when inserting data in the tree, if there was already a node with the
Ronnie Sahlberg
2007-08-08
1
-6
/
+14
*
fix the remaining bugs with tree delete that testing found.
Ronnie Sahlberg
2007-07-30
1
-5
/
+50
*
remove dead code
Ronnie Sahlberg
2007-07-26
1
-2
/
+0
*
fix some remaining bugs with deleting nodes
Ronnie Sahlberg
2007-07-26
1
-55
/
+118
*
there were situations where we were not guaranteed that a sibling had 2
Ronnie Sahlberg
2007-07-25
1
-35
/
+46
*
if sibling is NULL it is a leaf node and thus black.
Ronnie Sahlberg
2007-07-25
1
-2
/
+3
*
initial version of talloc based red-black trees
Ronnie Sahlberg
2007-07-24
1
-0
/
+593