bind9/bin/dig
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
dig.c implicitly declare list elements in ISC_LIST_FOREACH macros 2025-03-31 13:37:47 -07:00
dig.rst Add support for EDNS ZONEVERSION to dig 2025-03-24 22:16:09 +00:00
dighost.c use ISC_LIST_FOREACH in more places 2025-03-31 13:45:14 -07:00
dighost.h Add support for EDNS ZONEVERSION to dig 2025-03-24 22:16:09 +00:00
host.c switch to ISC_LIST_FOREACH everywhere 2025-03-31 13:45:10 -07:00
host.rst Do HTTPS record query from host in addition 2025-02-18 14:56:08 +00:00
Makefile.am Drop readline alternatives in favor of libedit 2025-03-31 15:20:40 +02:00
nslookup.c use ISC_LIST_FOREACH in more places 2025-03-31 13:45:14 -07:00
nslookup.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00