aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/rb_tree.h
Commit message (Expand)AuthorAgeFilesLines
* util/rb_tree: Stop relying on &iter->field != NULLJason Ekstrand2019-09-261-41/+28
* util/rb_tree: Reverse the order of comparison functionsJason Ekstrand2019-09-201-5/+5
* util: rb_tree: add safe iteratorsLionel Landwerlin2018-08-221-0/+58
* util/rb_tree: Fix a compiler warningJason Ekstrand2018-07-121-1/+1
* util: rb-tree: A simple, invasive, red-black treeJason Ekstrand2018-07-051-0/+269