Stephen Morris
|
bf2e60ca2a
[1470] Change some loop indexes to unsigned values
|
13 years ago |
Jeremy C. Reed
|
e9f0637479
[trac1166]Merge commit '6d842a64386a5c64a5136cadb4a1e646ee1901e5' into trac1166
|
13 years ago |
Jeremy C. Reed
|
0081ce40b8
[master] fix output for CC_ESTABLISH socket file
|
13 years ago |
Jeremy C. Reed
|
9741148f11
[jreed-doxygen] fix doxygen warning
|
14 years ago |
Jeremy C. Reed
|
b4591042f8
[jreed-doxygen]Revert "[jreed-doxygen] fix doxygen warnings"
|
14 years ago |
Jeremy C. Reed
|
834f8d0f75
[jreed-doxygen] fix doxygen warnings
|
14 years ago |
Michal 'vorner' Vaner
|
8769517760
[trac742] Debug messages in the session
|
14 years ago |
Michal 'vorner' Vaner
|
36c080d7a2
[trac742] Log error events
|
14 years ago |
JINMEI Tatuya
|
e3e59cf1f2
cleanup: removed $Id$, which is useless now that we've migrated to git.
|
14 years ago |
Michal Vaner
|
5049b42830
Better way to stop io_service from running out of work
|
14 years ago |
Michal Vaner
|
db9ded2871
Fix problem with stopped IOService
|
14 years ago |
JINMEI Tatuya
|
c05af90688
sync with trunk
|
14 years ago |
Jelte Jansen
|
3cc58b3f5e
sync trunk for merge
|
14 years ago |
Jelte Jansen
|
8320cc9dab
directly evaluate *read_result to see if there was an error
|
14 years ago |
Jelte Jansen
|
ed14812f5a
remove io_service.reset() call from blocking read; application using it is responsible for keeping io_service alive (if necessary by using a io_service::work object).
|
14 years ago |
JINMEI Tatuya
|
1c503d75b4
constified lib/cc API as much as possible. (trac #310)
|
14 years ago |
JINMEI Tatuya
|
81eb4c244c
style fixes:
|
14 years ago |
Jelte Jansen
|
d9f8b54b50
comments from review
|
14 years ago |
JINMEI Tatuya
|
c91caba657
minor comment fix: adjust it to reflect the change from boost-asio to non-boost asio.
|
14 years ago |
JINMEI Tatuya
|
494f572fc2
editorial nits:
|
14 years ago |
Jelte Jansen
|
b6ea1cf42f
new approach for blocking reads to prevent races: if the timeout or read is canceled, also wait until the cancel signal is processed
|
14 years ago |
Jelte Jansen
|
a55425bcb4
proposal for the setResult issue from the review; this one may be reversed after discussion
|
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
|
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 |