bind9/bin/dig
Ondřej Surý 1a66aabd22 Refactor the dns_name API to use ISC_THREAD_LOCAL
Previously, the dns_name 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:24 +01:00
..
include/dig Don't print ';;' comments in yaml mode. 2019-09-06 14:14:20 +10:00
win32 Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.1 prep for 9.15.4 2019-09-09 13:13:39 +00:00
dig.c dns_master_indent and dns_master_indentstr must not be global 2019-11-26 13:52:18 +01:00
dig.docbook Added documentation for dig's +unexpected command line option. 2019-09-03 10:15:25 -03:00
dig.html prep for 9.15.4 2019-09-09 13:13:39 +00:00
dighost.c Refactor the dns_name API to use ISC_THREAD_LOCAL 2019-12-03 16:27:24 +01:00
host.1 prep 9.13.6 2019-02-06 22:13:05 +00:00
host.c Replace RUNTIME_CHECK(dns_name_copy(..., NULL)) with dns_name_copynf() 2019-10-01 10:43:26 +10:00
host.docbook update copyrights 2019-01-02 10:20:43 +11:00
host.html prep 9.13.6 2019-02-06 22:13:05 +00:00
Makefile.in add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
nslookup.1 prep 9.13.6 2019-02-06 22:13:05 +00:00
nslookup.c Replace RUNTIME_CHECK(dns_name_copy(..., NULL)) with dns_name_copynf() 2019-10-01 10:43:26 +10:00
nslookup.docbook update copyrights 2019-01-02 10:20:43 +11:00
nslookup.html prep 9.13.6 2019-02-06 22:13:05 +00:00