Code

Include strings.h instead of defining _BSD_SOURCE to get strcasecmp.
[sysdb.git] / src / utils / avltree.c
2016-02-25 Sebastian HarlInclude strings.h instead of defining _BSD_SOURCE to...
2015-03-05 Sebastian Harlavltree: Add sdb_avltree_iter_peek_next().
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.