BIND 10 trac1068review2, created. 2ec9338d84714ea670ee888f1edf5a4ad220ea9a [1068] overall documentation updates; also hid the database updater implementation completely within .cc as even the class name doesn't have to be visible.
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Aug 27 21:48:49 UTC 2011
The branch, trac1068review2 has been created
at 2ec9338d84714ea670ee888f1edf5a4ad220ea9a (commit)
- Log -----------------------------------------------------------------
commit 2ec9338d84714ea670ee888f1edf5a4ad220ea9a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Aug 27 13:19:06 2011 -0700
[1068] overall documentation updates; also hid the database updater
implementation completely within .cc as even the class name doesn't have to
be visible.
commit 1d907966f7f0fe7089efe46d8b808d9115f0d167
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Aug 26 16:06:49 2011 -0700
[1068] documented DataSourceClient::getUpdater() (renamed from
startUpdateZone() to be more consistent with getIterator()).
commit 93327a85ea63f7043c49a0af2384a1e274ab1dda
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Aug 26 10:59:58 2011 -0700
[1068] cleanup and simplification
commit 8fe581570c2ef4f881762f4f22ef4f66c1063491
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Aug 25 20:32:29 2011 -0700
[1068] refactoring for the test code so that it will be easily used
by update tests. the semantics should be preserved at the moment.
making a commit at this point mainly as a checkpoint.
commit 2812fa5cb0c2013ef1696888651390aa71a76b4a
Merge: 255bf5b 4c98f3d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Aug 25 19:14:49 2011 -0700
[1068] Merge branch 'trac1068' into trac1068review2 except the updated tests
for database_unittests (due to too many conflicts).
commit 4c98f3dc47545794daccd4978103f6b98236ad82
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Aug 18 01:23:20 2011 -0700
[1068] added clone() method for DatabaseAccessor, and used it in the updater
factory. this made the remaining database tests successful with sqlite3
accessor.
commit 2dfa0983e4680f321a3d4f1bd0d826abd88f455c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Aug 18 01:21:53 2011 -0700
[1068] added a master source of writable data source DB file, and a make rule
to generate a writable file for actual tests.
commit d60bb44c243f27053589b5501529b0001404373f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Aug 17 16:11:15 2011 -0700
[1068] refactored the test, 2nd phase: tested sqlite3 accessor as well as
mock accessor. right now some of the tests for sqlite3 fail.
commit 92dcac243a4a2924bab85d1519a0c7a20853f9cc
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Aug 17 12:15:42 2011 -0700
[1068] a major refactoring: templated DatabaseClientTest using the gtest's
typed test feature so that we can share (most of) the tests for various
types of database backends.
commit 2bd6dc4ac6ac61705517df297320fa79b308b9e3
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Aug 17 10:31:29 2011 -0700
[1068] implemented deleting RRset
commit 13e236a3d647d15858b061c7d96288bf7407e090
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Aug 16 18:31:09 2011 -0700
[1068] implemented adding RRsets
commit a7fe0d5982813f092f8a497d350620c02b995649
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Aug 16 18:17:13 2011 -0700
[1068] made RRSIG::typeCovered() a const member function.
not directly related to this branch, but it's the right thing.
commit d71b7da05d3e1a82047e35c2720c759bdc0fb44f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Aug 12 18:55:58 2011 -0700
[1068] supported commit and (implicit) rollback operation.
added some log messages. to make the log/exception messages useful,
also added an RRClass parameter to the Client constructor.
commit a577b387b7e5c9c8afd371767fccc85009e84485
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Aug 12 16:27:57 2011 -0700
[1068] intermediate editorial cleanup: change database/db, etc to accessor
throughout the code
commit 8e82cd7374cda9ef55f88504a94d31b06d7e1bd4
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Aug 12 16:05:04 2011 -0700
[1068] implemented some initial steps of the updater class
- defined updater and related classes
- implemented a simple constructor and updater finder
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list