Jeremy C. Reed 72b8ac6172 [master] various more typo and misspelling fixes il y a 12 ans
..
tests 72b8ac6172 [master] various more typo and misspelling fixes il y a 12 ans
.gitignore 2b13ceb687 Add more .gitignore files for the rest of generated stuff il y a 13 ans
Makefile.am 16fa1ecec8 [2071] Add b10 prefix to libnsas.la il y a 12 ans
README 87428d78d0 Renamed some files and a directory. il y a 14 ans
TODO 6ae0d625f0 [master] many misspelling and typo fixes il y a 12 ans
address_entry.cc e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. il y a 14 ans
address_entry.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
address_request_callback.h 6ae0d625f0 [master] many misspelling and typo fixes il y a 12 ans
asiolink.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
fetchable.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
glue_hints.cc 5f4eb187db [1193] updates to fix cppcheck-1.53 warnings il y a 13 ans
glue_hints.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
hash.cc 3dfd3b25e2 [1812] remove newline il y a 13 ans
hash.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
hash_deleter.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
hash_key.cc bf2e60ca2a [1470] Change some loop indexes to unsigned values il y a 13 ans
hash_key.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
hash_table.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
nameserver_address.cc 118edb2944 [jreed-copyrights] remove CZ copyrights (they are replaced with ISC) il y a 14 ans
nameserver_address.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
nameserver_address_store.cc 6661b327d2 [trac1035] Change message IDs to words separated by underscores il y a 14 ans
nameserver_address_store.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
nameserver_entry.cc d6d90c1976 [1383] Log more detailed information on response received by NSAS il y a 13 ans
nameserver_entry.h 6ae0d625f0 [master] many misspelling and typo fixes il y a 12 ans
nsas_entry.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
nsas_entry_compare.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
nsas_log.cc 5b4feea19e [trac745] Move logging initialization code to logger directory il y a 14 ans
nsas_log.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
nsas_messages.mes 10c00f0507 [master] reorder the .mes entries il y a 13 ans
nsas_types.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
zone_entry.cc 5f4eb187db [1193] updates to fix cppcheck-1.53 warnings il y a 13 ans
zone_entry.h 72b8ac6172 [master] various more typo and misspelling fixes il y a 12 ans

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.