- 12 May, 2011 5 commits
-
-
JINMEI Tatuya authored
and detailed tests.
-
JINMEI Tatuya authored
pydnspp_towire is a separate utility to centralize the code logic for toWire() bindings.
-
JINMEI Tatuya authored
implementatons so that they use the separate-file approach and benefit from util/python utilities. One major exception is message_python, for which a new (quite trivial) method is added: get_tsig_record().
-
JINMEI Tatuya authored
safer creation of python objects in C++- binding.
-
JINMEI Tatuya authored
"pyunittests_util". It currently has one method named fix_current_time() to tweak the current time value for time dependent python libraries using C++ backend.
-
- 11 May, 2011 6 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
(accidentally committed auto-generated file.) This reverts commit 296ec6be.
-
JINMEI Tatuya authored
-
- 10 May, 2011 21 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
decoupled from the main pydnspp so that it can be used from tsigerror_python separately (there should be no behavior change to the Rcode binding itself)
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Stephen Morris authored
Add MessageReader virtual destructor. The NetBSD compiler complained that no virtual destructor had been declared when there were virtual methods in the class.
-
chenzhengzhang authored
-
chenzhengzhang authored
-
chenzhengzhang authored
-
Stephen Morris authored
-
Stephen Morris authored
When logging, the conversion of the parameters to string is done via boost::lexical_cast. This uses operator<<(), so if the object has that function defined for it, there is no need to explicitly call the object's toText() method when passing it as a logging parameter.
-
chenzhengzhang authored
-
chenzhengzhang authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
chenzhengzhang authored
-
- 09 May, 2011 8 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
Conflicts: src/lib/log/README src/lib/log/logger_support.cc src/lib/log/messagedef.cc src/lib/log/messagedef.h src/lib/log/messagedef.mes src/lib/log/tests/logger_support_test.cc src/lib/log/tests/run_time_init_test.sh.in
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Stephen Morris authored
Also updated some message IDs - since the message logged now includes the prefix, there is no need to suggest the prefix in the ID itself (e.g. MSGRDERR now becomes READERR as it will be output as MSG_READERR).
-
Michal 'vorner' Vaner authored
-
chenzhengzhang authored
-