- 09 May, 2013 2 commits
-
-
JINMEI Tatuya authored
while not really correct, this seems to work as a workaround for the crash problem reported in #2946. okayed on jabber.
-
JINMEI Tatuya authored
this caused statici initialization fiasco for some build, e.g.: http://git.bind10.isc.org/~tester/builder/BIND10/20130508225127-MacOSX10.6-x86_64-Clang-Static/logs/unittests.out string objects moved inside the compare tests did not actually cause harm in this environment, but should be generally better to be initialized this way for the same reason. while it's not a kind of 5-line patch, it should be pretty straightforward, so I'm committing it at my discretion.
-
- 08 May, 2013 3 commits
-
-
Paul Selkirk authored
Conflicts: src/lib/dns/gen-rdatacode.py.in
-
Stephen Morris authored
Conflicts: src/bin/dhcp4/tests/dhcp4_srv_unittest.cc src/lib/dhcp/tests/iface_mgr_unittest.cc
-
JINMEI Tatuya authored
for "dummy" socket. in python3.1 the latter is of _socket.socket, which breaks the assumption of a test. okayed on bind10-dev.
-
- 07 May, 2013 7 commits
-
-
Paul Selkirk authored
-
JINMEI Tatuya authored
also renamed the stats-httpd_test counterpart; it seemed to be tenntatively named and left unchanged, so doesn't really make sense for what it does. these should be trivial, so I'm committing this at my discretion.
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
For one, it makes no sense (it won't be visible from outside the function anyway), for another, it didn't work, because it was called from different scope (inside the FailingStatsHttpd class) and mangling the name wrongly.
-
Naoki Kambe authored
-
Naoki Kambe authored
-
Naoki Kambe authored
(The original patch is proposed by Jinmei-san.)
-
- 06 May, 2013 11 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Paul Selkirk authored
-
Paul Selkirk authored
-
Paul Selkirk authored
-
Paul Selkirk authored
-
JINMEI Tatuya authored
it would only pass at the same time zone as that of the original developer.
-
JINMEI Tatuya authored
it was a leftover from an intermediate attempt; the test should pass without it.
-
Naoki Kambe authored
-
Naoki Kambe authored
-
- 03 May, 2013 17 commits
-
-
JINMEI Tatuya authored
not a big deal in this case, but it's more concise.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
-
JINMEI Tatuya authored
it can't handle it if we pass a function object directly to asio function (also templated). okayed on jabber.
-
-
Michal 'vorner' Vaner authored
Fix compilation on SunStudio. Avoid relying on combination of friend declaration and nested class, which SunStudio gets wrong as it's quite complex.
-
JINMEI Tatuya authored
depending on the version of boost and sunstudio, passing a temporary still doesn't seem to work.
-
JINMEI Tatuya authored
this works as a workaround for a build failure with SunStudio.
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
The directory has been wrong for a long time. Reviewed via jabber.
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
used tools/reorder_message_file.py
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-