aboutsummaryrefslogtreecommitdiffstats
path: root/radix-trie.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement lease expirationThomas Gschwantner2019-07-181-3/+45
* radix-trie: inline find_node() into ipp_addpool()Thomas Gschwantner2019-07-161-16/+8
* Fix use-after-free and memory leak in ipp_free()Thomas Gschwantner2019-06-141-14/+11
* radix-trie: implement ipp_addrnd_* and relatedThomas Gschwantner2019-06-021-55/+304
* radix-trie: allow both ipv4 and ipv6 debug outputThomas Gschwantner2019-06-021-10/+27
* radix-trie: fix fls/fls64Thomas Gschwantner2019-06-021-6/+6
* radix-trie: remove bits arg from radix_insert_v4/6Thomas Gschwantner2019-06-021-4/+4
* Implement a radix-trie for storing ip=pubkeyThomas Gschwantner2019-02-251-0/+330