bind9/bin
Ondřej Surý 8a5c62de83 Refactor zone dumping code to use netmgr async threadpools
Previously, dumping the zones to the files were quantized, so it doesn't
slow down network IO processing.  With the introduction of network
manager asynchronous threadpools, we can move the IO intensive work to
use that API and we don't have to quantize the work anymore as it the
file IO won't block anything except other zone dumping processes.
2021-05-31 14:52:05 +02:00
..
check
confgen
delv Add new isc_managers API to simplify <*>mgr create/destroy 2021-05-07 10:19:05 -07:00
dig Refactor the interface handling in the netmgr 2021-05-26 09:43:12 +02:00
dnssec rename dns_name_copynf() to dns_name_copy() 2021-05-22 00:37:27 -07:00
named Refactor zone dumping code to use netmgr async threadpools 2021-05-31 14:52:05 +02:00
nsupdate rename dns_name_copynf() to dns_name_copy() 2021-05-22 00:37:27 -07:00
pkcs11
plugins
rndc Refactor the interface handling in the netmgr 2021-05-26 09:43:12 +02:00
tests add a system test for the prefetch bug 2021-05-30 00:04:01 -07:00
tools use a fixedname buffer in dns_message_gettempname() 2021-05-20 20:41:29 +02:00
win32/BINDInstall
Makefile.am