Michal 'vorner' Vaner
|
beebff23a4
[1924] Move the common_defs to the cc directory
|
12 years ago |
Michal 'vorner' Vaner
|
3a07d07e04
[1924] Less confusing parameter names for sendmsg
|
12 years ago |
JINMEI Tatuya
|
7f8ec08cfd
[1924] Merge remote-tracking branch 'origin/trac1914' into trac1924
|
12 years ago |
Michal 'vorner' Vaner
|
2a723e7e4b
[1924] Don't use real network IO in the test
|
12 years ago |
Michal 'vorner' Vaner
|
7377c385cd
[1924] Use the constants in default parameters too
|
12 years ago |
JINMEI Tatuya
|
dfee1cf2ea
[1924] added blnak lines between method declarations for readability.
|
12 years ago |
Michal 'vorner' Vaner
|
e220a4ed92
[1924] Test for the C++ want_answer parameter
|
12 years ago |
Mukund Sivaraman
|
059a2a1751
[2357] Update scaffolding using fix-scaffolding.py tool
|
12 years ago |
Tomek Mrugalski
|
62de4b87e9
[1651] Support for msgq implemented in b10-dhcp4 component.
|
13 years ago |
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 |