Stephen Morris f1104654a2 [1470] Move include of config.h before all other includes 13 years ago
..
tests f1104654a2 [1470] Move include of config.h before all other includes 13 years ago
Makefile.am 1764a1eb64 [trac1035] rename nsasdef.h to nsas_messages.h 14 years ago
README 87428d78d0 Renamed some files and a directory. 14 years ago
TODO 8e5f623e1b Update NSAS TODO 14 years ago
address_entry.cc e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. 14 years ago
address_entry.h d82bd9a601 [trac495] use the NSAS to ask for a nameserver address 14 years ago
address_request_callback.h e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. 14 years ago
asiolink.h 76022a7e9f [master] Merge branch 'trac495' 14 years ago
fetchable.h 118edb2944 [jreed-copyrights] remove CZ copyrights (they are replaced with ISC) 14 years ago
glue_hints.cc 95b1c90380 [trac751] Move some dependency of libasiolink to libasiodns 14 years ago
glue_hints.h 629023f290 [trac501] Address review comments 14 years ago
hash.cc e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. 14 years ago
hash.h 00e1d85817 [jreed-doxygen] various doxygen fixes 14 years ago
hash_deleter.h f6aa7d5956 [trac749] refactor C++ utility library 14 years ago
hash_key.cc bf2e60ca2a [1470] Change some loop indexes to unsigned values 13 years ago
hash_key.h e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. 14 years ago
hash_table.h ecb22c0c22 [trac749] update namespace names 14 years ago
nameserver_address.cc 118edb2944 [jreed-copyrights] remove CZ copyrights (they are replaced with ISC) 14 years ago
nameserver_address.h dd1809bf5b [jreed-doxygen] more doxygen improvements 14 years ago
nameserver_address_store.cc 6661b327d2 [trac1035] Change message IDs to words separated by underscores 14 years ago
nameserver_address_store.h b843d05fda [trac1166][jreed-doxygen] Resolved doxygen-related TODOs 13 years ago
nameserver_entry.cc d6d90c1976 [1383] Log more detailed information on response received by NSAS 13 years ago
nameserver_entry.h ecb22c0c22 [trac749] update namespace names 14 years ago
nsas_entry.h f6aa7d5956 [trac749] refactor C++ utility library 14 years ago
nsas_entry_compare.h e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. 14 years ago
nsas_log.cc 5b4feea19e [trac745] Move logging initialization code to logger directory 14 years ago
nsas_log.h 621c92d9a1 [1074] First pass at sorting out C++ devug levels 13 years ago
nsas_messages.mes c0be7a6c0e [1383] Changes to messages as a result of review 13 years ago
nsas_types.h e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. 14 years ago
zone_entry.cc ecb22c0c22 [trac749] update namespace names 14 years ago
zone_entry.h 1c71878fcb [jreed-doxygen] more doxygen cleanup 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 resolver's
asynchronous I/O code has been finished, this will be removed and the NSAS will
use the "real" code.