index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctdb
/
common
/
rb_tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-common: Use #ifdef to avoid TEST_RB_TREE not defined
Martin Schwenke
2019-06-05
1
-2
/
+2
*
Correct "occured" typos.
Chris Lamb
2017-02-22
1
-1
/
+1
*
ctdb-common: Fix CID 1125585 Dereference after null check (FORWARD_NULL)
Martin Schwenke
2016-08-08
1
-1
/
+1
*
ctdb-common: Fix CID 1125583 Dereference after null check (FORWARD_NULL)
Martin Schwenke
2016-08-08
1
-1
/
+1
*
ctdb-common: Fix CID 1125581 Dereference after null check (FORWARD_NULL)
Martin Schwenke
2016-08-08
1
-1
/
+1
*
ctdb-common: Replace ctdb_logging.h with common/logging.h
Amitay Isaacs
2015-11-16
1
-2
/
+2
*
Fix various spelling errors
Mathieu Parent
2015-11-06
1
-3
/
+3
*
ctdb-daemon: Remove dependency on includes.h
Amitay Isaacs
2015-10-30
1
-1
/
+7
*
server: Replace BOOL datatype with bool, True/False with true/false
Amitay Isaacs
2012-05-28
1
-3
/
+3
*
rb_tree: fix possible access-after-free-error in trbt_traversearray32_node
Michael Adam
2011-12-23
1
-4
/
+7
*
RB_TREE: Add mechanism to abort a traverse
Ronnie Sahlberg
2011-11-08
1
-17
/
+36
*
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