- 08 Mar, 2013 5 commits
-
-
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 9 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
-
- 06 Mar, 2013 11 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.
-
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
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
-
- 04 Mar, 2013 8 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
This does have the side-effect of no longer sorting the printed list in the logger manager. (if we do need that, we should add a MessageInitializer::sortDuplicates i think)
-
Jelte Jansen authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
It is now a thin wrapper around the ZoneDataUpdater.
-
Mukund Sivaraman authored
The ZoneDataLoader can still be simplified to remove the vectors in it (as the RdataSet now merges for us). This will be done in a future commit. * In some tests, the RdataSet list sequence changed (as there's no order enforced for this data). Tests were adjusted for it. * Some test data was adjusted to add missing NS records. * Some tests now pass and don't throw exceptions as duplicate records for a type are now accepted.
-
Mukund Sivaraman authored
-
- 01 Mar, 2013 3 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
initialize message loader in PyInit_datasrc. Updated one of the general lettuce tests to check the symptom (don't know how else to test this tbh)
-
Michal 'vorner' Vaner authored
Make it more up-to-date. Also, provide some info about the want_answer header and what is being sent over the wire as payload.
-