Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-12 | basic: remove rbtree code, it's unused | Lennart Poettering | |
it's unused, and should we need it one day we can always resurrect it from git history. | |||
2015-12-07 | basic: add RB-Tree implementation | David Herrmann | |
This adds an self-standing RB-Tree implementation to src/basic/. This will be needed for NSEC RR lookups, since we need "close lookups", which hashmaps (not even ordered-hashmaps) can give us in reasonable time. |