bind9/lib/isc/tests
Ondřej Surý 08055b742c Cleanup the public vs private ISCAPI remnants
Since all the libraries are internal now, just cleanup the ISCAPI remnants
in isc_socket, isc_task and isc_timer APIs.  This means, there's one less
layer as following changes have been done:

 * struct isc_socket and struct isc_socketmgr have been removed
 * struct isc__socket and struct isc__socketmgr have been renamed
   to struct isc_socket and struct isc_socketmgr
 * struct isc_task and struct isc_taskmgr have been removed
 * struct isc__task and struct isc__taskmgr have been renamed
   to struct isc_task and struct isc_taskmgr
 * struct isc_timer and struct isc_timermgr have been removed
 * struct isc__timer and struct isc__timermgr have been renamed
   to struct isc_timer and struct isc_timermgr
 * All the associated code that dealt with typing isc_<foo>
   to isc__<foo> and back has been removed.

(cherry picked from commit 16fe0d1f41)
2021-04-19 15:24:10 +02:00
..
testdata/file [master] new mkeys and nzf naming format 2014-11-04 19:43:27 -08:00
aes_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
buffer_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
counter_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
crc64_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
errno_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
file_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
hash_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
heap_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
hmac_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
ht_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
isctest.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
isctest.h update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
Kyuafile Temporarily disable tlsdns_test until it gets refactored 2021-03-18 15:42:03 +01:00
lex_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
Makefile.in Refactor TLSDNS module to work with libuv/ssl directly 2021-02-26 16:14:50 +01:00
md_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
mem_test.c Add mempool get/put tracking with AddressSanitizer 2021-02-26 10:13:17 -08:00
netaddr_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
parse_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
pool_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
quota_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
radix_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
random_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
regex_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
result_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
safe_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
siphash_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
sockaddr_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
socket_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
symtab_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
task_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
taskpool_test.c Cleanup the public vs private ISCAPI remnants 2021-04-19 15:24:10 +02:00
tcp_quota_test.c Assigning uint64_t from buffer might be misaligned in netmgr tests 2021-03-04 15:29:44 +01:00
tcp_test.c Assigning uint64_t from buffer might be misaligned in netmgr tests 2021-03-04 15:29:44 +01:00
tcpdns_test.c Change the isc_nm_(get|set)timeouts() to work with milliseconds 2021-03-18 15:16:13 +01:00
time_test.c Add isc_time_now_hires function to get current time with high resolution 2021-03-20 11:59:21 -07:00
timer_test.c Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
tlsdns_test.c Change the isc_nm_(get|set)timeouts() to work with milliseconds 2021-03-18 15:16:13 +01:00
udp_test.c Assigning uint64_t from buffer might be misaligned in netmgr tests 2021-03-04 15:29:44 +01:00
uv_wrap.h Refactor netmgr and add more unit tests 2020-12-09 10:46:16 +01:00