Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / lib / rbtree.c
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-10 fcusack fix compiler warnings (and one typo)
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-30 aland Pull rbtree.c from the CVS head, to get fixes for...
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...