Commit History

Author SHA1 Message Date
  Jeremy C. Reed c11617b770 For Trac #342 14 years ago
  Jeremy C. Reed f89a38327d Update the version. Remove the "v" prefix. 14 years ago
  Jelte Jansen 14406ebae3 merge ticket #312 (python msgq timeouts differ from c++ ones) 14 years ago
  Jelte Jansen fdba520a89 a well-timed ctrl-c may stop msgq before bind10, in which case 0-bytes are read, which is now an error. Catch that error and break from the for loop, so bob will go into shutdown mode cleanly 14 years ago
  Jelte Jansen 40623bbe96 changed print() calls in xfrout to sys.stderr.write 14 years ago
  Jelte Jansen 6a4af2a109 changelog entry 14 years ago
  Jelte Jansen e0009e9dfa committed the proposed patch from ticket #334 to trunk 14 years ago
  Likun Zhang 2f0979aa63 Change one log message of xfrout, to make it more readable. trivial, skip review. 14 years ago
  Likun Zhang 76bd398853 Add one TODO item for Xfrin. 14 years ago
  Jeremy C. Reed 8034b2e3dc From Trac #307. 14 years ago
  Jelte Jansen 68f83786ac found an uncaught timeout possibility 14 years ago
  Jelte Jansen d6585dcead update 14 years ago
  Jelte Jansen a951cdc5ee refactored the recv() code; fixed short reads on length bytes, removed the catch-all (currently there is a bit of special casing going on to keep the calling modules working, we may need to take a look at that), and removed the class variables, where data was stored but in the end that data was only used locally 14 years ago
  Likun Zhang b44b64b5d3 Add TODO item, check soa serial first when doing zone refreshment. 14 years ago
  Jelte Jansen 40c4c91f7c Changelog 14 years ago
  Jelte Jansen dca94882c8 merge ticket #314 (better name for libdns_python) 14 years ago
  Jeremy C. Reed 63d71a1186 Clean up formatting of some error messages. (They had 14 years ago
  Likun Zhang 55af28ea95 Remove unused line code, since the 'ret' is never changed in that block. mentioned by Jeremy, trivial, skip review again. 14 years ago
  Likun Zhang 356becbcaf Add one new TODO item for zonegmr. provide one way to see the current timer for each zone. 14 years ago
  Likun Zhang cd2ebddd4f Add one TODO item for zonegmr. 14 years ago
  Likun Zhang fda19068dd Add one TODO item for xfrin module, do zone transfer from notifyfrom. trivial skip review. 14 years ago
  Jeremy C. Reed b0f677b296 Fix configuration item name (dash to underscore). 14 years ago
  Jeremy C. Reed fe07a081a3 Move comma (a typo) and add space in a stderr output. 14 years ago
  Jeremy C. Reed f78d74d962 typo fix in a comment. 14 years ago
  Jelte Jansen ade3b2f49f rename libdns_python to pydnspp 14 years ago
  Jelte Jansen 958ee14b23 created branch for ticket #314 (better name than libdns_python) 14 years ago
  Jelte Jansen f96970c995 small documentation update 14 years ago
  Jelte Jansen a79aa74255 sync with trunk 14 years ago
  JINMEI Tatuya aa40084434 cleanup: removed redundant this pointer specifications 14 years ago
  JINMEI Tatuya f6acd3ffaf trivial cleanup: removed a duplicate import. 14 years ago