Jelte Jansen
|
9ce7db783c
add error handling and a test for that
|
il y a 15 ans |
Jelte Jansen
|
97cd04f9c0
added setTimeout(size_t milliseconds) and getTimeout() functions to set the timeout used for blocking reads on sessions
|
il y a 15 ans |
Jelte Jansen
|
61fb173df9
initial timeout test
|
il y a 15 ans |
Jelte Jansen
|
e53a7e05cc
small update for jinmei's comments
|
il y a 15 ans |
Jelte Jansen
|
09dadcdcdd
timeout in asio by using a call to async_read() and a deadline_timer
|
il y a 15 ans |
Jelte Jansen
|
5610566c90
branch for ticket #296, timeouts on ccchannel
|
il y a 15 ans |
JINMEI Tatuya
|
0043299b12
removed redundant null checks before delete.
|
il y a 15 ans |
JINMEI Tatuya
|
f7d5d843a8
cleanup: removed unnecessary lexical_cast.
|
il y a 15 ans |
JINMEI Tatuya
|
3cc88bfa25
cleanup: removed <config.h> because we don't use UNUSED_PARAM in this file.
|
il y a 15 ans |
JINMEI Tatuya
|
92a667282e
cleanup: removed <config.h> because we now don't use UNUSED_PARAM.
|
il y a 15 ans |
JINMEI Tatuya
|
4c3dd96dbe
constify.
|
il y a 15 ans |
JINMEI Tatuya
|
c982ccbbda
added a brief comment about unistd.h
|
il y a 15 ans |
JINMEI Tatuya
|
c2258c4e0b
worked around another brokenness of sunstudio.
|
il y a 15 ans |
JINMEI Tatuya
|
a82c729cef
added redundant top-level consts in declarations to help broken sunstudio behavior.
|
il y a 15 ans |
JINMEI Tatuya
|
535489324e
removed a redundant comman after the last member of enum.
|
il y a 15 ans |
JINMEI Tatuya
|
71dcd00edb
corrected indentation.
|
il y a 15 ans |
JINMEI Tatuya
|
4eb2441498
fixed a typo in a comment.
|
il y a 15 ans |
JINMEI Tatuya
|
92171ed6ef
added an entry for trac #221
|
il y a 15 ans |
JINMEI Tatuya
|
f383a56c23
merged branches/trac221b for trac #221.
|
il y a 15 ans |
JINMEI Tatuya
|
c1497bb088
more sync with trunk
|
il y a 15 ans |
JINMEI Tatuya
|
79a6c20a23
updated the test reflecting the fact we disabled notify
|
il y a 15 ans |
JINMEI Tatuya
|
f4d9f872e5
sync with trunk
|
il y a 15 ans |
JINMEI Tatuya
|
538e33c10a
some grammar/editorial fixes
|
il y a 15 ans |
JINMEI Tatuya
|
21e7e5c297
minor update on a comment (about how rrclass is passed)
|
il y a 15 ans |
JINMEI Tatuya
|
01d4f42cee
commented about local placeholders of {UDP/TCP}Endpoints.
|
il y a 15 ans |
JINMEI Tatuya
|
c994b2e9c7
commented about instantiation policy for the IOSocket class.
|
il y a 15 ans |
JINMEI Tatuya
|
4c27eae347
editorial fix
|
il y a 15 ans |
JINMEI Tatuya
|
4601b4d22e
removed unnecessary forward declaration, and added a comment about the remaining one.
|
il y a 15 ans |
JINMEI Tatuya
|
dc0e2cde2a
- renamed a variable: s/is_axfr_connection_established/xfrout_connected/ as suggested in review
|
il y a 15 ans |
JINMEI Tatuya
|
252f19a143
added notes about protected destructors in base classes.
|
il y a 15 ans |