Mukund Sivaraman
|
86d5acdb8b
[956] Make Message::toWire() TSIG agnostic
|
11 years ago |
Mukund Sivaraman
|
ace794f6a5
[2165] Make Message::addRRset() to be unaware of signedness
|
12 years ago |
Mukund Sivaraman
|
c28fd5d9f5
[2004] Catch std::exception before ... to print some detail if possible
|
13 years ago |
Mukund Sivaraman
|
1fdb0ee73a
[2004] Catch exceptions in Python Message class wrapper
|
13 years ago |
JINMEI Tatuya
|
f3e8996dc5
[1512] added python wrapper for Message::clearSection().
|
13 years ago |
Jelte Jansen
|
5f4eb187db
[1193] updates to fix cppcheck-1.53 warnings
|
13 years ago |
Stephen Morris
|
6afe3a0422
[1604b] Make (Const)RRsetPtr point to an AbstractRRset
|
13 years ago |
JINMEI Tatuya
|
a1e64504a4
[1028] comment clarification
|
13 years ago |
JINMEI Tatuya
|
784f0a8916
[1028] piggyback cleanup: got rid of unnecessary reinterpret_cast.
|
13 years ago |
JINMEI Tatuya
|
5cb4d41cf6
[1028] fixed leak in Message.get_question()
|
13 years ago |
JINMEI Tatuya
|
6060fcf2a3
[1028] fixed leak in Message.get_section
|
13 years ago |
JINMEI Tatuya
|
ebeb5ead60
[master] (re)fixed the recent solaris build issue without relying on reinterpret_cast. okayed on jabber.
|
13 years ago |
Jelte Jansen
|
8fe024cd17
[master] fix for solaris build failure
|
13 years ago |
JINMEI Tatuya
|
84ada921a2
[1258] improved type error string for Message.from_wire()
|
13 years ago |
JINMEI Tatuya
|
aba10a01b7
[1258] pass unsigned int* to PyArg_ParseTuple instead of ParseOptions*.
|
13 years ago |
JINMEI Tatuya
|
9688dee697
[1258] overall documentation update. also add PARSE_DEFAULT to the python
|
13 years ago |
JINMEI Tatuya
|
c1a72c46b5
[1258] ported the C++ fromWireShortBuffer test to python. this required
|
13 years ago |
JINMEI Tatuya
|
938f4e9ba1
[1258] a small refactoring: avoid using reinterpret_cast for Message_fromWire.
|
13 years ago |
JINMEI Tatuya
|
b0b0da67c9
[1258] added a python wrapper for Message.from_wire(PRESERVE_ORDER)
|
13 years ago |
Jelte Jansen
|
2f8c4b3da6
[1245] catch exceptions where createXXXObject() is called
|
13 years ago |
Jelte Jansen
|
45ef63790b
[1245] move initModulePart calls to pydnspp.cc
|
13 years ago |
Jelte Jansen
|
1808345838
[1245] move all s_ decls to inside the .cc
|
13 years ago |
Jelte Jansen
|
fbe4ee1f76
[1245] rename internal object to cppobj for consistency
|
13 years ago |
Jelte Jansen
|
9c53309978
[1245] remove initModule from headers
|
13 years ago |
JINMEI Tatuya
|
c9ad781ebb
[1245] two small fixes: missing LIBRARY_PATH_PLACEHOLDER in some
|
13 years ago |
Jelte Jansen
|
4d39f72b87
[1245] cleanup of some comments in .cc files
|
13 years ago |
Jelte Jansen
|
b59f898456
[1245] split up headers and make dynamic library
|
13 years ago |
JINMEI Tatuya
|
62f912bd96
[trac910] updated the python binding part and tests for the TSIG + TC bit cases.
|
14 years ago |
JINMEI Tatuya
|
6c86102687
[trac946] explicitly catch TSIGContextError in Message_toWire().
|
14 years ago |
JINMEI Tatuya
|
ff20711233
[trac915] made mostly straightforward changes to existing binding
|
14 years ago |