- 28 Aug, 2012 4 commits
-
-
Michal 'vorner' Vaner authored
Obviously, it fails.
-
Michal 'vorner' Vaner authored
Conflicts: src/lib/datasrc/memory/Makefile.am
-
JINMEI Tatuya authored
Mostly by jinmei, small changes by vorner (assert->throw, as assert can be turned off).
-
Michal 'vorner' Vaner authored
-
- 27 Aug, 2012 9 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
okayed on jabber
-
Tomek Mrugalski authored
-
Kazunori Fujiwara authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Naoki Kambe authored
When merging trac2138, - Git id of #2138 on the ChangeLog entry will be updated. - Skipped tests on tests/system/bindctl/tests.sh will be uncommented out.
-
Naoki Kambe authored
-
Naoki Kambe authored
Conflicts: tests/system/bindctl/nsx1/b10-config.db.template.in
-
- 25 Aug, 2012 4 commits
-
-
JINMEI Tatuya authored
this fixes build failure reported at: http://git.bind10.isc.org/~tester/builder//BIND10/20120825015000-Solaris10-sparc-Sunstudio/logs/build.out
-
JINMEI Tatuya authored
this sometimes happens, and depending on the environment, what() isn't always displayed. so it's helpful to catch it and report the error.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
not directly related, but would be useful for extending the benchmark code and to check the server behavioer.
-
- 24 Aug, 2012 10 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
also clarified RdataEncodeSpec is a forward delcaration (maybe obvious, but the sudden single declaration looked a bit awkward) and, make class-vs-struct consistent for it; clang++ requires the consistency.
-
Jelte Jansen authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
Michal 'vorner' Vaner authored
* Check for impossible return value and throw in that case. * Call nextInternal directly, to avoid some indirection. This might cause a small performance benefit.
-
Michal 'vorner' Vaner authored
They share some bit of private stuff, so we get rid of the private header. We still have a bit of the code included from outside, but this is only for tests (and it's not a header).
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
using EXPECT_EQ(==) instead.
-
- 23 Aug, 2012 13 commits
-
-
JINMEI Tatuya authored
the experimental instrumental reader implementation is now removed.
-
JINMEI Tatuya authored
- spacing - const - type clarification - postion of ++ - indentation - comment wording
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
Fixing conflicts in src/lib/datasrc/memory/rdata_encoder.h src/lib/datasrc/memory/rdata_reader.cc src/lib/datasrc/memory/rdata_reader.h src/lib/datasrc/memory/tests/rdata_serialization_unittest.cc
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
added a test case for it and updated the doc. rbtree/domaintree was modified to avoid such operations.
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
As we want to make the impression the data is opaque, should not be examined or pointed into the middle of it.
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
my compiler even checks assignment-only variables, apparently
-