- 07 Sep, 2011 1 commit
-
-
JINMEI Tatuya authored
with the mock accessor and sqlite3 accessor.
-
- 22 Aug, 2011 1 commit
-
-
Jelte Jansen authored
-
- 12 Aug, 2011 1 commit
-
-
JINMEI Tatuya authored
It includes refactoring/cleanups on managing SQLite3 statements.
-
- 09 Aug, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
This time to DatabaseAccessor, Abstraction might be misleading in other ways.
-
- 07 Aug, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
As database connection might be confusing, use something better. Also renamed SQLiteConnection to SQLiteDatabase
-
- 04 Aug, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
The default throws isc::NotImplemented to allow data sources not supporting this feature.
-
- 02 Aug, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
Most of the code is slightly modified copy-paste from the Sqlite3DataSource. No documentation or log messages and the getZone method is dummy. But it compiles and provides some kind of frame for the rest.
-
- 01 Aug, 2011 2 commits
-
-
Jelte Jansen authored
still need to find a real solution for this problem...
-
Michal 'vorner' Vaner authored
-
- 25 May, 2011 1 commit
-
-
Stephen Morris authored
This only needed to be in the Makefile.am for the liblog library, not everywhere else!
-
- 20 May, 2011 1 commit
-
-
Stephen Morris authored
-
- 11 May, 2011 4 commits
-
-
Stephen Morris authored
For some reason, libtool is not picking up this library from the dependency in libutil_unittests. Adding the library to the link cures the problem. Also, move the directory util/io/tests to util/io_tests so that the utilities code and tests build in the right order.
-
Stephen Morris authored
-
Stephen Morris authored
Also update the test Makefile.am files to include the appropriate libraries.
-
Stephen Morris authored
-
- 28 Apr, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 10 Mar, 2011 1 commit
-
-
JINMEI Tatuya authored
not related to the subject of this ticket, and the test semantics hasn't changed.
-
- 20 Dec, 2010 1 commit
-
-
Han Feng authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac397focused@3885 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Dec, 2010 1 commit
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3866 e5f2f494-b856-4b98-b285-d166d9295462
-
- 07 Dec, 2010 1 commit
-
-
JINMEI Tatuya authored
- limit the scope to mandatory features for this sprint also made a couple of suggested cleanups - move the files to the datasrc lib - update file names git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac397focused@3737 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Oct, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac399@3400 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Oct, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3390 e5f2f494-b856-4b98-b285-d166d9295462
-
- 10 Oct, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac365@3158 e5f2f494-b856-4b98-b285-d166d9295462
-
- 13 Aug, 2010 1 commit
-
-
JINMEI Tatuya authored
introduced a new ./configure option --enable-static-link to statically link executables while still building dynamic loadable modules correctly. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac309@2722 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Jul, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2512 e5f2f494-b856-4b98-b285-d166d9295462
-
- 01 Jul, 2010 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2387 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Jun, 2010 1 commit
-
-
Evan Hunt authored
Added a hot-spot cache to libdatasrc to speed up access to repeatedly-queried data and reduce the number of queries to the underlying database; this should substantially improve performance. Also added a "-n" ("no cache") option to bind10 and b10-auth to disable the cache if needed. (Trac #192, svn r2383) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2383 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Jun, 2010 1 commit
-
-
Jeremy C. Reed authored
Use libtool to create libcc. Have users of libcc use the libcc.la (libtool archive). I noticed this because libcfgclient's tests only linked with cc/data.o but build using Sunstudio showed it used libcc's session also. So instead of just linking with cc/session.o (which does work), I chose to link with libcc -- and noticed it was not using libtool. (Later will change other linking with foo.o object files to use libtool .la files instead. Also for Sunstudio support a minor patch for src/lib/cc/session_unittests.cc may later be committed.) No trac ticket for this. It was discussed with jinmei via jabber. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2316 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Jun, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac190@2120 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 May, 2010 1 commit
-
-
JINMEI Tatuya authored
- suppress the gcc unused parameters warning selectively (as a workaround) in a most portable way - introduce B10_CXXFLAGS as the default to AM_CXXFLAGS to make the first change possible (that's why I modified so many other Makefile.am's even if they are irrelevant to asio) - remove dependency on boost system library: it was only needed for the boost version of ASIO. - hide details that require ASIO related definitions from xfr_client.h to avoid being hit by the 'unused parameter' problem accidentally. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1953 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Apr, 2010 1 commit
-
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1799 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Apr, 2010 1 commit
-
-
Jeremy C. Reed authored
(I reviewed.) For Makefile.am, revert my previous change. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1723 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Apr, 2010 1 commit
-
-
Jeremy C. Reed authored
(so is included in tarball). Also sorted a couple entries. This was not reviewed. But is minor. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1714 e5f2f494-b856-4b98-b285-d166d9295462
-
- 14 Apr, 2010 1 commit
-
-
JINMEI Tatuya authored
applied the same fix as r1709 and r1710. This will make it possible to run tests in a separate build tree. (trac ticket #143) also applied the DRY principle to unittest_util*: remove the local copies and simply referred to the dns/tests versions of these files. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1713 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
also specifically within "dns/". git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1657 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Mar, 2010 1 commit
-
-
JINMEI Tatuya authored
additional related cleanups were made as well. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1617 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Mar, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1594 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1593 e5f2f494-b856-4b98-b285-d166d9295462
-
- 14 Mar, 2010 1 commit
-
-
JINMEI Tatuya authored
object so that they'll be valid regardless of how the QueryTask is constructed. In the current usage patter the previous behavior is probably safe, but since this object is passed beyond a scope of a single function, there's always a risk of retaining a stale reference to a temporary object. This fix solves that potential problem. Note that copy of these member objects should be cheap because in this sense they are mostly native integer types. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1395 e5f2f494-b856-4b98-b285-d166d9295462
-