bind9/lib/ns/tests
JINMEI Tatuya 75cdd758ed implementation of hook-based asynchronous functionality
previously query plugins were strictly synchrounous - the query
process would be interrupted at some point, data would be looked
up or a change would be made, and then the query processing would
resume immediately.

this commit enables query plugins to initiate asynchronous processes
and resume on a completion event, as with recursion.
2020-11-24 15:11:39 -08:00
..
testdata Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
listenlist_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Drop function wrapping as it is redundant for now 2020-09-28 09:09:21 +02:00
notify_test.c The dns_message_create() cannot fail, change the return to void 2020-09-29 08:22:08 +02:00
nstest.c implementation of hook-based asynchronous functionality 2020-11-24 15:11:39 -08:00
nstest.h update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
plugin_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
query_test.c implementation of hook-based asynchronous functionality 2020-11-24 15:11:39 -08:00