Code

parser: Let the TIMESERIES command accept optional data-source names.
[sysdb.git] / src / include / utils / avltree.h
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: Always compare objects by name.
2014-07-10 Sebastian Harlavltree: Added documentation for all functions.
2014-07-09 Sebastian Harlavltree: Added sdb_avltree_lookup().
2014-07-09 Sebastian Harlavltree.h: Removed obsolete TODO note.
2014-07-09 Sebastian Harlavltree: Added helper function sdb_avltree_valid().
2014-07-08 Sebastian Harlutils avltree: Started implementation of an AVL tree.