bind9/lib/isc/tests
Evan Hunt 64e1a4a398 temporarily move ISC_QUEUE to list.h
The double-locked queue implementation is still currently in use
in ns_client, but will be replaced by a fetch-and-add array queue.
This commit moves it from queue.h to list.h so that queue.h can be
used for the new data structure, and clean up dependencies between
list.h and types.h. Later, when the ISC_QUEUE is no longer is use,
it will be removed completely.
2019-11-07 11:55:37 -08:00
..
testdata/file [master] new mkeys and nzf naming format 2014-11-04 19:43:27 -08:00
aes_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
buffer_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
counter_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
crc64_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
errno_test.c Always include <errno.h> instead of <sys/errno.h> 2019-07-30 21:25:18 +02:00
file_test.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
hash_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
heap_test.c Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
hmac_test.c address or suppress cppcheck warnings 2019-09-12 17:59:28 +10:00
ht_test.c Remove unused isc_mem_createx() function 2019-09-12 09:26:09 +02:00
isctest.c Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
isctest.h Remove explicit '#include <config.h>' from the header files (the include should not have been there in the first place) 2019-03-08 15:15:05 +01:00
Kyuafile Add siphash_test to lib/isc/tests/Kyuafile 2019-07-22 08:06:14 -04:00
lex_test.c Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
Makefile.in Remove unused isc_mem_createx() function 2019-09-12 09:26:09 +02:00
md_test.c address or suppress cppcheck warnings 2019-09-12 17:59:28 +10:00
mem_test.c Disable benchmark tests when Thread Sanitizer is enabled 2019-10-02 14:09:33 +02:00
netaddr_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
parse_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
pool_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
queue_test.c temporarily move ISC_QUEUE to list.h 2019-11-07 11:55:37 -08:00
radix_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
random_test.c Remove randomly scattered additional style check suppressions that caused unmatchedSuppression 2019-10-03 09:04:27 +02:00
regex_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
result_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
safe_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
siphash_test.c Fix alignment issues in the native implementation of isc_siphash24() 2019-09-02 13:21:07 +02:00
sockaddr_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
socket_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
symtab_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
task_test.c Properly initialize atomic variables 2019-10-02 13:09:33 +02:00
taskpool_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
time_test.c Do not use legacy time zone names 2019-07-30 21:25:18 +02:00
timer_test.c Convert all variables accessed between multiple threads to atomic 2019-10-02 13:41:45 +02:00