Code

proto: Renamed sdb_proto_get_int to sdb_proto_unmarshal_int.
[sysdb.git] / src / utils / avltree.c
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
2014-07-11 Sebastian Harlavltree: Iterate through the tree depth-first when...
2014-07-11 Sebastian Harlavltree: Always compare objects by name.
2014-07-09 Sebastian Harlavltree: Added sdb_avltree_lookup().
2014-07-09 Sebastian Harlavltree: Added helper function sdb_avltree_valid().
2014-07-09 Sebastian Harlavltree: Don't leak memory when clearing the tree.
2014-07-09 Sebastian Harlavltree: Added helper to determine smallest node.
2014-07-09 Sebastian Harlavltree: Lock the tree during insertion.
2014-07-09 Sebastian Harlavltree: Rebalance the tree after inserting a new element.
2014-07-08 Sebastian Harlavltree: Removed some irrelevant special cases.
2014-07-08 Sebastian Harlutils avltree: Started implementation of an AVL tree.