2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
Files
bind/lib/dns
Evan Hunt dea79e7053 use a qp-trie for the forwarders table
Instead of an RBT for the forwarders table, use a QP trie.

We now use reference counting for dns_forwarders_t. When a forwarders
object is retrieved by dns_fwdtable_find(), it must now be explicitly
detached by the caller afterward.

QP tries require stored objects to include their names, so the
the forwarders object now has that. This obviates the need to
pass back a separate 'foundname' value from dns_fwdtable_find().
2023-08-15 14:25:24 +02:00
..
2023-02-16 18:35:32 +01:00
2023-08-15 14:24:46 +02:00
2023-02-28 11:44:15 +01:00
2023-02-28 11:44:15 +01:00
2023-06-14 08:14:38 +00:00
2023-08-09 23:48:17 +00:00
2023-02-15 16:44:47 +00:00
2023-08-02 11:16:50 +02:00
2023-03-23 12:57:01 -07:00
2023-07-17 14:50:25 +02:00
2023-04-05 14:46:39 +00:00
2023-03-08 08:36:25 +01:00
2023-08-15 14:24:46 +02:00
2023-08-09 23:48:17 +00:00
2023-08-09 23:48:17 +00:00
2022-11-29 08:54:34 +01:00
2023-05-15 20:49:42 +00:00
2023-07-17 14:50:25 +02:00
2023-03-08 08:36:25 +01:00
2023-02-28 11:44:15 +01:00
2023-07-17 14:50:25 +02:00
2023-02-15 16:44:47 +00:00
2023-03-31 13:33:16 +02:00
2023-06-14 08:14:38 +00:00
2023-02-15 16:44:47 +00:00
2023-08-15 14:25:24 +02:00