[SCM] ISC BIND 10 source code branch, experiments/resolver, updated. caf6ca1dc4f8e014f975d168af370cf7a35a5fbf
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jan 18 11:28:36 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, experiments/resolver has been updated
via caf6ca1dc4f8e014f975d168af370cf7a35a5fbf (commit)
via 6e4c7c07b7d6dc58213df0c67100ead14932c1ea (commit)
via e9c8b1402a1bd1834209c1f29aa121cc514388ce (commit)
from 435b7a283437aa13047cc69c1b9e28284a3de46c (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 caf6ca1dc4f8e014f975d168af370cf7a35a5fbf
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Jan 18 12:28:05 2011 +0100
doxygen line
commit 6e4c7c07b7d6dc58213df0c67100ead14932c1ea
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Jan 18 12:24:00 2011 +0100
ends0 fix and message argument rename
renamed the original MessaPtr message argument in the various process()
calls to query_message, to better reflect the content
Also fixed EDNS0 responses; fill in our own value (currently hardcoded
to 4096, we should make this configurable at some point)
added a new constant DEFAULT_MAX_EDNS0_UDPSIZE to lib/dns/message.h for
that purpose
commit e9c8b1402a1bd1834209c1f29aa121cc514388ce
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Jan 18 11:10:00 2011 +0100
use answer_message for final answer
use the answer_message Message object instead of parsing it out of the
buffer again when constructing the final answer
-----------------------------------------------------------------------
Summary of changes:
src/bin/resolver/resolver.cc | 150 ++++++++++++++---------------------
src/bin/resolver/resolver.h | 2 +-
src/lib/asiolink/asiolink.cc | 54 ++++++++++++-
src/lib/asiolink/internal/tcpdns.h | 2 +-
src/lib/asiolink/internal/udpdns.h | 6 +-
src/lib/asiolink/tcpdns.cc | 10 ++-
src/lib/asiolink/udpdns.cc | 10 ++-
src/lib/dns/message.h | 3 +
8 files changed, 131 insertions(+), 106 deletions(-)
hooks/post-receive
--
ISC BIND 10 source code
More information about the bind10-changes
mailing list