aboutsummaryrefslogtreecommitdiffstats
path: root/src/rbtree.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-1/+3
2015-11-12fix FSF address in sources/headersJaroslav Škarvada1-1/+2
2011-11-12core/rbtree: remove redundant if()-condition in rb_erase()Sylvain Munaut1-4/+4
2011-11-12core/rbtree: make clear distinction between two different cases in rb_erase()Sylvain Munaut1-4/+4
2011-11-12core/rbtree: reorganize code in rb_erase() for additional changesSylvain Munaut1-9/+9
2011-11-12core/rbtree: optimize rb_erase()Sylvain Munaut1-10/+4
2011-11-12core/rbtree: add const qualifier to some functionsSylvain Munaut1-6/+6
2011-10-17add rb-tree implementation to libosmocorePablo Neira Ayuso1-0/+389