BIND 10 trac1288, created. 0f76bcddad8050baf811b0eaa5a117cc61dcbba1 [1288] cleanup: removed a redundant empty line

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Nov 8 23:08:20 UTC 2011


The branch, trac1288 has been created
        at  0f76bcddad8050baf811b0eaa5a117cc61dcbba1 (commit)

- Log -----------------------------------------------------------------
commit 0f76bcddad8050baf811b0eaa5a117cc61dcbba1
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Nov 8 14:53:55 2011 -0800

    [1288] cleanup: removed a redundant empty line

commit f01fb1d89b20b23c0a680b1a97dc83e5a174e2e6
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Nov 8 14:51:03 2011 -0800

    [1288] some logging improvements:
    - log client's address (needed to update _guess_remote also)
    - log xfr type (currently it's always 'AXFR', but we'll soon support IXFR)
    - log the event of quote failure

commit 7a5903389ed505f6c7ca4c87adf705216d11d1af
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Nov 7 23:23:54 2011 -0800

    [1288] use the LD_LIBRARY_PATH hack for xfrout, too.

commit d99d546be040419fd49ad3be179eb2206f5023de
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Nov 7 23:14:14 2011 -0800

    [1288] switch to new API 6: don't use the old API loader to prepare test
    data.  also added some more test cases for _get_notify_slaves_from_ns
    and some log messages.

commit ca42fb6438b70ef569d00dc07b1bb23c0f6124f2
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Nov 7 19:46:56 2011 -0800

    [1288] make sure transfers_counter is always reset whateven happens within
    XfroutSession().  The original code was already buggy in this sense, but
    with the newer data source API it will be a bit more likely to happen
    due to the generality of the API, so it would make sense to fix it here.

commit bcb37a2f6b11128620bb34a0c2d3dbf7334c0ab7
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Nov 7 14:30:21 2011 -0800

    [1288] added a sanity check: making sure the question section has exactly
    one question.

commit d17ae6dc7160a471abdd05f22aacc359df54b4e4
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Nov 7 14:07:44 2011 -0800

    [1288] handled a minor exceptional case: get_soa() returns multiple RRs (this
    can happen from a broken data source)

commit d9319841c509648c1ac18fec2c3d2b2c08313eb9
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Nov 7 13:53:37 2011 -0800

    [1288] a bit of cleanup: removed unnecessary escapes and an unsed variable.

commit 89b3af8226cb89bcc59ceff5e9547dbfc5b30665
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Sat Nov 5 00:07:02 2011 -0700

    [1288] comment update

commit d0a7cf4a98daf0ec8759640a91a12059cece6c6d
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Sat Nov 5 00:01:22 2011 -0700

    [1288] switch to new API 5: update notify out message cration using new API

commit 5dc6be6febd523e202771cd11624efc29854349c
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Nov 4 23:33:44 2011 -0700

    [1288] switch to new API 4: update notify_out initialization using new API.

commit f230c7d18b68d5c03131089a4f5c9739af7f9d83
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Nov 4 20:06:16 2011 -0700

    [1288] cleanup: removed unused name from import

commit e1682a42d23d36a3647878e13681dcd659622818
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Nov 4 19:39:22 2011 -0700

    [1288] a bit of cleanup: removed unused method parameter, comment update

commit e45fa27d90ab3ea7b1081ca7d9513f63f5083b8d
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Nov 4 19:32:50 2011 -0700

    [1288] switch to new API 3: use the zone iterator in reply_xfrout_query()
    instead of the old API.  Now we can completely drop
    _create_rrset_from_db_record, so did it.  With this change the main xfrout
    code is free from the old API.

commit 1e9bc2c16ef78f35ec35e340c696b4bdc10b47b2
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Nov 4 15:59:59 2011 -0700

    [1288] switch to new API 2: use SOA retrieved in _check_xfrout_available(),
    not in _reply_xfrout_query() using the old API.
    _create_rrset_from_db_record() is now almost obsolete, so the test for it
    was also removed.

commit 85a2ce538c6f939ca539347676e5587228a29895
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Nov 4 15:31:28 2011 -0700

    [1288] intermediate cleanup: incorporated format_zone_str from #1298 and
    use that for logging.  get_query_zone_name/class() are now removed
    (they were almost one-liner, and didn't see make much sense to be separate
    methods other than making the code rather unredable)

commit d1773b2ef6f98c26493ae76783158fc2ae6fbe52
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Nov 4 15:13:26 2011 -0700

    [1288] switch to new API 1: in pre-handle check create iterator and get SOA
    using the new API.  _zone_has_soa() and _zone_exit() were not needed anymore,
    so were removed, so were corresponding tests.

commit 0b9c1b299f2078ab1a7bf08759a463eb179f0365
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Nov 4 14:04:41 2011 -0700

    [1288] a small cleanup: check xfrout quota before doing other checks
    in _check_xfrout_available().

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




More information about the bind10-changes mailing list