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
|
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 |
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 |
Jeremy C. Reed
|
9d3093ecb7
Don't need to define full directory for library archive that
|
il y a 14 ans |
Jeremy C. Reed
|
a22ef6dead
Remove the property changes for specific files or directories
|
il y a 14 ans |
Jelte Jansen
|
0b92905fcf
make cc/session raise SessionTimeout on timeout, handle appropriately where group_recvmsg() is called
|
il y a 14 ans |
Jelte Jansen
|
371090921d
temprorary branch for ticket #312 (python msgq timeouts differ from c++ ones)
|
il y a 14 ans |
JINMEI Tatuya
|
9451d97fe9
type consistency for ?: values to suppress a compiler error.
|
il y a 14 ans |
JINMEI Tatuya
|
2e65b2009d
changelog entry for trac #310
|
il y a 14 ans |
JINMEI Tatuya
|
62b03a0fd2
merged trac #310: consity ElementPtr as much as possible.
|
il y a 14 ans |
JINMEI Tatuya
|
3b4c9aa2c0
avoid copying ModuleSpec in getModuleSpec() by returning a reference to it instead of returning a full object.
|
il y a 14 ans |
JINMEI Tatuya
|
c05af90688
sync with trunk
|
il y a 14 ans |
Jelte Jansen
|
5e931bbf52
minor style correction, parentheses around return value
|
il y a 14 ans |
Jeremy C. Reed
|
7b0c9a8dbc
For python (and shell scripts) tests exit on script failure
|
il y a 14 ans |
Jeremy C. Reed
|
054dcedac8
Merged in from trunk to catch up.
|
il y a 14 ans |
Jeremy C. Reed
|
f36fcb5cc5
Remove unrelated comments.
|
il y a 14 ans |
JINMEI Tatuya
|
3543351238
use the same level of compiler warnings with other modules.
|
il y a 14 ans |
Jelte Jansen
|
d77932052d
added copyright and Id keyword
|
il y a 14 ans |
Jerry
|
cc15e3f417
add a copyright and license for src/lib/python/isc/log/tests/log_test.py
|
il y a 14 ans |
Jeremy C. Reed
|
b157652dd8
Minor grammar fix.
|
il y a 14 ans |
JINMEI Tatuya
|
0972d15d54
trivial editorial fixes to comments and exception message strings
|
il y a 14 ans |
JINMEI Tatuya
|
eaff8c213c
changelog entry for trac #313.
|
il y a 14 ans |