ctdb-common: Avoid magic numbers when building TCP packets
[vlendec/samba-autobuild/.git] / ctdb / common / rb_tree.c
2017-02-22 Chris LambCorrect "occured" typos.
2016-08-08 Martin Schwenkectdb-common: Fix CID 1125585 Dereference after null...
2016-08-08 Martin Schwenkectdb-common: Fix CID 1125583 Dereference after null...
2016-08-08 Martin Schwenkectdb-common: Fix CID 1125581 Dereference after null...
2015-11-15 Amitay Isaacsctdb-common: Replace ctdb_logging.h with common/logging.h
2015-11-06 Mathieu ParentFix various spelling errors
2015-10-30 Amitay Isaacsctdb-daemon: Remove dependency on includes.h
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-05-28 Amitay Isaacsserver: Replace BOOL datatype with bool, True/False...
2012-01-03 Ronnie SahlbergMerge branch 'master' of ssh://git.samba.org/data/git...
2011-12-23 Michael Adamrb_tree: fix possible access-after-free-error in trbt_t...
2011-11-08 Ronnie SahlbergMerge remote branch 'martins/lcp2fix'
2011-11-08 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2011-11-08 Ronnie SahlbergRB_TREE: Add mechanism to abort a traverse
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