Michal Vaner 8b6addc06e NameserverEntry provides NameserverAddress 14 years ago
..
tests 8b6addc06e NameserverEntry provides NameserverAddress 14 years ago
Makefile.am 8b6addc06e NameserverEntry provides NameserverAddress 14 years ago
README db1f12078c First block of Nameserver Address Store code for review 14 years ago
TODO 4a2f6d50c6 TODO 14 years ago
address_entry.cc db1f12078c First block of Nameserver Address Store code for review 14 years ago
address_entry.h 5925fd66c3 Add unreachable server processing for address selection logic 14 years ago
address_request_callback.h 50248a257c Forgot to add this file to the repository in the last commit. 14 years ago
asiolink.h 6eb9009f87 Fix virtual destructors 14 years ago
fetchable.h b3634f7c0e Fetchable simplification 14 years ago
hash.cc 96a97de26c Interface update 14 years ago
hash.h 4df2548127 Fix includes 14 years ago
hash_deleter.h b84dcb714c Add some virtual destructors to remove the compiling warnings 14 years ago
hash_key.cc 4df2548127 Fix includes 14 years ago
hash_key.h 96a97de26c Interface update 14 years ago
hash_table.h 2d7e8185d4 Hmm, subversion works locally to subdir. Commit the rest of the tree as well 14 years ago
lru_list.h 2d7e8185d4 Hmm, subversion works locally to subdir. Commit the rest of the tree as well 14 years ago
nameserver_address.cc 8b6addc06e NameserverEntry provides NameserverAddress 14 years ago
nameserver_address.h 8b6addc06e NameserverEntry provides NameserverAddress 14 years ago
nameserver_address_store.cc 81769906dc Update the nameserver address store 14 years ago
nameserver_address_store.h 81769906dc Update the nameserver address store 14 years ago
nameserver_entry.cc 8b6addc06e NameserverEntry provides NameserverAddress 14 years ago
nameserver_entry.h 8b6addc06e NameserverEntry provides NameserverAddress 14 years ago
nsas_entry.h 2d7e8185d4 Hmm, subversion works locally to subdir. Commit the rest of the tree as well 14 years ago
nsas_entry_compare.h c3e4332096 1. Changes to tests made in response to review. 14 years ago
nsas_types.h faa011f3c1 Type update, unification of arrays 14 years ago
random_number_generator.h 8b6addc06e NameserverEntry provides NameserverAddress 14 years ago
resolver_interface.h 3531995a7c Minor fixes 14 years ago
zone_entry.cc 5bf4372c4d ZoneEntry cleanup and documentation. 14 years ago
zone_entry.h 5bf4372c4d ZoneEntry cleanup and documentation. 14 years ago

README

For an overview of the Nameserver Address Store, see the requirements and design
documents at http://bind10.isc.org/wiki/Resolver.

At the time of writing (19 October 2010), the file asiolink.h is present in this
directory only for the purposes of development. When the recursor's
asynchronous I/O code has been finished, this will be removed and the NSAS will
use the "real" code.