BIND 10 trac2383, created. 4163ddf6d718bc6239a92a592687701053a5cf06 Merge #2209

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Oct 29 16:32:17 UTC 2012


The branch, trac2383 has been created
        at  4163ddf6d718bc6239a92a592687701053a5cf06 (commit)

- Log -----------------------------------------------------------------
commit 4163ddf6d718bc6239a92a592687701053a5cf06
Merge: 869e658 9894738
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Oct 29 13:38:51 2012 +0100

    Merge #2209
    
    Introduction of the ConfigurableClientList::getCachedZoneWriter() method.

commit 98947382e572f239b57f3f79a928636ea42d3696
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Oct 29 13:28:15 2012 +0100

    [2209] Comment about assert

commit b2964261a72d6eff164cafe4b24fd5bfce0fa469
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Oct 29 13:23:51 2012 +0100

    [2209] Remove unused memory segment

commit fb8ce6a031254899bc2fdc101e5e279bed51829d
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Oct 29 13:21:53 2012 +0100

    [2209] Rename DataSourceInfo::segment_
    
    To ztable_segment_. The previous could be misunderstood, we have other
    segments too.

commit 869e658fbc3e33c5037f3866beb2ff76c03cbdf4
Merge: 4e98f9c 7e2dedc
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Mon Oct 29 13:18:27 2012 +0100

    [master] Merge branch 'trac2324' (DHCPv6 allocation engine)
    
    Conflicts:
    	ChangeLog
    	src/lib/dhcp/subnet.cc
    	src/lib/dhcp/subnet.h
    	src/lib/dhcp/tests/subnet_unittest.cc

commit 85ccee0ac4c1397c8a5bf225470467c55623a28c
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Oct 26 21:10:06 2012 +0200

    [2209] Fix test after code update
    
    The test faked some internal state in an insufficient way.

commit f4dd53d74dfa8496e8f846960ac7424493858848
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Oct 26 20:47:18 2012 +0200

    [2209] Store the segment in client list
    
    So the memory client doesn't have to provide an interface to return it.
    It was hairy to some extent.

commit 84df8fb3d06ad81e04fee73b6a31890ddc03c33e
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Oct 26 20:15:53 2012 +0200

    [2209] Don't release the zone table twice
    
    Removing the release from the test, since the segment now destroys it
    itself. We can't check all memory is deallocated at that moment in the
    test (since we can't do it before the destroy -- it is not deallocated
    fully yet, and can't do it after also, since the memory segment doesn't
    exist). But that doesn't matter, since the segment checks by assert.

commit b9afd797dee6f7ede5c387466547ac5a06277ecd
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Oct 26 20:11:40 2012 +0200

    [2209] Writer for the test segment

commit dba0f070ef3f4a78db630b3002eef5fd2ba757e0
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Oct 26 20:09:21 2012 +0200

    [2209] Test ZoneTableSegmentLocal
    
    And not ZoneTableSegmentTest like before. Testing a mock class (and not
    testing the real class) makes no sense.

commit b77e7ed31d3121c8fb3826c9a8909044e0f4f6ab
Merge: 7900248 503a7b0
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Oct 26 19:33:53 2012 +0200

    [2209] Merge trac2208
    
    Compiles, but tests don't pass. There's something rotten in there.
    
    Conflicts:
    	src/lib/datasrc/memory/memory_client.cc
    	src/lib/datasrc/memory/memory_client.h
    	src/lib/datasrc/memory/zone_table_segment_local.h
    	src/lib/datasrc/tests/memory/memory_client_unittest.cc
    	src/lib/datasrc/tests/memory/zone_table_segment_unittest.cc

commit 7900248aec3191e202066f5dfaad98f6469c32df
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Oct 26 16:21:28 2012 +0200

    [2209] Typo

commit 0c8f4961f3f2b8884e5567e51bf629016a35e9d7
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Oct 26 16:08:18 2012 +0200

    [2209] Rewrite the reload() wrapper
    
    Some people found the previous hard to follow.

commit dcf59e93fadc2df047e4cb9dba138ffc0f619d3e
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Oct 26 16:01:10 2012 +0200

    [2209] Hide private type shortcut

commit 414a83fefbb7374f31f362e80efef262722660eb
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Oct 26 15:55:33 2012 +0200

    [2209] Rename ZONE_RELOADED
    
    Since it is not used for reloading a zone only. It is now ZONE_SUCCESS.

commit 6ead8f2bc21f09b34f842dda074d121a9f511ed5
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Oct 25 16:50:20 2012 -0700

    [2209] style: combine two short lines

commit bd8b562bcf016c70f229ba1cb7fa084035eff9e0
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Oct 25 16:07:00 2012 -0700

    [2209] style fixes: folded long lines, constify, ptr vs bool

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



More information about the bind10-changes mailing list