]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
13 years ago[1870] created a separate dir to store example "3rd party" apps using BIND 10.
JINMEI Tatuya [Fri, 28 Sep 2012 23:32:11 +0000 (16:32 -0700)] 
[1870] created a separate dir to store example "3rd party" apps using BIND 10.

13 years ago[2202] small style fixes
JINMEI Tatuya [Fri, 28 Sep 2012 22:10:32 +0000 (15:10 -0700)] 
[2202] small style fixes
- long/short lines
- position of ++/--
- spacing
- namespace

13 years ago[2202] editorial: fixed a typo in a comment
JINMEI Tatuya [Fri, 28 Sep 2012 20:03:07 +0000 (13:03 -0700)] 
[2202] editorial: fixed a typo in a comment

13 years ago[2269] Tests for dhcp6 config parser implemented.
Tomek Mrugalski [Fri, 28 Sep 2012 18:40:45 +0000 (20:40 +0200)] 
[2269] Tests for dhcp6 config parser implemented.

13 years ago[2269] dhcp6 config parser now returns status codes and does not throw.
Tomek Mrugalski [Fri, 28 Sep 2012 18:39:13 +0000 (20:39 +0200)] 
[2269] dhcp6 config parser now returns status codes and does not throw.

13 years ago[2202] added new util/threads directory to the doxygen input list.
JINMEI Tatuya [Fri, 28 Sep 2012 16:54:00 +0000 (09:54 -0700)] 
[2202] added new util/threads directory to the doxygen input list.

13 years ago[2254] cleanups
Jelte Jansen [Fri, 28 Sep 2012 14:49:01 +0000 (16:49 +0200)] 
[2254] cleanups

- rename BindCmdParse to BindCmdParser
- rename 'cmd' in tests to 'cmd_parser' (if used as BindCmdParser)
- cut off long lines according to style guide

13 years ago[2254] more review comments; code cleanup and docs
Jelte Jansen [Fri, 28 Sep 2012 14:29:42 +0000 (16:29 +0200)] 
[2254] more review comments; code cleanup and docs

removed self.location magic because config go is mostly broken now anyway
added docstring description for complete()

13 years ago[2155] add statistics_items.h into AUTH_SOURCES
Yoshitaka Aharen [Fri, 28 Sep 2012 11:09:02 +0000 (20:09 +0900)] 
[2155] add statistics_items.h into AUTH_SOURCES

13 years ago[2155] put statistics into isc::auth::statistics namespace
Yoshitaka Aharen [Fri, 28 Sep 2012 10:40:55 +0000 (19:40 +0900)] 
[2155] put statistics into isc::auth::statistics namespace

Put statistics classes into isc::auth::statistics namespace.
Rename AuthCounters to Counters.

13 years ago[2155] add a class to hold query/response attributes for statistics
Yoshitaka Aharen [Fri, 28 Sep 2012 10:18:08 +0000 (19:18 +0900)] 
[2155] add a class to hold query/response attributes for statistics

isc::auth::statistics::QRAttributes holds some attributes of
query/response for statistics. It is intended to use inside AuthSrvImpl.

13 years ago[2155] inlining isc::statistics::Counter
Yoshitaka Aharen [Fri, 28 Sep 2012 10:03:52 +0000 (19:03 +0900)] 
[2155] inlining isc::statistics::Counter

make isc::statistics::Counter and isc::statistics::CounterDict
inline for performance

13 years ago[2154] add statistics_items.h and test code
Yoshitaka Aharen [Fri, 28 Sep 2012 06:50:09 +0000 (15:50 +0900)] 
[2154] add statistics_items.h and test code

This file contains definitions of enums for counter items and
strings of the item names.

13 years ago[2254] editorial cleanup: removed space in param spec, folded long lines
JINMEI Tatuya [Thu, 27 Sep 2012 23:53:01 +0000 (16:53 -0700)] 
[2254] editorial cleanup: removed space in param spec, folded long lines

13 years ago[2254] suggested doc extension
JINMEI Tatuya [Thu, 27 Sep 2012 23:06:58 +0000 (16:06 -0700)] 
[2254] suggested doc extension

13 years ago[2254] trivial editorial fix
JINMEI Tatuya [Thu, 27 Sep 2012 22:08:51 +0000 (15:08 -0700)] 
[2254] trivial editorial fix

