Jelte Jansen
|
14406ebae3
merge ticket #312 (python msgq timeouts differ from c++ ones)
|
il y a 14 ans |
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
|
il y a 14 ans |
Jelte Jansen
|
40623bbe96
changed print() calls in xfrout to sys.stderr.write
|
il y a 14 ans |
Jelte Jansen
|
6a4af2a109
changelog entry
|
il y a 14 ans |
Jelte Jansen
|
e0009e9dfa
committed the proposed patch from ticket #334 to trunk
|
il y a 14 ans |
Likun Zhang
|
2f0979aa63
Change one log message of xfrout, to make it more readable. trivial, skip review.
|
il y a 14 ans |
Likun Zhang
|
76bd398853
Add one TODO item for Xfrin.
|
il y a 14 ans |
Jeremy C. Reed
|
8034b2e3dc
From Trac #307.
|
il y a 14 ans |
Jelte Jansen
|
68f83786ac
found an uncaught timeout possibility
|
il y a 14 ans |
Jelte Jansen
|
d6585dcead
update
|
il y a 14 ans |
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
|
il y a 14 ans |
Likun Zhang
|
b44b64b5d3
Add TODO item, check soa serial first when doing zone refreshment.
|
il y a 14 ans |
Jelte Jansen
|
40c4c91f7c
Changelog
|
il y a 14 ans |
Jelte Jansen
|
dca94882c8
merge ticket #314 (better name for libdns_python)
|
il y a 14 ans |
Jeremy C. Reed
|
63d71a1186
Clean up formatting of some error messages. (They had
|
il y a 14 ans |
Likun Zhang
|
55af28ea95
Remove unused line code, since the 'ret' is never changed in that block. mentioned by Jeremy, trivial, skip review again.
|
il y a 14 ans |
Likun Zhang
|
356becbcaf
Add one new TODO item for zonegmr. provide one way to see the current timer for each zone.
|
il y a 14 ans |
Likun Zhang
|
cd2ebddd4f
Add one TODO item for zonegmr.
|
il y a 14 ans |
Likun Zhang
|
fda19068dd
Add one TODO item for xfrin module, do zone transfer from notifyfrom. trivial skip review.
|
il y a 14 ans |
Jeremy C. Reed
|
b0f677b296
Fix configuration item name (dash to underscore).
|
il y a 14 ans |
Jeremy C. Reed
|
fe07a081a3
Move comma (a typo) and add space in a stderr output.
|
il y a 14 ans |
Jeremy C. Reed
|
f78d74d962
typo fix in a comment.
|
il y a 14 ans |
Jelte Jansen
|
ade3b2f49f
rename libdns_python to pydnspp
|
il y a 14 ans |
Jelte Jansen
|
958ee14b23
created branch for ticket #314 (better name than libdns_python)
|
il y a 14 ans |
Jelte Jansen
|
f96970c995
small documentation update
|
il y a 14 ans |
Jelte Jansen
|
a79aa74255
sync with trunk
|
il y a 14 ans |
JINMEI Tatuya
|
aa40084434
cleanup: removed redundant this pointer specifications
|
il y a 14 ans |
JINMEI Tatuya
|
f6acd3ffaf
trivial cleanup: removed a duplicate import.
|
il y a 14 ans |
Jelte Jansen
|
c7d2c477c3
bit of set_timeout cleanup in cfgmgr
|
il y a 14 ans |
Jelte Jansen
|
e8e4cd3299
remove the TEST_SOCKET_FILE at the end of the test that makes it (just a bit of cleanup, no ticket, reviewed by shane)
|
il y a 14 ans |