bind9/tests/libtest
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
..
dns.c Replace the linked list of TCP dispatches with hash table 2023-09-16 07:32:18 +02:00
isc.c Always initialize the workers in the libtest 2023-04-21 09:04:24 +02:00
Makefile.am Get the tests working with liburcu 2023-05-12 20:48:31 +01:00
ns.c Change dns_message_create() function to accept memory pools 2023-09-24 18:07:40 +02:00
qp.c Fixes for liburcu-qsbr 2023-05-15 20:49:42 +00:00