bind9/bin
Ondřej Surý a4ffb64073 Refactor the dns_geoip API to use ISC_THREAD_LOCAL
Previously, the dns_geoip 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, and
creating the local memory context was moved to named and stored in the
named_g_geoip global context.
2019-12-04 14:17:19 +01:00
..
check Refactor the dns_name API to use ISC_THREAD_LOCAL 2019-12-03 16:27:24 +01:00
confgen Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
delv dns_master_indent and dns_master_indentstr must not be global 2019-11-26 13:52:18 +01:00
dig Refactor the dns_name API to use ISC_THREAD_LOCAL 2019-12-03 16:27:24 +01:00
dnssec Refactor the dns_name API to use ISC_THREAD_LOCAL 2019-12-03 16:27:24 +01:00
named Refactor the dns_geoip API to use ISC_THREAD_LOCAL 2019-12-04 14:17:19 +01:00
nsupdate Refactor the dns_name API to use ISC_THREAD_LOCAL 2019-12-03 16:27:24 +01:00
pkcs11 Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
plugins add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
python prep 9.15.3 2019-08-12 14:08:12 +00:00
rndc Refactor the dns_name API to use ISC_THREAD_LOCAL 2019-12-03 16:27:24 +01:00
tests Refactor the dns_name API to use ISC_THREAD_LOCAL 2019-12-03 16:27:24 +01:00
tools dns_master_indent and dns_master_indentstr must not be global 2019-11-26 13:52:18 +01:00
win32/BINDInstall Fix libuv.dll handling 2019-11-12 09:14:59 +00:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00