BIND 10 trac2834, created. fa304f6d472075939f45a1e59a45c6a6c82d8ac7 [2834] removed now-unused methods and members from InMemoryClient.
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Apr 6 04:00:41 UTC 2013
The branch, trac2834 has been created
at fa304f6d472075939f45a1e59a45c6a6c82d8ac7 (commit)
- Log -----------------------------------------------------------------
commit fa304f6d472075939f45a1e59a45c6a6c82d8ac7
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Apr 3 22:36:02 2013 -0700
[2834] removed now-unused methods and members from InMemoryClient.
load() related methods and members were removed, and internally maintained
zone file names were removed too. some log messages were moved to
more appropriate places.
commit ad304b978c110bee6e97ef3010776bbd8733e813
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Apr 3 22:13:08 2013 -0700
[2834] updated InMemoryClient tests so they use the load() method.
some were simply disabled, which will soon be removed.
commit 44890bb7db4879313473787c726ae25dd6eac335
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Apr 5 20:58:25 2013 -0700
[2834] made exception what() a bit more accurate
commit aef76a4ff2d463f09a2d82e304d6003025646a5a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Apr 5 15:52:06 2013 -0700
[2834] documentation update
commit ba37fe42bf0e97653780bddc8ecb47a090c3ccc9
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Apr 3 21:37:38 2013 -0700
[2834] use NULL instead of 0
based on discussion in #2833
commit 41a8bec7700a7792e1f24883add4e542977c111e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Apr 3 15:35:38 2013 -0700
[2834] avoid using InMemoryClient::load for some tests.
instead, load it into ZoneTableSegment directly. also introduced a utility
function as it would be used may times
commit c37383f57aa3d6b6cd4911279a143091912c0e32
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Apr 3 14:12:15 2013 -0700
[2834] adjusted expected log message in lettuce tests for changes in the branch
commit d253c3c481194eff6ae52861624d0d0fdf44b4b3
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Apr 3 14:10:56 2013 -0700
[2834] fixed a regression: missing return; added a test that would cover it.
and also updated doc to clarify some result codes of getCachedZoneWriter()
commit 854d608fd26a2b9c1cee43f5ce48d75ac7223e22
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 2 22:17:59 2013 -0700
[2834] use CacheConfig::getLoadAction for ConfigurableClientList::configure.
we now don't distinguish MasterFiles and other data sources, so we unified
two error logs.
commit 83652c539b9e0fc04202bef8c6abe6fffad1f58c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 2 22:02:52 2013 -0700
[2834] add getZoneCount() to ZoneTable and use it for InMemoryClient
since we are going to deprecate direct load within InMemoryClient this is
necessary.
commit bb5f0f9677e89c5fa45a6e54c2176a2496cfa6a8
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 2 21:02:52 2013 -0700
[2834] updated getCachedZoneWriter so it uses CacheConfig::getLoadAction.
commit 97f58d9418e14b7076850c529619dcd1efa41145
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 2 20:50:32 2013 -0700
[2834] refactor client_list tests so it uses CacheConfig
commit 4a27055866a0ec36350d20422713174d61543015
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 2 20:15:08 2013 -0700
[2834] added a simple getter for cache conf to DataSourceInfo.
commit a5ec1487b162ef818186ae92b54e5c73d8757bd1
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 2 19:59:08 2013 -0700
[2834] return null functor from getLoadAction if not configured for cache.
this would be more convenient in actual usage.
commit e7971923e90e58921feac425b7ec9073f4a22c95
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 2 17:12:59 2013 -0700
[2834] supported datasrc version of getLoadAction.
again, functor class was copied from client_list.
commit 962447aa16c4f4accd42fc326d9408cdf75d2dde
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 2 16:13:44 2013 -0700
[2834] supported CacheConfig::getLoadAction for MasterFiles.
functor was copied from client_list.cc (the latter should eventually be
removed in this branch)
commit b7a8ae05f15fb10c0e2215565f160889390c3c8d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 2 16:47:28 2013 -0700
[2834] (unrelated cleanup): move all datasrc exceptions to exceptions.h.
data_source.h is now effectively empty so was removed.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list