BIND 10 trac1782, created. 5dcf1dadd19d9b251fa6dbefefbc98f16fb62c66 [master] Merge branch 'trac1789'

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Apr 13 11:02:14 UTC 2012


The branch, trac1782 has been created
        at  5dcf1dadd19d9b251fa6dbefefbc98f16fb62c66 (commit)

- Log -----------------------------------------------------------------
commit 5dcf1dadd19d9b251fa6dbefefbc98f16fb62c66
Merge: 7c75154f52853de902bfd7c880b6e16fe3a79c0f 56338ac70f174880ff1ca73bda0afe73dad2e7d4
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Apr 13 11:20:51 2012 +0200

    [master] Merge branch 'trac1789'

commit 7c75154f52853de902bfd7c880b6e16fe3a79c0f
Merge: d8b8e46b853f13d3e9ef2857f0fce424f1876ef5 d127560b02816a7ba12869d19ca51a30e695ff35
Author: haikuo zhang <zhanghaikuo at cnnic.cn>
Date:   Fri Apr 13 16:05:17 2012 +0800

    Merge branch 'trac1579suggest'

commit d8b8e46b853f13d3e9ef2857f0fce424f1876ef5
Merge: 7116ee3c764180aad581e52b36dc67124b7d72f0 283053c1a3dd96ff3811f25361f900dd7c9d97ef
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Thu Apr 12 17:15:55 2012 -0500

    [master]Merge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10

commit 7116ee3c764180aad581e52b36dc67124b7d72f0
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Thu Apr 12 17:15:09 2012 -0500

    [master] fix typo in a pydoc string comment
    
    trivial / no review

commit 291d0cbfdc964c1d60542edbe9f442cc383657cd
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Thu Apr 12 16:49:14 2012 -0500

    [master] fix usage synopsis
    
    trivial, not reviewed

commit 283053c1a3dd96ff3811f25361f900dd7c9d97ef
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Apr 11 16:37:18 2012 -0700

    [master] fixed build failure with SunStudio.
    
    (the intent of the change should be obvious from the diff.)

commit f173bdf07ec3f4d099176dcc6b7f878b218fb93a
Author: Jelte Jansen <jelte at isc.org>
Date:   Wed Apr 11 23:33:15 2012 +0000

    [master] fix linker problem in lib/cc unit test
    
    move GTEST_LDADD to the end of the list, so that the source tree libs get linked instead of those installed in the same location as gtest
    (reviewed on jabber by jinmei)

commit 5c9b7307a56c8b578be2b5b1ad73799b899a2e93
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Apr 11 10:35:16 2012 -0700

    [master] added changelogs for a couple of piggy-backed fixes in #1791

commit 0c0e8a5f4ddafbd7724545c08bc813c70f360faa
Merge: 61446fd4004c89a7d568988776a0fc2c1b67046a d12134b3a9f135f9ae4317587eef31f45e6c0454
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Apr 11 09:47:40 2012 -0700

    [master] Merge branch 'trac1791'

commit d12134b3a9f135f9ae4317587eef31f45e6c0454
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Apr 10 14:57:38 2012 -0700

    [1791] fixed one remaining regression: 'separate_rrs' case was broken.
    
    added a test for that case to confirm the regression and the fix.
    also introduced some more cleanups: removed rdata_txt_ so we simplify the
    code further, made isSameType static class function (it doesn't refer to
    any class attributes), constified separate_rrs_.

commit 61446fd4004c89a7d568988776a0fc2c1b67046a
Merge: 4df912c903ef7469b0034f1750de4cf0711e9e2d 44d2850a0d3e96ad2b405aadb222a975c0462826
Author: Jelte Jansen <jelte at isc.org>
Date:   Tue Apr 10 10:56:02 2012 +0200

    [master] Merge branch 'trac1845'

commit 99adadb0496046011060ec22e6834dfede9f1ce3
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Apr 9 16:30:42 2012 -0700

    [1791] comment update.
    
    the revised comment didn't make sense in the generalized context of
    test_client.  the updated comment clarifies that.

commit e267a6928ace0651795f188f43a6a5a85c479d44
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Apr 9 16:26:11 2012 -0700

    [1791] moved <cstdlib> to test_client.cc now the latter calls system().

commit 7610a7bacea56b07ae06975ee771d010846addd2
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Apr 9 13:27:23 2012 -0700

    [1791] updated the log description for mismatched TTLs.
    
    it didn't seem correct to say "it's not allowed on the wire".  this
    restriction is more about the definition of the RRset concept, rather than
    what we'd see in the wire.  also added a reference to the relevant RFC (2181).

commit 0996aa92a103e7af59bf1ae9c501f5feb2a5894c
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Apr 9 13:21:08 2012 -0700

    [1791] more cleanup: remove variable 'rdata' and make it a member variable.
    
    this way we can also avoid creating the same RDATA twice.  textual row
    variables were renamed to *_txt_ for consistency.

commit f1f0bc00441057e7050241415ee0367a09c35032
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Apr 9 13:05:36 2012 -0700

    [1791] fixed the bug in database iterator wrt RRs of mixed TTLs.
    
    the previous version didn't always reset it to the smallest TTL; the new test
    added in the previous commit uncovered it.  this version passed that test.
    also made some cleanups in the code reducing temporary variables for better
    readability.

commit fb9b8cd9f1200dcd6d7146a45fdbfd2c7675be56
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Apr 9 11:10:49 2012 -0700

    [1791] added a database iterator test that would uncover an (unrelated) bug.
    
    it checks the case for RRsets with the TTL of the first RR is later than that
    of the second.  The original implementation has a bug in this case, but the
    previous test was insufficient and fail to discover it.

-----------------------------------------------------------------------



More information about the bind10-changes mailing list