index
:
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctdb
/
common
/
rb_tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-24
ctdb:common: Fix code spelling
Andreas Schneider
1
-1
/
+1
2022-05-14
ctdb: Fix trailing whitespace in rb_tree.c
Pavel Filipenský
1
-34
/
+34
2019-06-05
ctdb-common: Use #ifdef to avoid TEST_RB_TREE not defined
Martin Schwenke
1
-2
/
+2
2017-02-22
Correct "occured" typos.
Chris Lamb
1
-1
/
+1
2016-08-08
ctdb-common: Fix CID 1125585 Dereference after null check (FORWARD_NULL)
Martin Schwenke
1
-1
/
+1
2016-08-08
ctdb-common: Fix CID 1125583 Dereference after null check (FORWARD_NULL)
Martin Schwenke
1
-1
/
+1
2016-08-08
ctdb-common: Fix CID 1125581 Dereference after null check (FORWARD_NULL)
Martin Schwenke
1
-1
/
+1
2015-11-16
ctdb-common: Replace ctdb_logging.h with common/logging.h
Amitay Isaacs
1
-2
/
+2
2015-11-06
Fix various spelling errors
Mathieu Parent
1
-3
/
+3
2015-10-30
ctdb-daemon: Remove dependency on includes.h
Amitay Isaacs
1
-1
/
+7
2012-05-28
server: Replace BOOL datatype with bool, True/False with true/false
Amitay Isaacs
1
-3
/
+3
2011-12-23
rb_tree: fix possible access-after-free-error in trbt_traversearray32_node
Michael Adam
1
-4
/
+7
2011-11-08
RB_TREE: Add mechanism to abort a traverse
Ronnie Sahlberg
1
-17
/
+36
2008-02-04
merge from ronnie
Andrew Tridgell
1
-1
/
+1
2007-08-15
add a function to return the first entry that is stored in a tree where
Ronnie Sahlberg
1
-0
/
+37
2007-08-09
change the mem hierarchy for trees. let the node be owned by the data
Ronnie Sahlberg
1
-63
/
+154
2007-08-09
remove an unused function
Ronnie Sahlberg
1
-10
/
+0
2007-08-08
add helpers to traverse a tree where the key is an array of uint32
Ronnie Sahlberg
1
-0
/
+50
2007-08-08
add helpers to add/lookup/delete nodes in a tree where the key is an
Ronnie Sahlberg
1
-0
/
+119
2007-08-08
add a tree insert function that takes a callback fucntion to populate
Ronnie Sahlberg
1
-8
/
+75
2007-08-08
when inserting data in the tree, if there was already a node with the
Ronnie Sahlberg
1
-6
/
+14
2007-07-30
fix the remaining bugs with tree delete that testing found.
Ronnie Sahlberg
1
-5
/
+50
2007-07-26
remove dead code
Ronnie Sahlberg
1
-2
/
+0
2007-07-26
fix some remaining bugs with deleting nodes
Ronnie Sahlberg
1
-55
/
+118
2007-07-25
there were situations where we were not guaranteed that a sibling had 2
Ronnie Sahlberg
1
-35
/
+46
2007-07-25
if sibling is NULL it is a leaf node and thus black.
Ronnie Sahlberg
1
-2
/
+3
2007-07-24
initial version of talloc based red-black trees
Ronnie Sahlberg
1
-0
/
+593