BIND 10 jinmei-mavericks, created. 55429f443a6dd8f50136a1a925ad0243daa199a9 [mavericks] use MasterLoader as a backend of masterLoad().
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Oct 28 07:59:37 UTC 2013
The branch, jinmei-mavericks has been created
at 55429f443a6dd8f50136a1a925ad0243daa199a9 (commit)
- Log -----------------------------------------------------------------
commit 55429f443a6dd8f50136a1a925ad0243daa199a9
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Oct 28 00:51:10 2013 -0700
[mavericks] use MasterLoader as a backend of masterLoad().
it has always been desirable, but it's now even critical as istream::operator>>
always works with the C++11 definition, which breaks the internal assumption
of the old implementation. It specifically happens on Mac OS X 10.9.
commit 3e664e6bec46c937aafe4a03044434e6d74fc7de
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Oct 28 00:32:16 2013 -0700
[mavericks] avoid using istream::putback when the param is not the latest char.
this has been a bug, but it's now critical as libc++ makes it errors
for ifstream.
commit feff47c6a289f981c4a9baaee51c5f4737b734fd
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Oct 28 00:16:01 2013 -0700
[mavericks] avoid using sleep(3) in a TCP test to make the test more reliable.
on Mac OS X 10.9, the expected event on the server can be delivered after
the sleep, which makes the TCP timeout test fail.
commit 7b970b90e7cde7edf5602a91dddec366f3c72247
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Oct 28 00:12:12 2013 -0700
[mavericks] disable unused-arguments in boost p4 macro to avoid false positives
this can happen if clang++ is invoked via ccache.
commit b57e5c7ebb4ea8a88d555404f583a96f196491fe
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Oct 28 00:09:54 2013 -0700
[mavericks] disable some thread-related death tests on OS X 10.9
pthread_cond_destroy() doesn't meet the test's assumption. the mutext test
would still pass, but this is a minor case anyway, so it's probably okay
to just disable both rather introduce more macro variables.
commit ca06ebaea3aee0aa9b219ccc198c43221567d059
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sun Oct 27 12:12:18 2013 -0700
[mavericks] suppress a spurious clang warning in libdns++
commit 0fab0495e0c97abecd296b07f3c8fb40434e768e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sun Oct 27 00:08:18 2013 -0700
[mavericks] avoid 'using' for shared_ptr as it conflicts with now-std:: def.
commit 29e3ab5b899c5c065ae8613afbba8292300b83dc
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Oct 26 23:35:03 2013 -0700
[mavericks] avoid 'using namespace asio' as it conflicts with C++ std:: defs.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list