bind9/tests/isc
Ondřej Surý be99507488
Repair isc_task_purgeevent(), clean isc_task_unsend{,range}()
The isc_task_purgerange() was walking through all events on the task to
find a matching task.  Instead use the ISC_LINK_LINKED to find whether
the event is active.

Cleanup the related isc_task_unsend() and isc_task_unsendrange()
functions that were not used anywhere.

(cherry picked from commit 17aed2f895)
2023-01-18 18:04:41 +01:00
..
testdata/file Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
aes_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
buffer_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
counter_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
crc64_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
doh_test.c tlsctx_client_session_cache_new() -> tlsctx_client_session_create() 2022-12-23 13:58:14 +02:00
errno_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
file_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
hash_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
heap_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
hmac_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
ht_test.c Implement incremental hash table resizing in isc_ht 2023-01-11 17:15:33 +01:00
lex_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
Makefile.am Add tests/isc/uv_wrap.h to Makefile.am 2022-06-01 17:45:34 +02:00
md_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
mem_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
netaddr_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
netmgr_test.c tlsctx_client_session_cache_new() -> tlsctx_client_session_create() 2022-12-23 13:58:14 +02:00
parse_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
pool_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
quota_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
radix_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
random_test.c Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
regex_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
result_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
safe_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
siphash_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
sockaddr_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
stats_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
symtab_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
task_test.c Repair isc_task_purgeevent(), clean isc_task_unsend{,range}() 2023-01-18 18:04:41 +01:00
taskpool_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
time_test.c Deduplicate time unit conversion factors 2022-11-25 14:16:09 +00:00
timer_test.c Call isc_mutex_destroy(&lasttime_mx); 2022-08-24 17:03:57 +10:00
uv_wrap.h Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00