bind9/bin/delv
Evan Hunt ad7f744115 use ISC_LIST_FOREACH in more places
use the ISC_LIST_FOREACH pattern in places where lists had
been iterated using a different pattern from the typical
`for` loop: for example, `while (!ISC_LIST_EMPTY(...))` or
`while ((e = ISC_LIST_HEAD(...)) != NULL)`.
2025-03-31 13:45:14 -07:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
delv.c use ISC_LIST_FOREACH in more places 2025-03-31 13:45:14 -07:00
delv.rst Change default max-recursion-queries to 50 2024-12-05 14:17:08 +01:00
Makefile.am Delv now supports selecting FIPS mode at runtime 2024-11-22 09:40:46 +11:00