BIND 10 trac3213, created. d57c3ae58c721dccc44a84e2eb30cbb60361bed7 [3213] ignore the 'source' param for the istream version of masterLoad.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Nov 15 09:20:57 UTC 2013
The branch, trac3213 has been created
at d57c3ae58c721dccc44a84e2eb30cbb60361bed7 (commit)
- Log -----------------------------------------------------------------
commit d57c3ae58c721dccc44a84e2eb30cbb60361bed7
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Nov 15 01:18:33 2013 -0800
[3213] ignore the 'source' param for the istream version of masterLoad.
it was actually unused in the revised code. as a result we can easily
consolidate the two versions, so did it too with a helper template function.
also explained the API change in the doc.
commit 5d2952c08dfedf586da40857c2434b211b42d183
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Nov 15 01:00:46 2013 -0800
[3213] added more comments about the use of sw_vers and os/ver based check.
commit 89e903003964299fe321bad57e707b925aaf3a91
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Nov 15 00:40:47 2013 -0800
[3213] Revert "[mavericks] suppress a spurious clang warning in libdns++"
This reverts commit f2f02dba84b5c12314f6018294423ebc45c4127e.
other commit reportedly addressed the issue that this hack tries to solve.
commit da025438b6d36873aea91193987e5b9ecbb1352c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Nov 15 00:32:46 2013 -0800
[3213] add a never-reachable return to silence some compilers
commit 12bb02d70471d46b8e1c7352289f60dc30734ce5
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 9c0b16629926d904e0273d401862fb0939378782
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 887d1e728e9d7bacd5e9daffc28db83d76103549
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 f7ee4ceaddef21ec63d85126611778fc31580957
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 c3cf34189e240dfd2a7006e17f405e2c67c0e0b0
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 f2f02dba84b5c12314f6018294423ebc45c4127e
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 7c4d8dae1b063b67e5382c070a900be1e3c9b0a5
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 e1771af6cabe0bad2f87b7c79405a92ce46e38c6
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