- 11 Mar, 2013 2 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 08 Mar, 2013 9 commits
-
-
-
Jeremy C. Reed authored
Some slight grammar changes. Mostly in comments, but some for api docs. Changes a isc_throw output too. Reviewed via jabber.
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
because it is a message ID, add a changelog entry too. (reviewed via jabber)
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Shane Kerr authored
-
Jelte Jansen authored
-
Jelte Jansen authored
and use the holder in the unit tests as well
-
- 07 Mar, 2013 11 commits
-
-
Stephen Morris authored
-
Jelte Jansen authored
Half-related change, if available, call mysql_library_end() at the end of the unit test run
-
Jelte Jansen authored
-
Marcin Siodelski authored
-
-
Marcin Siodelski authored
-
Michal 'vorner' Vaner authored
Clean up docs/design/cc-protocol.txt Conflicts: doc/design/cc-protocol.txt
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 06 Mar, 2013 14 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
it was a leftover from an intermediate attempt.
-
JINMEI Tatuya authored
assuming the compiler optimizes the former (more understandable but possibly less efficient) to the latter (less understandable but efficient).
-
Jeremy C. Reed authored
reviewed by jelte via jabber. Changes some log message descriptions and some function arguments and some output.
-
Jelte Jansen authored
-
JINMEI Tatuya authored
adjusted one unit test case based on the message change.
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
we previously relied on boost rejecting the padding chracter and throwing an exception; since Boost 1.53 paddding characters are considered valid and conerted to all-0 bits, so we now have to do it ourselves. The detection logic doesn't rely on the new behavior of Boost, so it should be backward compatible.
-
JINMEI Tatuya authored
transform_width in Boost 1.53 requires this version, so build will fail without it.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
Also don't catch specific exception errnos. Just handle them all equally.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
This is so that we can avoid merging RdataSets every single time which can be inefficient. We still only queue (without flushing) upto the point where a different owner name is encountered. This is to limit the size of NodeRRsets used.
-
- 05 Mar, 2013 4 commits
-
-
Marcin Siodelski authored
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-