Commit History

Author SHA1 Message Date
  Jelte Jansen e6406c76e0 Fixed the review comments about the tests (mostly lots of missing tests) 15 years ago
  Jelte Jansen 60da6a175e last of the cpp review comments: factoring out common code in creation of statics, added a few explanatory comments 15 years ago
  Jelte Jansen bf0b3e3f94 bogus commit, previous one had the wrong message attached, should have been: 15 years ago
  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 15 years ago
  Jelte Jansen 02ce015385 more review comments: 15 years ago
  Jelte Jansen d47cc34335 Some more review comment fixes: 15 years ago
  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 02907445e2 add wrapper and tests for the new Name::split(int) function 15 years ago
  Jelte Jansen 29f7734e0f update README 15 years ago
  Jelte Jansen 93227d328b merge to sync with trunk and make later merge back easier 15 years ago
  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) 15 years ago
  Jelte Jansen a5b1c2fb04 copyright statements had wrong year 15 years ago
  Jelte Jansen b5f72e06ac statics for known classes too 15 years ago
  Likun Zhang f905a9cddc Fix revision number error for item 52 in ChangeLog. 15 years ago
  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. 15 years ago
  Jelte Jansen 2074ba324e removed old dns-python example code 15 years ago
  Jelte Jansen a29e539286 static direct constructors for common RRTypes 15 years ago
  Jelte Jansen 384309beb2 unit tests 15 years ago
  Jelte Jansen 8f3efd37e9 check types in all richcmp functions 15 years ago
  Jelte Jansen b75fd438e1 removed some unnecessary comment lines 15 years ago
  Jelte Jansen c188d51982 oh no, more docs! 15 years ago
  Jelte Jansen d3d7c46f85 docs and test updates 15 years ago
  Jelte Jansen 2199aa3eb0 docs docs docs 15 years ago
  Jelte Jansen ca26ccabf2 moved exceptions and constants from top-level to the class they are relevant for 15 years ago
  Jelte Jansen 949ef72726 Applied second patch from ticket #227 (print module name on stdout/stderr output), reviewed by Jeremy 15 years ago
  Jelte Jansen 60f6071643 changes from http://bind10.isc.org/ticket/227 (unnamed prints), looked at by Jeremy and Evan 15 years ago
  JINMEI Tatuya e4c31a796e pythonic style fix: 15 years ago