Files
bind9/lib/dns
Matthijs MekkingandEvan Hunt 09042cf347 Replace rbt_addnode with qp_insert
Replace dns_rbt_addnode calls with dns_qp_insert. With QP, it sometimes
makes more sense to first lookup the name and see if there is an
existing node (rather than create new data, insert, find out a node
already exists, and destroy the data again). This is done with
dns_qp_getname(), which is more lightweight than dns_qp_lookup(),
and we are only interested in if there is already a leaf node for this
name or not.
2024-03-05 16:48:40 -08:00
..
2024-03-05 16:47:50 -08:00
2024-02-26 12:02:40 +11:00
2024-02-14 13:24:56 +01:00
2024-01-25 15:37:40 +01:00
2024-02-14 13:24:56 +01:00
2024-02-08 08:01:58 +01:00
2024-01-25 15:37:40 +01:00
2024-02-14 13:24:56 +01:00
2024-03-05 16:47:50 -08:00
2024-03-05 16:48:40 -08:00
2024-03-05 16:48:40 -08:00
2024-02-14 01:13:44 -08:00
2024-03-05 16:47:50 -08:00
2024-03-05 16:47:50 -08:00
2024-01-05 11:16:12 +01:00
2024-01-25 14:48:07 +01:00