- 28 Aug, 2012 3 commits
-
-
Michal 'vorner' Vaner authored
Obviously, it fails.
-
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 1 commit
-
-
JINMEI Tatuya authored
okayed on jabber
-
- 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 8 commits
-
-
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
-
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 20 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
-
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
-
Michal 'vorner' Vaner authored
During the removal of the interface, a test with rewind was removed. Adding a new one instead.
-
Michal 'vorner' Vaner authored
After the removal of one interface.
-
Michal 'vorner' Vaner authored
Also, fixing a small bug for it.
-
Michal 'vorner' Vaner authored
The return value of next() tells only what boundary it is now (between Rdatas, in the middle of one rdata, or completely at the end). As a side effect, it now can detect end of single rdata. Part of the tests were dropped, as they make no sense. Others were adapted. Some more will come. Also, documentation was not yet updated.
-
Kazunori Fujiwara authored
from config_unittest.cc
-
Kazunori Fujiwara authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
This will be useful in debugging the OpenBSD setsockopt() failures.
-
- 22 Aug, 2012 2 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
- add zone and file names to masterload errors - catch masterload error and log it - don't quit auth completely on a single zone load failure
-
- 21 Aug, 2012 2 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-