bind9/tests/isc
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
..
testdata/file Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
aes_test.c Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
ascii_test.c Add a case-insensitive option directly to siphash 2-4 implementation 2022-10-04 10:32:40 +02:00
async_test.c isc_async_run() runs events in reverse order 2022-10-31 05:43:45 -07:00
buffer_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
counter_test.c Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
crc64_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
dnsstream_utils_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
dnsstream_utils_test_data.h Add a set of unit tests for dnsbuffer_t and dnsstream_assembler_t 2022-12-20 21:24:45 +02:00
doh_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
errno_test.c Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
file_test.c Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
hash_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
hashmap_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
heap_test.c Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
hmac_test.c Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
ht_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
job_test.c isc_async_run() runs events in reverse order 2022-10-31 05:43:45 -07:00
lex_test.c Change the return type of isc_lex_create() to void 2022-10-26 12:55:06 +02:00
loop_test.c New event loop handling API 2022-08-25 12:24:29 +02:00
Makefile.am remove isc_task completely 2023-02-16 18:35:32 +01:00
md_test.c Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
mem_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
netaddr_test.c Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
netmgr_common.c tlsctx_client_session_cache_new() -> tlsctx_client_session_create() 2022-12-23 11:10:11 +02:00
netmgr_common.h Make sure the unit test listening and connecting ports are different 2022-10-12 15:36:25 +02:00
parse_test.c Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
quota_test.c Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
radix_test.c Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
random_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
ratelimiter_test.c remove isc_task completely 2023-02-16 18:35:32 +01:00
regex_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
result_test.c Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
safe_test.c Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
siphash_test.c Add a case-insensitive option directly to siphash 2-4 implementation 2022-10-04 10:32:40 +02:00
sockaddr_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
stats_test.c Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
symtab_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
tcp_test.c Make sure the unit test listening and connecting ports are different 2022-10-12 15:36:25 +02:00
tcpdns_test.c Re-purpose TLS DNS and TCP DNS unit tests for Stream DNS 2022-12-20 22:13:52 +02:00
time_test.c Deduplicate time unit conversion factors 2022-11-25 13:23:36 +00:00
timer_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
tls_test.c Make isc_nm_tlssocket unit tests available in non DoH-enabled builds 2022-12-20 22:13:53 +02:00
tlsdns_test.c Re-purpose TLS DNS and TCP DNS unit tests for Stream DNS 2022-12-20 22:13:52 +02:00
udp_test.c Remove conditional around mock tests for OpenBSD 2023-01-20 13:32:25 +00:00
uv_wrap.h Bump the libuv requirement to libuv >= 1.34.0 2022-09-27 17:09:10 +02:00
work_test.c New event loop handling API 2022-08-25 12:24:29 +02:00