bind9/bin
Tony Finch 1d807d84f1 Shrink decompression contexts
It's wasteful to use 20 bytes and a pointer indirection to represent
two bits of information, so turn the struct into an enum. And change
the names of the enumeration constants to make the intent more clear.

This change introduces some inline functions into another header,
which confuses `gcovr` when it is trying to collect code coverage
statistics. So, in the CI job, copy more header files into a directory
where `gcovr` looks for them.
2022-06-01 13:00:40 +01:00
..
check Remove remaining checks for rbt64 2022-05-03 00:41:42 +01:00
confgen Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:33:43 +01:00
delv Add hyperlinks to dig/mdig/delv +options 2022-04-26 12:43:13 +02:00
dig DNS name compression does not depend on the EDNS version 2022-06-01 13:00:40 +01:00
dnssec Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
named don't create managed-keys zone unless dnssec-validation is "auto" 2022-05-31 10:51:17 -07:00
nsupdate Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
plugins Make isc_ht optionally case insensitive 2022-03-28 15:02:18 -07:00
rndc Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
tests DNS name compression does not depend on the EDNS version 2022-06-01 13:00:40 +01:00
tools Shrink decompression contexts 2022-06-01 13:00:40 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00