bind9/lib/isc/tests
Ondřej Surý b43812692d Move netmgr/uv-compat.h to <isc/uv.h>
As we are going to use libuv outside of the netmgr, we need the shims to
be readily available for the rest of the codebase.

Move the "netmgr/uv-compat.h" to <isc/uv.h> and netmgr/uv-compat.c to
uv.c, and as a rule of thumb, the users of libuv should include
<isc/uv.h> instead of <uv.h> directly.

Additionally, merge netmgr/uverr2result.c into uv.c and rename the
single function from isc__nm_uverr2result() to isc_uverr2result().
2022-05-03 10:02:19 +02:00
..
testdata/file
aes_test.c
buffer_test.c
counter_test.c
crc64_test.c
doh_test.c Move netmgr/uv-compat.h to <isc/uv.h> 2022-05-03 10:02:19 +02:00
errno_test.c
file_test.c
hash_test.c
heap_test.c Make isc_heap_create() and isc_heap_insert() return void 2022-03-08 11:19:34 +01:00
hmac_test.c
ht_test.c Make isc_ht optionally case insensitive 2022-03-28 15:02:18 -07:00
isctest.c Replace netievent lock-free queue with simple locked queue 2022-03-04 13:49:51 +01:00
isctest.h
lex_test.c
Makefile.am Move netmgr/uv-compat.h to <isc/uv.h> 2022-05-03 10:02:19 +02:00
md_test.c
mem_test.c Add couple missing braces around single-line statements 2022-03-17 18:27:45 +01:00
netaddr_test.c
netmgr_test.c Move netmgr/uv-compat.h to <isc/uv.h> 2022-05-03 10:02:19 +02:00
parse_test.c
quota_test.c Remove usage of deprecated ATOMIC_VAR_INIT() macro 2022-03-08 23:55:10 +01:00
radix_test.c
random_test.c Revert "Move random number re-seeding out of the hot path" 2022-04-25 15:18:58 +01:00
regex_test.c
result_test.c
safe_test.c
siphash_test.c
sockaddr_test.c
stats_test.c
symtab_test.c
task_test.c Don't use reference counting in isc_timer unit 2022-04-02 01:23:15 +02:00
time_test.c
timer_test.c Rename shutdown() to test_shutdown() in timer_test.c 2022-04-05 01:49:04 +02:00
uv_wrap.h Move netmgr/uv-compat.h to <isc/uv.h> 2022-05-03 10:02:19 +02:00