Jelte Jansen
|
4353cffbf6
changed our type-specific structs to classes derived from PyObject, so we can use static_cast instead of interpret_cast
|
15 years ago |
Jelte Jansen
|
a2ce408444
use c++ style casts. Most of them are reinterpret_casts because of the way we used the strucutres in c-style as well, will change in next commit
|
15 years ago |
Jelte Jansen
|
024bea20e2
other simple review comment fixed; alignment of inline comments, and c++ style comments instead of c style
|
15 years ago |
Jelte Jansen
|
e12a45ef74
review mentioned i wasn't following coding guidelines, updating them
|
15 years ago |
Jelte Jansen
|
a5b1c2fb04
copyright statements had wrong year
|
15 years ago |
Jelte Jansen
|
c188d51982
oh no, more docs!
|
15 years ago |
Jelte Jansen
|
2199aa3eb0
docs docs docs
|
15 years ago |
Jelte Jansen
|
dc8e0e7e50
some incref/memory issues
|
15 years ago |
Jelte Jansen
|
460885237d
partial python wrapper implementation, see src/lib/dns/python/README for details
|
15 years ago |