Jelte Jansen
|
6af6a082b7
some final comments: use constants from cpp version, updated a few c-style casts, and replaced obj.__str__() calls in tests with str(obj)
|
il y a 15 ans |
Jelte Jansen
|
f58095d1e8
parenthesized return statements
|
il y a 15 ans |
Jelte Jansen
|
e6406c76e0
Fixed the review comments about the tests (mostly lots of missing tests)
|
il y a 15 ans |
Jelte Jansen
|
60da6a175e
last of the cpp review comments: factoring out common code in creation of statics, added a few explanatory comments
|
il y a 15 ans |
Jelte Jansen
|
bf0b3e3f94
bogus commit, previous one had the wrong message attached, should have been:
|
il y a 15 ans |
Jelte Jansen
|
9cf1246826
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
|
il y a 15 ans |
Jelte Jansen
|
02ce015385
more review comments:
|
il y a 15 ans |
Jelte Jansen
|
d47cc34335
Some more review comment fixes:
|
il y a 15 ans |
Jelte Jansen
|
4353cffbf6
changed our type-specific structs to classes derived from PyObject, so we can use static_cast instead of interpret_cast
|
il y a 15 ans |
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
|
il y a 15 ans |
Jelte Jansen
|
024bea20e2
other simple review comment fixed; alignment of inline comments, and c++ style comments instead of c style
|
il y a 15 ans |
Jelte Jansen
|
e12a45ef74
review mentioned i wasn't following coding guidelines, updating them
|
il y a 15 ans |
Jelte Jansen
|
02907445e2
add wrapper and tests for the new Name::split(int) function
|
il y a 15 ans |
Jelte Jansen
|
29f7734e0f
update README
|
il y a 15 ans |
Jelte Jansen
|
93227d328b
merge to sync with trunk and make later merge back easier
|
il y a 15 ans |
Likun Zhang
|
efcdb2155e
Generate a unique session ID by using socket.gethostname() instead of socket.gethostbyname(), since the latter one could make bindctl stall if its own host name can't be resolved.(the patch was created by Jinmei and reviewed by zhanglikun)
|
il y a 15 ans |
Jelte Jansen
|
a5b1c2fb04
copyright statements had wrong year
|
il y a 15 ans |
Jelte Jansen
|
b5f72e06ac
statics for known classes too
|
il y a 15 ans |
Likun Zhang
|
f905a9cddc
Fix revision number error for item 52 in ChangeLog.
|
il y a 15 ans |
Likun Zhang
|
990e977d86
When xfrout is launched, check whether the socket file is being used by one running xfrout process, if it is, exit from python. If the file isn't a socket file or nobody is listening, it will be removed. If it can't be removed, exit from python.
|
il y a 15 ans |
Jelte Jansen
|
2074ba324e
removed old dns-python example code
|
il y a 15 ans |
Jelte Jansen
|
a29e539286
static direct constructors for common RRTypes
|
il y a 15 ans |
Jelte Jansen
|
384309beb2
unit tests
|
il y a 15 ans |
Jelte Jansen
|
8f3efd37e9
check types in all richcmp functions
|
il y a 15 ans |
Jelte Jansen
|
b75fd438e1
removed some unnecessary comment lines
|
il y a 15 ans |
Jelte Jansen
|
c188d51982
oh no, more docs!
|
il y a 15 ans |
Jelte Jansen
|
d3d7c46f85
docs and test updates
|
il y a 15 ans |
Jelte Jansen
|
2199aa3eb0
docs docs docs
|
il y a 15 ans |
Jelte Jansen
|
ca26ccabf2
moved exceptions and constants from top-level to the class they are relevant for
|
il y a 15 ans |
Jelte Jansen
|
949ef72726
Applied second patch from ticket #227 (print module name on stdout/stderr output), reviewed by Jeremy
|
il y a 15 ans |