aboutsummaryrefslogtreecommitdiffstats
path: root/radix-trie.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement lease expirationThomas Gschwantner2019-07-181-3/+45
|
* radix-trie: inline find_node() into ipp_addpool()Thomas Gschwantner2019-07-161-16/+8
| | | | | The way find_node() was written to suit ipp_addpool() means it's not really generic and rather confusing, so we inline it instead.
* 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