- 13 Dec, 2011 1 commit
-
-
Stephen Morris authored
shared_ptr is a candidates for the next STL version and Windows has already adopted it. This change removes ambiguity between the Boost and Windows versions of the class.
-
- 12 Dec, 2011 2 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
- 18 Nov, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 16 Nov, 2011 3 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
was wrong.
-
JINMEI Tatuya authored
database specific checks. also add more detailed tests in checkJournal() to support generic databases.
-
- 15 Nov, 2011 7 commits
-
-
Michal 'vorner' Vaner authored
The exception was changed, so must be the test.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
accessor, which was fixed, too.
-
JINMEI Tatuya authored
exception. a new generic exception "InvalidOperation" was introduced.
-
JINMEI Tatuya authored
instead of exception. Also refactored the test code a bit to minimize duplicate.
-
JINMEI Tatuya authored
change the return value of the journal reader factory to a pair of result code and an object pointer. added some more tests.
-
- 14 Nov, 2011 1 commit
-
-
Jelte Jansen authored
-
- 11 Nov, 2011 7 commits
-
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
detailed tests. The MockAccessor was updated to have workable getDiffs().
-
JINMEI Tatuya authored
so that we can test with an empty diffs table.
-
JINMEI Tatuya authored
so that we can test them with SQLite3 as much as possible.
-
JINMEI Tatuya authored
almost empty with bootstrap tests.
-
- 09 Nov, 2011 2 commits
-
-
JINMEI Tatuya authored
there's even any compiler that allows it, but at least it shouldn't be portable if not illegal.)
-
Michal 'vorner' Vaner authored
-
- 08 Nov, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
hid the definition of uint32_t. also, replaced an unused boost header file (foreach) to a more relevant one (shared_ptr). may be beyond a super-trivial level, but as an urgent care fix I'll push it now. it was confirmed on our solaris box.
-
- 04 Nov, 2011 2 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
- 03 Nov, 2011 2 commits
-
-
JINMEI Tatuya authored
adding diffs.
-
Stephen Morris authored
-
- 02 Nov, 2011 3 commits
-
-
JINMEI Tatuya authored
on a MockAccessor object. Also added check code to detect any such attempt.
-
JINMEI Tatuya authored
-
Jelte Jansen authored
with a slightly different interpretation; if false, treat differing TTLs as an indicator of different RRsets
-
- 01 Nov, 2011 5 commits
-
-
Jelte Jansen authored
and implement it for the sqlite3 backend for the memory backend, it may not be necessary, but it might depend on how we add them
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
in a subseuqnet it could miss SOA after update. also cleanup the iterator test using checkRRset.
-
JINMEI Tatuya authored
SOA contained in the iteration result.
-
- 31 Oct, 2011 2 commits
-
-
JINMEI Tatuya authored
and have the new method return the result. note: I decided to change it from the more generic 'getFinder()', because I found it wouldn't work for some types of database backend such as MySQL.
-
JINMEI Tatuya authored
-