bind9/lib
Ondřej Surý db9d9313c2
Remove prefix refcounting from radix tree
Radix tree prefixes were reference-counted to allow sharing between
nodes, with refcount==0 used as a sentinel for stack-allocated
prefixes. Since the radix tree is only modified during config
parsing (single-threaded) and read-only during query processing,
the sharing optimization is unnecessary. Always copy prefixes
instead, eliminating the refcount field and the sentinel hack.
2026-07-01 06:05:52 +02:00
..
dns Remove prefix refcounting from radix tree 2026-07-01 06:05:52 +02:00
isc Remove prefix refcounting from radix tree 2026-07-01 06:05:52 +02:00
isccc switch isc_md_type_t to a proper enum 2026-02-02 11:12:55 +03:00
isccfg Remove dead code warnings found by scan-build 2026-06-29 10:00:17 +00:00
ns Check that an NSEC signer is at or above the name to be validated 2026-06-24 21:03:45 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00