Jelte Jansen
|
7acbcf3c09
cfgmgr: don't stop on None result from recvmsg
|
14 years ago |
Jelte Jansen
|
a4befeefef
addressed the small issues from jinmei's review (i.e. everything except the first two points and the one about integer sizes)
|
14 years ago |
JINMEI Tatuya
|
08d25a5d87
minor editorial fixes:
|
14 years ago |
Jelte Jansen
|
f8196cfb1a
bit of cleanup
|
14 years ago |
Jelte Jansen
|
e8acfc19af
timeouts in python cc session too + test
|
14 years ago |
Jelte Jansen
|
1e059e977c
removed dead code from new tests
|
14 years ago |
Jelte Jansen
|
5f9172caa9
remove now incomplete throw statement, since we're not using them anywhere else
|
14 years ago |
Jelte Jansen
|
279f16d0ba
update other 'fake' session implementations to new interface
|
14 years ago |
Jelte Jansen
|
9ce7db783c
add error handling and a test for that
|
14 years ago |
Jelte Jansen
|
97cd04f9c0
added setTimeout(size_t milliseconds) and getTimeout() functions to set the timeout used for blocking reads on sessions
|
14 years ago |
Jelte Jansen
|
61fb173df9
initial timeout test
|
14 years ago |
Jelte Jansen
|
e53a7e05cc
small update for jinmei's comments
|
14 years ago |
Jelte Jansen
|
09dadcdcdd
timeout in asio by using a call to async_read() and a deadline_timer
|
14 years ago |
Jelte Jansen
|
5610566c90
branch for ticket #296, timeouts on ccchannel
|
14 years ago |
JINMEI Tatuya
|
0043299b12
removed redundant null checks before delete.
|
14 years ago |
JINMEI Tatuya
|
f7d5d843a8
cleanup: removed unnecessary lexical_cast.
|
14 years ago |
JINMEI Tatuya
|
3cc88bfa25
cleanup: removed <config.h> because we don't use UNUSED_PARAM in this file.
|
14 years ago |
JINMEI Tatuya
|
92a667282e
cleanup: removed <config.h> because we now don't use UNUSED_PARAM.
|
14 years ago |
JINMEI Tatuya
|
4c3dd96dbe
constify.
|
14 years ago |
JINMEI Tatuya
|
c982ccbbda
added a brief comment about unistd.h
|
14 years ago |
JINMEI Tatuya
|
c2258c4e0b
worked around another brokenness of sunstudio.
|
14 years ago |
JINMEI Tatuya
|
a82c729cef
added redundant top-level consts in declarations to help broken sunstudio behavior.
|
14 years ago |
JINMEI Tatuya
|
535489324e
removed a redundant comman after the last member of enum.
|
14 years ago |
JINMEI Tatuya
|
71dcd00edb
corrected indentation.
|
14 years ago |
JINMEI Tatuya
|
4eb2441498
fixed a typo in a comment.
|
14 years ago |
JINMEI Tatuya
|
92171ed6ef
added an entry for trac #221
|
14 years ago |
JINMEI Tatuya
|
f383a56c23
merged branches/trac221b for trac #221.
|
14 years ago |
JINMEI Tatuya
|
c1497bb088
more sync with trunk
|
14 years ago |
JINMEI Tatuya
|
79a6c20a23
updated the test reflecting the fact we disabled notify
|
14 years ago |
JINMEI Tatuya
|
f4d9f872e5
sync with trunk
|
14 years ago |