[SCM] ISC BIND 10 source code branch, trac487, updated. 30838487e181829182543e1a32e25ad313172b89

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 21 21:03:59 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ISC BIND 10 source code".

The branch, trac487 has been updated
       via  30838487e181829182543e1a32e25ad313172b89 (commit)
      from  332f90f4789c9c39f8cbb571dcf0d1a24e1a1cf2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 30838487e181829182543e1a32e25ad313172b89
Author: Stephen Morris <stephen at isc.org>
Date:   Fri Jan 21 21:00:57 2011 +0000

    First cut at code to classify a server response
    
    The code analyses the response for errors as well as determining whether
    it is an answer or a referral.

-----------------------------------------------------------------------

Summary of changes:
 doc/Doxyfile                                       |    2 +-
 src/bin/resolver/Makefile.am                       |    1 +
 src/bin/resolver/response_classifier.cc            |  247 +++++++++++
 src/bin/resolver/response_classifier.h             |  123 ++++++
 src/bin/resolver/tests/Makefile.am                 |    2 +
 .../resolver/tests/response_classifier_unittest.cc |  459 ++++++++++++++++++++
 src/lib/dns/question.h                             |   26 +-
 src/lib/dns/tests/question_unittest.cc             |   33 ++
 8 files changed, 889 insertions(+), 4 deletions(-)
 create mode 100644 src/bin/resolver/response_classifier.cc
 create mode 100644 src/bin/resolver/response_classifier.h
 create mode 100644 src/bin/resolver/tests/response_classifier_unittest.cc


hooks/post-receive
-- 
ISC BIND 10 source code



More information about the bind10-changes mailing list