- 23 Oct, 2012 4 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
update the test case and log message accordingly.
-
JINMEI Tatuya authored
the users of this method only need the set behavior, and the previous code actually didn't swap them as expected anyway.
-
- 22 Oct, 2012 3 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 20 Oct, 2012 3 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
they are not expected to be copied, and I actually had a bug due to an accidental copy. Making it non copyable will help avoid such bugs.
-
JINMEI Tatuya authored
-
- 19 Oct, 2012 5 commits
-
-
JINMEI Tatuya authored
auth_srv test's clientList tests are now converted to clients manager's test. ("holder" tests).
-
JINMEI Tatuya authored
this will help corner case considerations of it being NULL
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 18 Oct, 2012 5 commits
-
-
Jelte Jansen authored
A few more checks in test cleaned up added headers reordered log message file
-
Jelte Jansen authored
from AuthSrv:: (in auth_srv.h) to isc:datasrc:: (in client_list.h), the previous location wasn't really relevant now that it is used elsewhere, and this seemed the most logical location
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 17 Oct, 2012 6 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
by a bit ugly hack: we specialize some part of the destructor and make a local copy of these variables so the tests can inspect them later.
-
JINMEI Tatuya authored
also explicitly reject invalid command ID, which should be internal bug.
-
JINMEI Tatuya authored
-
- 16 Oct, 2012 4 commits
-
-
JINMEI Tatuya authored
mainly for better readability. no functional change.
-
JINMEI Tatuya authored
on second thought I realized we need to synchronize them because the builder thread refers to the main thread's class member variables. shutdown() method is now meaningless so deprecated for now.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 15 Oct, 2012 5 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
we'll use this pattern for other commands.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 13 Oct, 2012 1 commit
-
-
JINMEI Tatuya authored
-