BIND 10 trac2871_2, created. bf807435010663e517215f69a5777b76f903927b [2871] Fix copyright dates

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Apr 24 15:41:03 UTC 2013


The branch, trac2871_2 has been created
        at  bf807435010663e517215f69a5777b76f903927b (commit)

- Log -----------------------------------------------------------------
commit bf807435010663e517215f69a5777b76f903927b
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Apr 24 17:37:22 2013 +0200

    [2871] Fix copyright dates

commit 6287fdfff0892a1a71312e0cd2109a03c00cdaea
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Apr 8 14:17:09 2013 +0200

    [2871] Tweak the times and iteration counts
    
    So even the naive approach terminates some day.

commit 6700ecd585dac224bd92008fef7f6ee8a275d04b
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Apr 8 14:15:45 2013 +0200

    [2871] Don't preserve pointers to stack
    
    It seems the boost::function created from functor takes just the
    reference. This led to taking address of temporary and failing later on.
    Allocate new object manually and delete it after it was used.

commit e7f74b8e4b4b8b63d1ebddac464cf713f18e8a15
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Apr 8 14:14:46 2013 +0200

    [2871] Use IOService::post
    
    Instead of abusing the timer with 0 timeout, which is rejected.

commit 953b4dcd1d40790aafa513ed9be7409da2128ae9
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Apr 8 13:37:55 2013 +0200

    [2871] IOService::post()
    
    To execute a callback later, from the event loop. This is to be used in
    the fake resolution, instead of timer with 0 timeout (which doesn't
    work, we are strict with asserting invalid parameters).

commit e0f000ed71e1eb4a83b8db1b28ff96b6d13b6481
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Apr 8 13:09:59 2013 +0200

    [2871] Example naive resolver benchmark
    
    The simplest example of a resolver using the fake resolution. Processes
    one query at a time.

commit a16cb0089b11bb4a2cbc3230ee6870693c469fc7
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Apr 8 12:33:59 2013 +0200

    [2871] The fake interface implemented

commit 104820a94bef55a4fa1de729723cffc0e3801ac5
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Apr 5 13:41:19 2013 +0200

    [2871] Put forgotten files to git

commit 81d23e305105f215c3d6142f750445f7e2ce0fe2
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Apr 5 13:05:20 2013 +0200

    [2871] Implementation of the FakeQuery
    
    The FakeQuery class is implemented. The FakeInterface is, however, still
    missing, so it doesn't work (not even link).

commit 1e763b3d4808e0f722e2f971b726cae5aefde463
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Apr 5 11:23:03 2013 +0200

    [2871] Interface of the fake query
    
    Provide interface of the FakeQuery. That one will represent the work to
    be done during a benchmark for single query.
    
    Also provide interface for FakeInterface, which will generate the
    queries and handle the event loop.

commit 146f2e6c679ee84783d3b260cf96dac35de9511b
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Apr 4 11:06:26 2013 +0200

    [2871] Empty benchmark binary
    
    Create all the necessary makefiles and other stuff, to have a place to
    put the benchmarks to later.

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



More information about the bind10-changes mailing list