Include files used to build the server are now <freeradius-devel/*.h>
[freeradius.git] / src / lib / rbtree.c
2005-11-11 aland Include files used to build the server are now <freera...
2005-08-31 aland uint8_t fixes
2005-08-25 aland Now that NIL is 'const', do more checks on pointers...
2005-05-03 aland Delete last fix, it was wrong.
2005-04-27 aland If we're asked to delete the tree root, then delete...
2005-04-27 aland Make it build on non-IPv6-aware systems.
2005-04-08 aland 'static' to 'static const'
2004-09-07 aland Added rbtree_deletebydata()
2004-05-14 aland When over-writing data, free old data (if necessary...
2004-03-08 aland Added 'const', for paranoia
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-25 aland NIL != NULL
2004-02-24 aland More calls to free
2004-02-23 aland Added node2data function.
2004-02-19 aland Added "number of elements" function, maily for debugging.
2004-02-17 aland Clean up minor stuff
2004-02-17 aland Made the red-black tree code "live" in dictionary...
2004-02-16 aland A simple API for red-black trees. Tested somewhat...