- 10 Jan, 2013 2 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
also added some more hack to the DB unittests so add/delete zone tests can work with mock accessor, too.
-
- 13 Dec, 2012 1 commit
-
-
Jelte Jansen authored
And a minor cleanup in the code
-
- 12 Dec, 2012 1 commit
-
-
Jelte Jansen authored
-
- 11 Dec, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 10 Dec, 2012 2 commits
-
-
Jelte Jansen authored
don't duplicate the duplicate zone check in sqlite3 accessor's addZone() added documentation
-
Jelte Jansen authored
Note: currently called createZone so as not to interfere with an existing addZone() call in MemoryClient. Instead of pure virtual I made it have a default 'NotImplemented' method. Also, the DatabaseClient holds the transaction (not the SQLite3Accessor); we could do it on that level but we already have a transaction API on a higher level and it makes a little bit more sense to me to do it there
-
- 25 Oct, 2012 1 commit
-
-
Mukund Sivaraman authored
See bug #2367 for the fix-scaffolding.py tool.
-
- 16 May, 2012 1 commit
-
-
Jelte Jansen authored
- RAII InMemoryClient's createInstance - remove dead code - added more comments
-
- 08 May, 2012 1 commit
-
-
Jelte Jansen authored
Made the getZoneCount() method from inmemory client a general datasource client call (which throws NotImplemented by default), as this does seem useful in other cases as well. Now the work starts to pay off; removed the temporary pointer variable (getInMemoryClientP() still returns a pointer but now directly retrieved from the container), and any direct reference to isc::datasrc::InMemoryClient is removed from au th_srv (but not from tests as of yet)
-
- 16 Nov, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 15 Nov, 2011 2 commits
-
-
JINMEI Tatuya authored
-
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.
-
- 11 Nov, 2011 4 commits
-
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
almost empty with bootstrap tests.
-
JINMEI Tatuya authored
-
- 08 Nov, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
As the application can't call the constructor directly, it will be passed from here. Defaults to false as a backward compatibility (might be temporary)
-
- 02 Nov, 2011 1 commit
-
-
Jelte Jansen authored
with a slightly different interpretation; if false, treat differing TTLs as an indicator of different RRsets
-
- 01 Nov, 2011 1 commit
-
-
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
-
- 27 Sep, 2011 1 commit
-
-
Jelte Jansen authored
-
- 26 Aug, 2011 1 commit
-
-
JINMEI Tatuya authored
startUpdateZone() to be more consistent with getIterator()).
-
- 15 Aug, 2011 1 commit
-
-
Jelte Jansen authored
-
- 12 Aug, 2011 1 commit
-
-
JINMEI Tatuya authored
- defined updater and related classes - implemented a simple constructor and updater finder
-
- 04 Aug, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The default throws isc::NotImplemented to allow data sources not supporting this feature.
-
- 01 Aug, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
It will look something like this, hopefully. Let's see if it works.
-
- 27 Jul, 2011 2 commits
-
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
* Inherit the MemoryDataSrc from DataSourceClient * Small comment cleanup * Makefile fix * Remove extra parts of MemoryDataSrc - FindResult is inherited from MemoryDataSrc and it was the same anyway, just different name. - Remove the private assignment operator and copy constructor, the DataSourceClient is already uncopyable.
-
- 23 Jul, 2011 1 commit
-
-
JINMEI Tatuya authored
-