BIND 10 trac1607, created. 64611b969652b074976c72867bc78ca43f8e51be [1607] use the result of findZone() to check if qname is zone origin. This should be more efficient than expensive name comparison. This is a small (unrelated) optimization, but hopefully it's okay.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 2 09:26:02 UTC 2012
The branch, trac1607 has been created
at 64611b969652b074976c72867bc78ca43f8e51be (commit)
- Log -----------------------------------------------------------------
commit 64611b969652b074976c72867bc78ca43f8e51be
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Mar 2 01:22:44 2012 -0800
[1607] use the result of findZone() to check if qname is zone origin.
This should be more efficient than expensive name comparison.
This is a small (unrelated) optimization, but hopefully it's okay.
commit 6f31530ff7e74757980eb2d01b82852636991672
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Mar 2 01:21:39 2012 -0800
[1607] adjusted auth::Query to use ZoneFinder::Context::getAdditional().
commit 29fab3811a8bbae6bc28198f7aec4378b338a03c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Mar 2 01:20:41 2012 -0800
[1607] update the auqh query mock finder for the API change.
also removed debug output.
commit 1633572f050616e4fc41502fa2bcbfd70ea594ef
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Mar 2 01:20:20 2012 -0800
[1607] documentation update
commit b2e7f7e47b9ac2dc93ca57c63635255a9a50fbe7
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 1 23:33:13 2012 -0800
[1607] supported type ANY query case.
commit de4b10ee8d53f5c9537ba98ad401f84d008efd69
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 1 23:08:28 2012 -0800
[1607] make sure ignoring irrelevant cases.
getAdditional() is now non virtual function and implements the common code
check. the actual processing is delegated to a protected virtual function.
commit 9a5e82f81a296fb59dfe75c7f47fe91471fcb13c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 1 22:53:55 2012 -0800
[1607] cleanup.
commit 1d3d7c590668be4503e70c2d3f2ee1da955874ac
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 1 22:48:55 2012 -0800
[1607] implemented basic cases of getAdditional() and tests.
commit 3e88cb09890b3d05c82c56be350b1b76325dff15
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 1 22:48:31 2012 -0800
[1607] cleanup: removed unnecessary header file
commit ac299353640a32e77ad0e3f630d1a6bdbfdbbb06
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 1 22:42:51 2012 -0800
[1607] editorial fix to an error message
commit 118f1f9d41fed38bb12d46f41d50dd2fd7367a80
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 1 20:58:43 2012 -0800
[1607] show expected/actual RRsets values in rrset(s)Check() on failure.
(unrelated extension to testutil)
commit ff863e03a8cbdb0c971a101af01b604dc13d1457
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 1 16:20:57 2012 -0800
[1607] test setup: created a test zone file, defined a param'ed test fixture.
commit 6b3dabe34a4fafac4a91fd0b953b49dfb846b713
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 1 13:57:50 2012 -0800
[1607] (cleanup) reorganized datasrc loadable moule oraganizations and tests.
extracted the conflicting symbols into <datasrc>_link.cc so that the main
part of the data source implementations can be shared in the single test.
commit 4bcec5ffb6b84ccc0e3b6598567d1e0b67b95976
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 1 13:07:34 2012 -0800
[1607] added an empty implementation of Context::getAdditional().
for now, just to make it compile.
commit a74802e8424747421511511f78a344de22105c1d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Feb 29 20:13:55 2012 -0800
[1607] a small extension: Context now takes the finder and the original find
options and remember them. These will be used in the getAdditional() support.
commit bb4cc9928f968cd9e72503116a83c1fbe8f07361
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Feb 29 15:09:57 2012 -0800
[1607] initial refactoring: change FindResult to Finder::Context and use
shared poitners to it instead of real objects.
no functional change yet, so the conversion is basically only about the
syntax.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list