bind9/bin/named
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
..
include Add new isc_managers API to simplify <*>mgr create/destroy 2021-05-07 10:19:05 -07:00
unix Use isdigit instead of checking character range 2021-05-05 19:15:33 +02:00
win32 report libnghttp2 version in 'named -V' 2021-02-16 14:40:18 -08:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
builtin.c Generate PTR records for DNS64 mapped ipv4only.arpa reverses. 2020-12-11 14:17:52 +11:00
config.c Add configuration option to set send/recv buffers on the nm sockets 2021-05-17 08:47:09 +02:00
control.c Postpone the isc_app_shutdown() after rndc response has been sent 2020-10-22 11:46:58 -07:00
controlconf.c Add missing initialisations 2021-05-26 08:15:08 +00:00
fuzz.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
geoip.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
log.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
logconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
main.c Add new isc_managers API to simplify <*>mgr create/destroy 2021-05-07 10:19:05 -07:00
Makefile.am implement xfrin via XoT 2021-01-29 12:07:38 +01:00
named.conf.rst Add configuration option to set send/recv buffers on the nm sockets 2021-05-17 08:47:09 +02:00
named.rst Initial support for DNS-over-HTTP(S) 2021-02-03 12:06:17 +01:00
server.c Refactor zone dumping code to use netmgr async threadpools 2021-05-31 14:52:05 +02:00
statschannel.c Add new isc_managers API to simplify <*>mgr create/destroy 2021-05-07 10:19:05 -07:00
tkeyconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
transportconf.c refactor outgoing HTTP connection support 2021-03-05 13:29:26 +02:00
tsigconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
xsl_p.h Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
zoneconf.c rename dns_name_copynf() to dns_name_copy() 2021-05-22 00:37:27 -07:00