13 years ago[master] fixed a trivial typo in changelog (missing period).
JINMEI Tatuya [Thu, 27 Sep 2012 21:12:57 +0000 (14:12 -0700)] 
[master] fixed a trivial typo in changelog (missing period).

committing at my discretion.

13 years ago[master] comment cleanup: s/RBTree/ZoneTree/
JINMEI Tatuya [Thu, 27 Sep 2012 19:02:57 +0000 (12:02 -0700)] 
[master] comment cleanup: s/RBTree/ZoneTree/

committing at my discretion.

13 years ago[master] cleanup: removed a redundant copy construction of LabelSequence.
JINMEI Tatuya [Thu, 27 Sep 2012 19:00:31 +0000 (12:00 -0700)] 
[master] cleanup: removed a redundant copy construction of LabelSequence.

okayed on jabber.

13 years ago[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
JINMEI Tatuya [Thu, 27 Sep 2012 18:01:32 +0000 (11:01 -0700)] 
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

13 years ago[master] make sure static.zone is generated for new AUTHORS or version string.
JINMEI Tatuya [Thu, 27 Sep 2012 17:59:17 +0000 (10:59 -0700)] 
[master] make sure static.zone is generated for new AUTHORS or version string.

previously, once this zone file was generated, incremental build
(i.e., 'make' without 'make clean') may fail to update this file.
that would result in unexpected answer from b10-auth for *.bind
quieries, and would also cause unittest failures in auth/tests.

okayed on jabber.

13 years ago[2269] DHCPv6 startup phase is now handled properly by the config parser.
Tomek Mrugalski [Thu, 27 Sep 2012 17:33:20 +0000 (19:33 +0200)] 
[2269] DHCPv6 startup phase is now handled properly by the config parser.

13 years ago[2278] remove a bit of dead code
Jelte Jansen [Thu, 27 Sep 2012 14:28:25 +0000 (16:28 +0200)] 
[2278] remove a bit of dead code

13 years ago[2278] A number of cppcheck fixes
Jelte Jansen [Thu, 27 Sep 2012 14:00:48 +0000 (16:00 +0200)] 
[2278] A number of cppcheck fixes

and whitespace things, while i was there

13 years ago[master] update changelog
Jeremy C. Reed [Thu, 27 Sep 2012 12:20:06 +0000 (07:20 -0500)] 
[master] update changelog

add entry from marcin

improve some

13 years ago[master] editorial cleanup: removed non-existent param from doc
JINMEI Tatuya [Thu, 27 Sep 2012 00:53:57 +0000 (17:53 -0700)] 
[master] editorial cleanup: removed non-existent param from doc

trivial, committing at my discretion.

13 years ago[master] Shorten InMemoryZoneFinder::getOrigin() implementation
Mukund Sivaraman [Wed, 26 Sep 2012 21:40:06 +0000 (03:10 +0530)] 
[master] Shorten InMemoryZoneFinder::getOrigin() implementation

This should also fix the buildbot failure.

13 years ago[master] Remove redundant use of (this)
Mukund Sivaraman [Wed, 26 Sep 2012 21:39:31 +0000 (03:09 +0530)] 
[master] Remove redundant use of (this)

13 years ago[master] style fixes for changelog
Jeremy C. Reed [Wed, 26 Sep 2012 19:27:42 +0000 (14:27 -0500)] 
[master] style fixes for changelog

Line 54 is too long ( 72 )
Line 56 is too long ( 72 )
On line 60 use two tabs before the committer username.
On line 79 use a tab before the keyword type.

13 years ago[master]Merge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10
Jeremy C. Reed [Wed, 26 Sep 2012 18:31:33 +0000 (13:31 -0500)] 
[master]Merge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10

13 years ago[master] change XfrIn to b10-xfrin
Jeremy C. Reed [Wed, 26 Sep 2012 18:31:07 +0000 (13:31 -0500)] 
[master] change XfrIn to b10-xfrin

13 years ago[master] added changelog on the new in-memory data source implementation.
JINMEI Tatuya [Wed, 26 Sep 2012 18:22:38 +0000 (11:22 -0700)] 
[master] added changelog on the new in-memory data source implementation.

(with one minor style fix to a different entry: folded a long line).

13 years ago[master] Merge branch 'trac2282merge'
JINMEI Tatuya [Wed, 26 Sep 2012 18:03:47 +0000 (11:03 -0700)] 
[master] Merge branch 'trac2282merge'

13 years ago[2282merge] added virtual to a derived class dtor per convention/style guide.
JINMEI Tatuya [Wed, 26 Sep 2012 18:03:06 +0000 (11:03 -0700)] 
[2282merge] added virtual to a derived class dtor per convention/style guide.

13 years ago[2282merge] move an in-memory test data file to the new directory.
JINMEI Tatuya [Wed, 26 Sep 2012 17:37:24 +0000 (10:37 -0700)] 
[2282merge] move an in-memory test data file to the new directory.

13 years ago[2282merge] Merge branch 'trac2218' into trac2282merge
JINMEI Tatuya [Wed, 26 Sep 2012 17:32:21 +0000 (10:32 -0700)] 
[2282merge] Merge branch 'trac2218' into trac2282merge

13 years ago[2282merge] Merge branch 'trac2218' into trac2282merge
JINMEI Tatuya [Wed, 26 Sep 2012 17:31:23 +0000 (10:31 -0700)] 
[2282merge] Merge branch 'trac2218' into trac2282merge

with fixing Conflicts:
src/lib/datasrc/memory/zone_finder.cc
src/lib/datasrc/memory/zone_finder.h

13 years ago[2218] Untabify
Mukund Sivaraman [Wed, 26 Sep 2012 17:08:15 +0000 (22:38 +0530)] 
[2218] Untabify

13 years ago[2282] style fix: untabify
JINMEI Tatuya [Wed, 26 Sep 2012 17:04:25 +0000 (10:04 -0700)] 
[2282] style fix: untabify

13 years ago[2218] minor style fix: untabify
JINMEI Tatuya [Wed, 26 Sep 2012 17:03:25 +0000 (10:03 -0700)] 
[2218] minor style fix: untabify

13 years ago[2218] some small fixes to the revised nsec3hash implementation.
JINMEI Tatuya [Wed, 26 Sep 2012 16:47:58 +0000 (09:47 -0700)] 
[2218] some small fixes to the revised nsec3hash implementation.

- now salt_data_ is not a vector, some of the empty check isn't necessary
- on the other hand, we need to do it in creat()
- we don't need to do null check before free
- and some style fixes

13 years ago[2218] a small optimization: avoid using getOrigin(), which is expensive.
JINMEI Tatuya [Wed, 26 Sep 2012 16:40:59 +0000 (09:40 -0700)] 
[2218] a small optimization: avoid using getOrigin(), which is expensive.

creating labelsequence for the origin node should be normally faster.
also do some constify.

13 years ago[2218] (trivial) documentation for DomainTreeNodeChain copy ctor.
JINMEI Tatuya [Wed, 26 Sep 2012 16:23:55 +0000 (09:23 -0700)] 
[2218] (trivial) documentation for DomainTreeNodeChain copy ctor.

13 years ago[2218] style fix: combine two short lines
JINMEI Tatuya [Wed, 26 Sep 2012 16:21:04 +0000 (09:21 -0700)] 
[2218] style fix: combine two short lines

13 years agoMerge #2161
Michal 'vorner' Vaner [Wed, 26 Sep 2012 15:31:45 +0000 (17:31 +0200)] 
Merge #2161

13 years agoMerge branch 'master' of git+ssh://git.bind10.isc.org/var/bind10/git/bind10
Michal 'vorner' Vaner [Wed, 26 Sep 2012 15:29:02 +0000 (17:29 +0200)] 
Merge branch 'master' of git+ssh://git.bind10.isc.org/var/bind10/git/bind10

13 years agoChangelog for #2191
Michal 'vorner' Vaner [Wed, 26 Sep 2012 15:15:13 +0000 (17:15 +0200)] 
Changelog for #2191

13 years ago[master] Merge branch 'trac2187'
Marcin Siodelski [Wed, 26 Sep 2012 15:14:53 +0000 (17:14 +0200)] 
[master] Merge branch 'trac2187'

13 years agoMerge #2191
Michal 'vorner' Vaner [Wed, 26 Sep 2012 15:13:36 +0000 (17:13 +0200)] 
Merge #2191

13 years ago[2191] Remove unneeded code
Michal 'vorner' Vaner [Wed, 26 Sep 2012 15:12:07 +0000 (17:12 +0200)] 
[2191] Remove unneeded code

The method is the same as the version in the base class. No need to
replace it.

13 years agoMerge branch 'master' of git+ssh://git.bind10.isc.org/var/bind10/git/bind10
Michal 'vorner' Vaner [Wed, 26 Sep 2012 15:10:10 +0000 (17:10 +0200)] 
Merge branch 'master' of git+ssh://git.bind10.isc.org/var/bind10/git/bind10

13 years ago[master] Updated dhcp-perf-guide.xml: replaced ./perfdhcp with perfdhcp.
Marcin Siodelski [Wed, 26 Sep 2012 15:09:47 +0000 (17:09 +0200)] 
[master] Updated dhcp-perf-guide.xml: replaced ./perfdhcp with perfdhcp.

13 years agoChangelog for #2189
Michal 'vorner' Vaner [Wed, 26 Sep 2012 14:57:07 +0000 (16:57 +0200)] 
Changelog for #2189

13 years agoMerge #2189
Michal 'vorner' Vaner [Wed, 26 Sep 2012 14:56:01 +0000 (16:56 +0200)] 
Merge #2189

Conflicts:
ChangeLog

13 years ago[2187] Changes suggested in code review.
Marcin Siodelski [Wed, 26 Sep 2012 14:45:19 +0000 (16:45 +0200)] 
[2187] Changes suggested in code review.

13 years ago[2189] add changelog entry
Jeremy C. Reed [Wed, 26 Sep 2012 14:34:40 +0000 (09:34 -0500)] 
[2189] add changelog entry

13 years ago[2218] Add code comment
Mukund Sivaraman [Wed, 26 Sep 2012 14:32:24 +0000 (20:02 +0530)] 
[2218] Add code comment

13 years ago[2189] various minor changes
Jeremy C. Reed [Wed, 26 Sep 2012 14:31:51 +0000 (09:31 -0500)] 
[2189] various minor changes

minor grammar or wording changes

use mdash xml entity instead of unicode character

fix typo for Trac

fix example out of the configuration name

use xref tag instead of link tag (so reference is not lost in non-hyperlink
document)

keyring to key ring

fix punctuation (mistake in original)

minor grammar (mistake also in original)

13 years ago[2218] Make tree lookups slightly faster in findNSEC3()
Mukund Sivaraman [Wed, 26 Sep 2012 14:22:16 +0000 (19:52 +0530)] 
[2218] Make tree lookups slightly faster in findNSEC3()

13 years ago[2218] Add a copy constructor for DomainTreeNodeChain
Mukund Sivaraman [Wed, 26 Sep 2012 14:21:34 +0000 (19:51 +0530)] 
[2218] Add a copy constructor for DomainTreeNodeChain

13 years ago[2187] Corrected the text of a few messages and removed a comment
Stephen Morris [Wed, 26 Sep 2012 13:45:39 +0000 (14:45 +0100)] 
[2187] Corrected the text of a few messages and removed a comment

13 years ago[2218] Use the new NSEC3Hash::create() variant passing the uint8_t buffer directly
Mukund Sivaraman [Wed, 26 Sep 2012 13:22:18 +0000 (18:52 +0530)] 
[2218] Use the new NSEC3Hash::create() variant passing the uint8_t buffer directly

13 years ago[2218] Update NSEC3Hash::create() to accept uint8_t buffer instead of vector
Mukund Sivaraman [Wed, 26 Sep 2012 13:18:43 +0000 (18:48 +0530)] 
[2218] Update NSEC3Hash::create() to accept uint8_t buffer instead of vector

13 years ago[2161] Some small leftovers removed
Michal 'vorner' Vaner [Wed, 26 Sep 2012 12:43:14 +0000 (14:43 +0200)] 
[2161] Some small leftovers removed

13 years ago[2161] Drop the bases of the old datasrc API
Michal 'vorner' Vaner [Wed, 26 Sep 2012 12:26:56 +0000 (14:26 +0200)] 
[2161] Drop the bases of the old datasrc API

The tests and one header are still in place. It seems there are some
exceptions and declarations still used, it needs to be sorted out.

13 years ago[2218] Use scoped_ptr instead of auto_ptr
Mukund Sivaraman [Wed, 26 Sep 2012 12:20:55 +0000 (17:50 +0530)] 
[2218] Use scoped_ptr instead of auto_ptr

13 years ago[2218] Test DomainTree::largestNode() for empty trees
Mukund Sivaraman [Wed, 26 Sep 2012 12:16:35 +0000 (17:46 +0530)] 
[2218] Test DomainTree::largestNode() for empty trees

13 years ago[2218] Update other tests for previous commit's API change
Mukund Sivaraman [Wed, 26 Sep 2012 12:16:07 +0000 (17:46 +0530)] 
[2218] Update other tests for previous commit's API change

13 years ago[2218] Change return type of findZoneData()
JINMEI Tatuya [Wed, 26 Sep 2012 12:04:01 +0000 (17:34 +0530)] 
[2218] Change return type of findZoneData()

13 years ago[2161] Remove the old sqlite3 data source
Michal 'vorner' Vaner [Wed, 26 Sep 2012 12:02:04 +0000 (14:02 +0200)] 
[2161] Remove the old sqlite3 data source

And related other files. As well, no longer used.

13 years ago[2218] Update doc comment for InMemoryClient::findZoneData()
Mukund Sivaraman [Wed, 26 Sep 2012 11:57:43 +0000 (17:27 +0530)] 
[2218] Update doc comment for InMemoryClient::findZoneData()

13 years ago[2218] Test that 0 length NSEC3 hash salts are compared correctly
Mukund Sivaraman [Wed, 26 Sep 2012 11:55:42 +0000 (17:25 +0530)] 
[2218] Test that 0 length NSEC3 hash salts are compared correctly

13 years ago[2161] Remove the static_datasrc
Michal 'vorner' Vaner [Wed, 26 Sep 2012 11:48:59 +0000 (13:48 +0200)] 
[2161] Remove the static_datasrc

The old implementation of static data source. Getting rid of tests and
stray includes.

13 years ago[master] ChangeLog update after refactoring perfdhcp to C++.
Marcin Siodelski [Wed, 26 Sep 2012 11:48:29 +0000 (13:48 +0200)] 
[master] ChangeLog update after refactoring perfdhcp to C++.

13 years ago[2218] Test that the signed flag is set in ZoneData when NSEC3 records exist
Mukund Sivaraman [Wed, 26 Sep 2012 11:46:31 +0000 (17:16 +0530)] 
[2218] Test that the signed flag is set in ZoneData when NSEC3 records exist

13 years ago[2218] Remove unused DomainTreeNode::getLargestInSubTree() and its tests
Mukund Sivaraman [Wed, 26 Sep 2012 11:40:36 +0000 (17:10 +0530)] 
[2218] Remove unused DomainTreeNode::getLargestInSubTree() and its tests

13 years ago[2218] Add an API doc note that DomainTree::largestNode() doesn't throw
Mukund Sivaraman [Wed, 26 Sep 2012 11:37:41 +0000 (17:07 +0530)] 
[2218] Add an API doc note that DomainTree::largestNode() doesn't throw

13 years ago[2218] Change back size of DomainTreeNodeChain's level counter to size_t
Mukund Sivaraman [Wed, 26 Sep 2012 11:36:29 +0000 (17:06 +0530)] 
[2218] Change back size of DomainTreeNodeChain's level counter to size_t

13 years ago[2187] Improve doxygen comments.
Marcin Siodelski [Wed, 26 Sep 2012 10:49:27 +0000 (12:49 +0200)] 
[2187] Improve doxygen comments.

13 years ago[2187] Catch exceptions in perfdhcp if packet reception failed.
Marcin Siodelski [Wed, 26 Sep 2012 10:38:23 +0000 (12:38 +0200)] 
[2187] Catch exceptions in perfdhcp if packet reception failed.

13 years ago[2187] Fixed typos.
Marcin Siodelski [Wed, 26 Sep 2012 10:09:25 +0000 (12:09 +0200)] 
[2187] Fixed typos.

13 years ago[2187] Log exceptions from IfaceMgr::send and IfaceMgr::receiveX.
Marcin Siodelski [Wed, 26 Sep 2012 10:01:03 +0000 (12:01 +0200)] 
[2187] Log exceptions from IfaceMgr::send and IfaceMgr::receiveX.

13 years ago[2202] Don't throw from destructors
Michal 'vorner' Vaner [Wed, 26 Sep 2012 09:29:07 +0000 (11:29 +0200)] 
[2202] Don't throw from destructors

The situations are very bad anyway, and that should not happen during
normal operation. So we assert instead.

13 years ago[2202] Cleanup: use better variable name
Michal 'vorner' Vaner [Wed, 26 Sep 2012 09:20:40 +0000 (11:20 +0200)] 
[2202] Cleanup: use better variable name

The previous looked like it should be boolean (there's something good
about lisp's P suffix).

13 years ago[2202] Don't use namespace std
Michal 'vorner' Vaner [Wed, 26 Sep 2012 09:16:51 +0000 (11:16 +0200)] 
[2202] Don't use namespace std

Because of fear of possible future collisions.

13 years ago[2187] Removed 'cout' statements from pktX and libdhcp++.
Marcin Siodelski [Wed, 26 Sep 2012 09:16:24 +0000 (11:16 +0200)] 
[2187] Removed 'cout' statements from pktX and libdhcp++.

13 years ago[2202] Minor cleanups
Michal 'vorner' Vaner [Wed, 26 Sep 2012 09:11:04 +0000 (11:11 +0200)] 
[2202] Minor cleanups

* Removed an unneeded friend declaration.
* Typo

13 years ago[master] Merge branch 'trac1960'
Marcin Siodelski [Wed, 26 Sep 2012 07:58:50 +0000 (09:58 +0200)] 
[master] Merge branch 'trac1960'

Conflicts:
tests/tools/perfdhcp/Makefile.am
tests/tools/perfdhcp/tests/command_options_unittest.cc

13 years ago[2282] small optimization: allow findNode() to ignore out-of-zone names
JINMEI Tatuya [Wed, 26 Sep 2012 04:30:11 +0000 (21:30 -0700)] 
[2282] small optimization: allow findNode() to ignore out-of-zone names

then we can include the out-of-zone check as part of findNode() operation.

13 years ago[2282] allow getAbsoluteLabels() to use the node's labelseq if it's absolute.
JINMEI Tatuya [Wed, 26 Sep 2012 00:57:47 +0000 (17:57 -0700)] 
[2282] allow getAbsoluteLabels() to use the node's labelseq if it's absolute.

this will help the case where it's the zone origin.  the additional
handling often needs the origin's label sequence.

13 years ago[2282] cover the case of coexistence of DNAME and additional.
JINMEI Tatuya [Wed, 26 Sep 2012 00:29:05 +0000 (17:29 -0700)] 
[2282] cover the case of coexistence of DNAME and additional.

added one more test for that.

13 years ago[2282] cleanup: remove the findAll version of inmemory finder context ctor.
JINMEI Tatuya [Wed, 26 Sep 2012 00:03:21 +0000 (17:03 -0700)] 
[2282] cleanup: remove the findAll version of inmemory finder context ctor.

just as originally planned.

13 years ago[2282] added specialized implementation of getAdditionalImpl() for in-memory
JINMEI Tatuya [Wed, 26 Sep 2012 00:01:49 +0000 (17:01 -0700)] 
[2282] added specialized implementation of getAdditionalImpl() for in-memory

13 years ago[2254] and one more test
Jelte Jansen [Tue, 25 Sep 2012 23:12:35 +0000 (01:12 +0200)] 
[2254] and one more test

13 years ago[2282] internal refactoring: use labelsequence, not name, for findNode().
JINMEI Tatuya [Tue, 25 Sep 2012 23:04:06 +0000 (16:04 -0700)] 
[2282] internal refactoring: use labelsequence, not name, for findNode().

in the additional section handling we only have label sequences, so it's
more efficient.  no performance penalty for other cases.

13 years ago[2282] also pass RRClass to InMemoryZoneFinder::Context
JINMEI Tatuya [Tue, 25 Sep 2012 22:49:27 +0000 (15:49 -0700)] 
[2282] also pass RRClass to InMemoryZoneFinder::Context

13 years ago[2282] extend finder result context so it contains RdataSet
JINMEI Tatuya [Tue, 25 Sep 2012 22:39:17 +0000 (15:39 -0700)] 
[2282] extend finder result context so it contains RdataSet

also hide it as much as possible.  ZoneFinderResultContext is basically
private to zone_finder.cc and doesn't have to be defined in .h.

13 years ago[2254] added more tests
Jelte Jansen [Tue, 25 Sep 2012 22:31:28 +0000 (00:31 +0200)] 
[2254] added more tests

13 years ago[2254] change exception type
Jelte Jansen [Tue, 25 Sep 2012 21:59:40 +0000 (23:59 +0200)] 
[2254] change exception type

and add comment to tests

13 years ago[2282] Merge branch 'trac2219' into trac2282
JINMEI Tatuya [Tue, 25 Sep 2012 21:43:03 +0000 (14:43 -0700)] 
[2282] Merge branch 'trac2219' into trac2282