BIND 10 trac2332, created. ca61588dc2c1ad17200416ac7f07ac272adc8903 [2332] (unrelated) style cleanups: func name convention, () after sizeof.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Oct 11 06:43:58 UTC 2012


The branch, trac2332 has been created
        at  ca61588dc2c1ad17200416ac7f07ac272adc8903 (commit)

- Log -----------------------------------------------------------------
commit ca61588dc2c1ad17200416ac7f07ac272adc8903
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Oct 10 23:01:23 2012 -0700

    [2332] (unrelated) style cleanups: func name convention, () after sizeof.

commit dc5492b8401c85daf1b0c8801e497bac3d5eeea5
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Oct 10 22:58:39 2012 -0700

    [2332] (unrelated) cleanup: removed unnecesary failure case in Locker.
    
    We don't have to worry about the case lock() throws in the constructor.
    In that case the destructor won't be called.
    This simplification will make the code simpler, and we can also make
    mutex_ member variable a const.

commit 6962458ec49390d007dbf0fa9d5d3befa53deb23
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Oct 10 22:55:34 2012 -0700

    [2332] added class documentation

commit 28b3efcf6100d2eab66c407a8f7ec54a87ac5f87
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Oct 10 22:17:25 2012 -0700

    [2332] added more tests and some more comments

commit 43959b29a67ba17054bd4bb70b6fe3b8be3b2f2a
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Oct 10 20:09:58 2012 -0700

    [2332] supported wait() and signal()

commit c0d50a204134b57f36a9e83cc694abcb5924f357
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Oct 10 16:45:41 2012 -0700

    [2332] removed unused changed

commit bc7551cca83bf060410a5645f014ddb0eb233834
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Oct 10 16:25:05 2012 -0700

    [2332] makefile updates for the new files

commit 8722bc208f5a232707824f3537fe0f6d073151f1
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Oct 10 16:24:21 2012 -0700

    [2332] added initial sets of condition variable encapsulation
    
    currently it does almost nothing except initialize and cleanup

commit 1adba86b37b9c11a8120e31cc4eeb137f8cde6d9
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Oct 10 16:00:28 2012 -0700

    [2332] unrelated cleanup: noncopyable doesn't have to be public inheritance
    
    (maybe a matter of taste, though)

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



More information about the bind10-changes mailing list