BIND 10 trac1784, created. 20e1bd7772429ac6d6fc2ec993da36985ce75984 [1784] removed the "test_mode" kludge in portconfig.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 16 23:32:43 UTC 2012


The branch, trac1784 has been created
        at  20e1bd7772429ac6d6fc2ec993da36985ce75984 (commit)

- Log -----------------------------------------------------------------
commit 20e1bd7772429ac6d6fc2ec993da36985ce75984
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Mar 16 16:19:35 2012 -0700

    [1784] removed the "test_mode" kludge in portconfig.
    
    thanks to the introduction of DNSServiceBase we don't need it any more.

commit c4e3eaef7ed29851b7cf3f0714043cfbee6f5852
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Mar 16 15:16:07 2012 -0700

    [1784] make sure auth uses the synchronous DNS server mode.
    
    also introduce mock DNSService and use it to test the behavior, and to test
    the resolver behavior doesn't change.
    
    the essential part should be quite simple; most of the changes are
    straightforward interface adjustments.
    it also includes some editorial cleanups such as adding header-file guards
    or style guideline fixes.

commit c8c69b2a7b47c67655985c506a6467acbc471a05
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Mar 16 14:05:49 2012 -0700

    [1784] cleanup: put testuil mockups in a separate namespace to avoid pollution.

commit ce65bd4fa0bc59f262277d7bedb2a649becd1fb8
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Mar 16 14:00:11 2012 -0700

    [1784] introduced a base interface class for DNSService for subsequent tests.
    
    Only some part of portconfig need to be adjusted; others will still use
    the derived class directly.

commit 4065c72003e29f7ceec60c3551dcae6f6a73b1f5
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Mar 16 00:35:02 2012 -0700

    [1784] cleanups, tests, and doc for addServerUDPFromFD.
    
    "UDPVersion" is now more generic options, and its default is the previous
    behavior, which should be more suitable default.  added test cases to
    confirm the effect of the options.  added detailed documentation.

commit af8054f481486c2d9ff364ef8b97aa3aed97958e
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Mar 15 17:43:36 2012 -0700

    [1784] removed the ability of creating sync server except for UDPFromFD case.
    
    That matches the sense of YAGNI, and, in fact, would help avoid having the
    type of regression we had in #1600.

commit 5a75cef501889781df4a90919bf48873c7f00ced
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Mar 15 16:52:48 2012 -0700

    [1784] (unrelated) editorial cleanup: space related, indentation, etc.
    
    also fixed memory leak in a test case using scoped_ptr.

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



More information about the bind10-changes mailing list