Fix bug where lookup_subnet_ipv4() could go into an infinite loop.
[tinc] / lib / avl_tree.c
2001-02-27 Guus SliepenRemoved compiler warning.
2001-02-20 Wessel DankersImportant bugfix in avl_insert_before() and avl_insert_...
2001-02-06 Guus SliepenFix memory leak in avl_insert() if item was already...
2001-01-08 Guus Sliepen- Sign was wrong in search_closest_smaller/greater
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-06 Guus Sliepen- Changed license of AVL tree library to GPL.
2001-01-05 Guus Sliepen- AVL tree routines: faster than RBL, and also more...