summaryrefslogtreecommitdiffstats
path: root/src/rbtree.c
Commit message (Expand)AuthorAgeFilesLines
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-1/+3
* fix FSF address in sources/headersJaroslav Škarvada2015-11-121-1/+2
* core/rbtree: remove redundant if()-condition in rb_erase()Sylvain Munaut2011-11-121-4/+4
* core/rbtree: make clear distinction between two different cases in rb_erase()Sylvain Munaut2011-11-121-4/+4
* core/rbtree: reorganize code in rb_erase() for additional changesSylvain Munaut2011-11-121-9/+9
* core/rbtree: optimize rb_erase()Sylvain Munaut2011-11-121-10/+4
* core/rbtree: add const qualifier to some functionsSylvain Munaut2011-11-121-6/+6
* add rb-tree implementation to libosmocorePablo Neira Ayuso2011-10-171-0/+389