- 10 Oct, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
Sunstudio is unhappy with plain NULL inside EXPECT_EQ and thinks it is int. This makes it think otherwise.
-
- 09 Oct, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
Instead of releasing it directly. While the internal release was more convenient, it didn't allow for swapping things fast under a mutex and then spending the time releasing it unlocked.
-
Michal 'vorner' Vaner authored
It is supposed to be mostly private. Use it internally only.
-
- 07 Oct, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
Currently, the content of zone is passed to the addZone method. No way to change it later, but the addZone overwrites the old value if called again. This should hopefully allow for removal of mutable find methods from the tree.
-
- 21 Sep, 2012 1 commit
-
-
JINMEI Tatuya authored
the tests now depend on libdatasrc, while libdatasrc needs memory.la. so we need to build any tests after building all libraries.
-
- 25 Aug, 2012 1 commit
-
-
JINMEI Tatuya authored
this fixes build failure reported at: http://git.bind10.isc.org/~tester/builder//BIND10/20120825015000-Solaris10-sparc-Sunstudio/logs/build.out
-
- 23 Aug, 2012 2 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
my compiler even checks assignment-only variables, apparently
-
- 09 Aug, 2012 2 commits
-
-
JINMEI Tatuya authored
right now it doesn't work, and when we need to implement it, the internal will need to be substantially updated anyway, so it doesn't make much sense to keep the nonworkable version.
-
JINMEI Tatuya authored
It now simply returns ZoneData as the data associated with the code; the corresponding client implementation will create a zone finder from it. also updated some doc.
-
- 08 Aug, 2012 7 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
also completed the zone table deleter.
-
JINMEI Tatuya authored
instead of using the ugly try-(catch-all)catch.
-
JINMEI Tatuya authored
this is mostly private class and is not expected to be referenced outside of this psuedo module ("memory"), so it's raltively safer. also, the ZoneTable structure will be embedable in a shared memory space, so introducing the another pointer indirection will make it unnecessarily complicated. still don't pass tests.
-
JINMEI Tatuya authored
added a mostly-empty implementation of ZoneData. at this point it's nothing more than "buildable" code. tests still don't pass.
-
JINMEI Tatuya authored
right now it's a naive copy. the test wouldn't even compile.
-
- 20 Jul, 2012 1 commit
-
-
JINMEI Tatuya authored
Like the previous change, the part of the changes are big, but this is essentially a straightforward refactoring.
-
- 19 Jul, 2012 1 commit
-
-
JINMEI Tatuya authored
many parts of the code had to be updated, but this is basically pretty straightforward refactoring (except for exception consideration).
-
- 28 Jul, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
To preserve consistency.
-
- 23 Jul, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 21 Dec, 2010 1 commit
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac444@3938 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Dec, 2010 2 commits
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac440@3897 e5f2f494-b856-4b98-b285-d166d9295462
-
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
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac418@3745 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Nov, 2010 1 commit
-
-
JINMEI Tatuya authored
- make the zone class inheritable - introduced the fine method git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac418@3670 e5f2f494-b856-4b98-b285-d166d9295462
-
- 22 Nov, 2010 1 commit
-
-
JINMEI Tatuya authored
a zone with a shorter origin and query again. as suggested in review. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac399@3586 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
-