bind9/lib/dns/include
Ondřej Surý 4a3d589403 Refactor the dns_dt API to use ISC_THREAD_LOCAL
Previously, the dns_dt API used isc_thread_key API for TLS, which is
fairly complicated and requires initialization of memory contexts, etc.
This part of code was refactored to use a ISC_THREAD_LOCAL pointer which
greatly simplifies the whole code related to storing TLS variables.
2019-12-03 16:27:30 +01:00
..
dns Refactor the dns_dt API to use ISC_THREAD_LOCAL 2019-12-03 16:27:30 +01:00
dst Add dst_key_copy_metadata function. 2019-11-06 22:36:21 +01:00
Makefile.in Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00