Jeremy C. Reed
|
5f59f72eeb
[jreed-doxygen] doxygen fixes and improvements.
|
14 years ago |
JINMEI Tatuya
|
e3e59cf1f2
cleanup: removed $Id$, which is useless now that we've migrated to git.
|
14 years ago |
JINMEI Tatuya
|
c05af90688
sync with trunk
|
14 years ago |
JINMEI Tatuya
|
1c503d75b4
constified lib/cc API as much as possible. (trac #310)
|
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 |
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
|
09dadcdcdd
timeout in asio by using a call to async_read() and a deadline_timer
|
14 years ago |
JINMEI Tatuya
|
f4d9f872e5
sync with trunk
|
15 years ago |
JINMEI Tatuya
|
252f19a143
added notes about protected destructors in base classes.
|
15 years ago |
JINMEI Tatuya
|
5f1739873b
s/#include "header"/#include <[path/]header>/ (trac #291)
|
15 years ago |
JINMEI Tatuya
|
678e8861f5
merged the original trac221 branch
|
15 years ago |
JINMEI Tatuya
|
7e74ff765d
cleanup: declare virtual functions in the derived class clearly, and changed essentially private methods to really private ones.
|
15 years ago |
JINMEI Tatuya
|
a52058ff5d
merged r2393
|
15 years ago |
JINMEI Tatuya
|
ee4099c30d
introduced an abstract base Session class so that we can easily create test cases using a mock sessio implementation.
|
15 years ago |
JINMEI Tatuya
|
d990b85fbe
introduced an abstract base Session class to allow tests to define and use a mock session class.
|
15 years ago |
Jelte Jansen
|
51803e4064
|
15 years ago |
Evan Hunt
|
90c8141b69
3. [func] each
|
15 years ago |
Jelte Jansen
|
c2dedd7b10
add (optional) socket_file argument to isc::cc::Session::establish(), if NULL (defulat), it uses env var BIND10_MSGQ_SOCKET_FILE, if env var not set, it'll use configure-time default (from session_config.h)
|
15 years ago |
Jelte Jansen
|
3ef6ad200f
use unix domain socket instead of localhost:9912
|
15 years ago |
Jelte Jansen
|
a3888f316e
merge branches/trac58
|
15 years ago |
Evan Hunt
|
4f5ca8bd9c
- added ASIO library header files (version 1.4.5, downloaded from
|
15 years ago |
JINMEI Tatuya
|
f8d7452f6e
adapted command channel module with boost::asio. ugly hack, but works.
|
15 years ago |
JINMEI Tatuya
|
07cfeddca2
clean up and minor bug fixes for the cc module:
|
15 years ago |
JINMEI Tatuya
|
298967b31a
copyright, propset, emacs C++ mode specification
|
15 years ago |
Jeremy C. Reed
|
2e119c7e22
Restructure trunk again.
|
15 years ago |