bind9/tests/ns
Ondřej Surý f5af981831
Change dns_message_create() function to accept memory pools
Instead of creating new memory pools for each new dns_message, change
dns_message_create() method to optionally accept externally created
dns_fixedname_t and dns_rdataset_t memory pools.  This allows us to
preallocate the memory pools in ns_client and dns_resolver units for the
lifetime of dns_resolver_t and ns_clientmgr_t.
2023-09-24 18:07:40 +02:00
..
testdata Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
listenlist_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:12:23 +02:00
Makefile.am Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
netmgr_wrap.c Fix the streaming read callback shutdown logic 2023-04-20 12:58:32 +02:00
notify_test.c Change dns_message_create() function to accept memory pools 2023-09-24 18:07:40 +02:00
plugin_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:12:23 +02:00
query_test.c Refactor dns_badcache to use cds_lfht lock-free hashtable 2023-07-31 15:51:15 +02:00