bind9/bin/tools
Ondřej Surý a011d42211 Add new isc_managers API to simplify <*>mgr create/destroy
Previously, netmgr, taskmgr, timermgr and socketmgr all had their own
isc_<*>mgr_create() and isc_<*>mgr_destroy() functions.  The new
isc_managers_create() and isc_managers_destroy() fold all four into a
single function and makes sure the objects are created and destroy in
correct order.

Especially now, when taskmgr runs on top of netmgr, the correct order is
important and when the code was duplicated at many places it's easy to
make mistake.

The former isc_<*>mgr_create() and isc_<*>mgr_destroy() functions were
made private and a single call to isc_managers_create() and
isc_managers_destroy() is required at the program startup / shutdown.
2021-05-07 10:19:05 -07:00
..
win32 Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
.gitignore Remove genrandom command and all usage of specific random files throughout the system test suite 2018-05-16 09:54:35 +02:00
arpaname.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
arpaname.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dnstap-read.c Refactored dns_message_t for using attach/detach semantics 2020-09-29 08:22:08 +02:00
dnstap-read.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Handle shared library platforms that don't support inter library dependancies 2020-12-21 01:09:45 +00:00
mdig.c Add new isc_managers API to simplify <*>mgr create/destroy 2021-05-07 10:19:05 -07:00
mdig.rst Try to improve rrl timing 2020-10-15 00:05:12 +00:00
named-journalprint.c Allow named-journalprint to compact journals at a given serial 2021-05-05 23:12:37 +10:00
named-journalprint.rst Always perform a re-write when processing a version 1 journal 2021-05-05 23:12:37 +10:00
named-nzd2nzf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
named-nzd2nzf.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
named-rrchecker.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
named-rrchecker.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
nsec3hash.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
nsec3hash.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00