bind9/lib
Ondřej Surý fbab7ece77
Clean up radix tree code style
Improve the radix tree code:

- Rename node children from .l/.r to .left/.right
- Rename static functions to drop reserved leading underscores
- Rename legacy macro variables (Xrn, Xsp, Xstack) to
  readable names (cur, sp, stack)
- Narrow variable scopes to point of first use
- Use size_t for loop iterators, uint8_t for byte values
- Replace do/while(0) with plain blocks in macros
- Clean up unit test with helpers and meaningful data values
2026-07-01 06:09:38 +02:00
..
dns Clean up radix tree code style 2026-07-01 06:09:38 +02:00
isc Clean up radix tree code style 2026-07-01 06:09:38 +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