BIND10 shmemfix2, created. b06bb94dfade46c4dbe54e431affc3ee2bdd5593 [shmemfix2/2912] fix a minor case of becoming NSEC3 signed to unsigned.
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Apr 21 06:37:17 UTC 2014
The branch, shmemfix2 has been created
at b06bb94dfade46c4dbe54e431affc3ee2bdd5593 (commit)
- Log -----------------------------------------------------------------
commit b06bb94dfade46c4dbe54e431affc3ee2bdd5593
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sun Apr 20 23:36:04 2014 -0700
[shmemfix2/2912] fix a minor case of becoming NSEC3 signed to unsigned.
this should complete trac ticket 2912 and other tickets for diff/jnl
based zone loading.
commit e514aaebaf256cc77b3bc7bfd5766a68a14d644f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sun Apr 20 22:26:09 2014 -0700
[shmemfix2] added some more comments
commit 87ee26b17b08f924e8ed835484d2f6b61128ba3f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sun Apr 20 22:20:07 2014 -0700
[shmemfix2] updated ZoneWriter so it uses ZoneDataLoader::commit().
this will enable diff-based loading at the application level.
commit a2bb6db09445ace01549de4f3f3f7ce6bd8d82fb
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sun Apr 20 19:13:27 2014 -0700
[shmemfix2] added ZoneDataLoader::commit() to support diff-based load.
commit de204acc16f4971b2d299c173f1e2c4ae2fcde19
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sun Apr 20 16:11:28 2014 -0700
[shmemfix2] added log message for removing RRs
commit aee2ce937dcb6188a2976f19494e7f5267b047d1
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sun Apr 20 16:10:30 2014 -0700
[shmemfix2] added a few more test cases for ZoneData::remove
commit f0d46db58f86ba233203f75fc76c784967e387ef
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sun Apr 20 16:09:53 2014 -0700
[shmemfix2] don't attempt removing origin nodes; domaintree doesn't check it.
commit 6b8ae7a46f09152075e7c7d96ecadf9992ed56ec
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sun Apr 20 10:33:57 2014 -0700
[shmemfix2/2752] added ZoneDataUpdater::remove() for diff based zone load
this completes trac ticket 2752. note that the method is named 'remove',
as 'delete' is reserved for C++.
commit 5db8ebcbec0c3059a05ec8b3ad0ad9014a4b7504
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sun Apr 20 09:44:40 2014 -0700
[shmemfix2] clarified RdataSet::subtract returns NULL if the result is empty.
commit 543e621fd004c6bfd88f6f2fe9567c87dba5437d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sun Apr 20 09:43:39 2014 -0700
[shmemfix2] add findName/removeNode to ZoneData and NSEC3Data
these small extensions will be needed to implement ZoneDataUpdater::remove().
commit 534e9cfb470b6f452f0d57291132aacda8e3c39a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Apr 19 15:39:50 2014 -0700
[shmemfix2] editorial cleanup: folded a long line due to isc->bundy
commit 210b9ac1a35f977ca3041ae0d19ebc36726270a8
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Apr 19 15:34:25 2014 -0700
[shmemfix2/2860] use skip-load optimization of ZoneDataLoader from writer.
this completes trac ticket 2860. it works with memmgr without further changes.
commit 8d5f53d9ab926a1fa3141ebe3c4289410df1215c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Apr 19 14:27:53 2014 -0700
[shmemfix2] added a few informational/debug log messages.
commit cd3f82f5c3c8de534925a6ca2e17ebc098d0ad68
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Apr 19 10:29:30 2014 -0700
[shmemfix2] supported optimization of skipping load for the same serial.
commit 1cd9b8527a37be98b297bf2dfeff3685d5e13af6
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Apr 18 22:29:33 2014 -0700
[shmemfix2] cleanup: handle null from getIterator() in ZoneDataLoader.
some test cases are not valid anymore and can simply be removed.
commit 0be6a5119d4384e4dfa1a1a856240377d71c872f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Apr 18 16:06:58 2014 -0700
[shmemfix2/2913] cleanup: renamed load_action.h to reflect its new purpose.
this completes Trac2913, although commit() method is not yet implemented
and obviously unused.
commit ea5f72b5ce644a6bcb8246f1c67f654fbdc93b0e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Apr 18 16:03:49 2014 -0700
[shmemfix2] cleanup: removed unused file.
commit d840b1862290d43e31760495a9b2f066bc3e1e12
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Apr 18 16:01:11 2014 -0700
[shmemfix2] refactor: use ZoneDataLoader from zone writer.
some adjustment was needed, but should mostly be straightforward.
commit a22d81f5a4a2f0df8a40091dc8eae0be3f6efd39
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Apr 18 13:22:58 2014 -0700
[shmemfix2] pass DataSourceClient to ZoneDataLoader, not just an iterator.
ZoneDataLoader now creates an iterator internally. we'll then be able to
create and use a journal reader for diff-based loading.
commit dc3570203194cc04499d4a7a0d43410d692672dc
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Apr 18 10:02:51 2014 -0700
[shmemfix2] introduce ZoneDataLoader, class version loadZoneData().
this is a minor refactoring. the function versions were now removed,
and existing tests can be reused with trivial adjustments.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list