BIND 10 trac2211, created. 6cf94944f1431422449f5740299ee2d6ae5fd988 [2211] (unrelated fix) make sure the first time config is installed
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Oct 20 07:02:44 UTC 2012
The branch, trac2211 has been created
at 6cf94944f1431422449f5740299ee2d6ae5fd988 (commit)
- Log -----------------------------------------------------------------
commit 6cf94944f1431422449f5740299ee2d6ae5fd988
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 23:59:59 2012 -0700
[2211] (unrelated fix) make sure the first time config is installed
it's a topic of #2363, but the change is small and is better to be fixed
here because it would cause conflict.
commit a61ab28f80639eb289b7b1cf74e89932fb11f1f5
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 23:34:12 2012 -0700
[2211] added note about exception cases in remote config handler.
commit 5ac7c2d114c23a7bdf4c15a96d619027d2092d63
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 23:08:53 2012 -0700
[2211] cleanup: removed now-unused stuff: auth_srv mutex, client lists, etc.
commit 2f6a2e484a7c4838a11e0696323c5a38efa1c6cc
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 22:56:39 2012 -0700
[2211] use data source client mgr for query_bench
commit 15a048bef56f34ac35ac38f6b43512129dac0350
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 22:47:04 2012 -0700
[2211] use DataSrcClientsMgr in the remote config handler for data_sources.
commit a9af8c8a7a7d2448c86949fca578ec942e5413dd
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 22:33:01 2012 -0700
[2211] test duplicate mgr holder acquisition instead using auth locker
the latter will soon be deprecated.
commit 86fe8fce9db80466c67e0553c9f5ef404cdbb185
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 22:27:30 2012 -0700
[2211] use DataSrcClientsMgr for query processing
commit c9b8a023d197a3726f4177409847c29e523a69fc
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 20:18:59 2012 -0700
[2211] make DataSrcClientsMgr and DataSrcClientsBuilder non copyable.
they are not expected to be copied, and I actually had a bug due to an
accidental copy. Making it non copyable will help avoid such bugs.
commit 0e56f890880b684ebb71245155d0ecd435c75fdf
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 20:15:16 2012 -0700
[2211] updated auth LoadZoneCommand so it uses the new DataSrcClientsMgr.
commit 0e70ad361ad0d42b3d0aa63c51355e20c48b9c32
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 16:53:01 2012 -0700
[2211] introduce DataSrcClientsMgr::Holder.
auth_srv test's clientList tests are now converted to clients manager's test.
("holder" tests).
commit adc18e7e1019626410a642aa8271627659ff1d3b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 15:52:02 2012 -0700
[2211] create the client lists map in the DataSrcClientsMgr ctor.
this will help corner case considerations of it being NULL
commit 8a4c6f4bbfd10a372fa4c4d40a6cb5ec64047cb6
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 15:17:52 2012 -0700
[2211] added trivial getter for data source clients manager.
commit 77d522cf9e3b0cfd5325461b76bbaa2cc8a859f2
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 15:07:32 2012 -0700
[2211] moved DataSrcClientsMgr object from main to auth_srv
this way we can avoid having a situtation that it's NULL.
commit eb90dff94fbb2df0632f51982fc2c512af6e9c65
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 14:46:21 2012 -0700
[2211] added reconfigure() for DataSrcClientsMgr
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list