bind9/lib/ns
Evan Hunt a52b17d39b
remove isc_task completely
as there is no further use of isc_task in BIND, this commit removes
it, along with isc_taskmgr, isc_event, and all other related types.

functions that accepted taskmgr as a parameter have been cleaned up.
as a result of this change, some functions can no longer fail, so
they've been changed to type void, and their callers have been
updated accordingly.

the tasks table has been removed from the statistics channel and
the stats version has been updated. dns_dyndbctx has been changed
to reference the loopmgr instead of taskmgr, and DNS_DYNDB_VERSION
has been udpated as well.
2023-02-16 18:35:32 +01:00
..
include remove isc_task completely 2023-02-16 18:35:32 +01:00
client.c remove isc_task completely 2023-02-16 18:35:32 +01:00
hooks.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
interfacemgr.c remove isc_task completely 2023-02-16 18:35:32 +01:00
listenlist.c remove nonfunctional DSCP implementation 2023-01-09 12:15:21 -08:00
log.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am remove isc_task completely 2023-02-16 18:35:32 +01:00
notify.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
query.c remove isc_task completely 2023-02-16 18:35:32 +01:00
server.c add an update quota 2023-01-12 11:52:48 +01:00
sortlist.c remove some unused functions 2023-02-13 11:50:59 -08:00
stats.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
update.c refactor update processing to use loop callbacks 2023-02-16 16:34:20 +01:00
xfrout.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00