bind9/tests/isc
Ondřej Surý 1032681af0 Convert the isc/tid.h to use own signed integer isc_tid_t type
Change the internal type used for isc_tid unit to isc_tid_t to hide the
specific integer type being used for the 'tid'.  Internally, the signed
integer type is being used.  This allows us to have negatively indexed
arrays that works both for threads with assigned tid and the threads
with unassigned tid.  This should be used only in specific situations.
2025-06-28 13:32:12 +02:00
..
testdata/file Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
ascii_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
async_test.c Convert the isc/tid.h to use own signed integer isc_tid_t type 2025-06-28 13:32:12 +02:00
buffer_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
counter_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
dnsstream_utils_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01: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 Separate the single setter/getter functions for TCP timeouts 2025-04-23 17:03:05 +00:00
errno_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
file_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
hash_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
hashmap_nodes.h Reduce the size of hashmap_nodes.h file 2024-08-15 10:05:32 +02:00
hashmap_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
heap_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
histo_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
hmac_test.c Use clang-format-20 to update formatting 2025-06-25 12:44:22 +10:00
ht_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
job_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
lex_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
loop_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
md_test.c Use clang-format-20 to update formatting 2025-06-25 12:44:22 +10:00
mem_test.c Give every memory pool a name 2025-05-29 05:46:46 +02:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
mutex_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
netaddr_test.c IPv6 case to isc_netaddr_masktoprefixlen tests 2025-03-26 13:56:53 +01:00
netmgr_common.c Use clang-format-20 to update formatting 2025-06-25 12:44:22 +10:00
netmgr_common.h Convert the isc/tid.h to use own signed integer isc_tid_t type 2025-06-28 13:32:12 +02:00
parse_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
proxyheader_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
proxyheader_test_data.h Add PROXY header handling unit test suite 2023-12-06 15:15:24 +02:00
proxystream_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
proxyudp_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
quota_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
radix_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
random_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
ratelimiter_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
regex_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
result_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
rwlock_test.c Fix the isc_rwlock_tryupgrade() function's unit test 2025-04-16 15:59:42 +00:00
safe_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
siphash_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
sockaddr_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
spinlock_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
stats_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
stream_shutdown.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
symtab_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
tcp_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
tcpdns_test.c Separate the single setter/getter functions for TCP timeouts 2025-04-23 17:03:05 +00:00
time_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
timer_test.c Remove unused isc_mutexblock and isc_condition units 2025-03-01 07:33:09 +01:00
tls_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
tlsdns_test.c Separate the single setter/getter functions for TCP timeouts 2025-04-23 17:03:05 +00:00
udp_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
uv_wrap.h Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
work_test.c Convert the isc/tid.h to use own signed integer isc_tid_t type 2025-06-28 13:32:12 +02:00