Evan Hunt
|
7783f8a3aa
addressed some review comments from Stephen
|
14 years ago |
Evan Hunt
|
6b2895175e
Move asio_link.cc and associated files from src/bin/auth into a new library,
|
14 years ago |
Evan Hunt
|
d09afbc685
Refactoring of the asio_link module as preparation for adding a resolver.
|
14 years ago |
JINMEI Tatuya
|
1c503d75b4
constified lib/cc API as much as possible. (trac #310)
|
14 years ago |
JINMEI Tatuya
|
dc0e2cde2a
- renamed a variable: s/is_axfr_connection_established/xfrout_connected/ as suggested in review
|
15 years ago |
JINMEI Tatuya
|
678e8861f5
merged the original trac221 branch
|
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 |
Evan Hunt
|
34159d6962
70. [func] each
|
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 |
JINMEI Tatuya
|
798c5262f8
introduced an abstract base class for XfroutClient, introduced a mock derived class of it, and added detailed tests for xfrout using it.
|
15 years ago |
JINMEI Tatuya
|
9a7ab5ecf1
refactoring: pass IOMessage to AuthSrv instead of InputBuffer.
|
15 years ago |
Evan Hunt
|
ceb8ef9564
Make b10-auth use a default database path from auth.spec rather than
|
15 years ago |
JINMEI Tatuya
|
0be6dcc6a7
had the AuthSrv maintain verbosity
|
15 years ago |
JINMEI Tatuya
|
1670cdbbe8
added a test for a short message
|
15 years ago |
JINMEI Tatuya
|
82ec5fcf5d
made AuthSrv::updateConfig and setDbFile exception safe.
|
15 years ago |
JINMEI Tatuya
|
cc51fbdc00
cleanup: hid details to the implementation class, and avoided including
|
15 years ago |
JINMEI Tatuya
|
e96a4c939e
suppress noisy per-query debug messages unless the -v option is specified
|
15 years ago |
JINMEI Tatuya
|
f8d7452f6e
adapted command channel module with boost::asio. ugly hack, but works.
|
15 years ago |
Jelte Jansen
|
784ae3c558
make auth_srv use the Auth/database_file setting
|
15 years ago |
JINMEI Tatuya
|
1af48847d1
sync with trunk, mainly for truncation support
|
15 years ago |
JINMEI Tatuya
|
14297b86e7
experimental UDP/TCP auth server using boost::asio
|
15 years ago |
JINMEI Tatuya
|
95a8834341
made the auth server dual-stack (kind of quick hack)
|
15 years ago |
JINMEI Tatuya
|
3e248e341b
- made AuthSrv construction exception-safe
|
15 years ago |
JINMEI Tatuya
|
7ec9d71076
overall cleanup for the data source code, phase 1.
|
15 years ago |
JINMEI Tatuya
|
d86f239a3c
cleanup
|
15 years ago |
Jelte Jansen
|
29c5ffbd6c
simple example to set the database file in auth (which is seen and remembered, but not passed on to the sqlite3datasource yet)
|
15 years ago |
Evan Hunt
|
404aa0602f
Committed each-ds branch to trunk (still needing formal review; see
|
15 years ago |
Jelte Jansen
|
58f86251c5
- use <builddir>/include (the one with the symlinks) for all includes
|
15 years ago |
Evan Hunt
|
8399a64371
Merged experiments/each-query branch into parkinglot.
|
15 years ago |