- 10 Oct, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Planned for merge #2268
-
- 09 Oct, 2012 6 commits
-
-
Michal 'vorner' Vaner authored
And make it slightly stronger (it now checks something that should be mostly obvious too, but who knows, with software).
-
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.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 08 Oct, 2012 12 commits
-
-
JINMEI Tatuya authored
this will prevent surprising test failure on an incrementally updated dev tree. okayed on jabber.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Mukund Sivaraman authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Mukund Sivaraman authored
* The unique constraint on NSEC3 owner per zone is now removed * NSEC3 RRSIGs are now returned next to their RR set * Test was adjusted to check for RRSIGs too
-
- 07 Oct, 2012 6 commits
-
-
Michal 'vorner' Vaner authored
They don't need the mutable versions to work, but they used them anyway.
-
Michal 'vorner' Vaner authored
This one was not mutable, it just took Name as an argument.
-
Michal 'vorner' Vaner authored
As the method was removed.
-
Michal 'vorner' Vaner authored
The domain tree no longer supports the mutable find versions, so we don't need the template parameters allowing for them.
-
Michal 'vorner' Vaner authored
They are currently used in test code only (so we'll need to update the tests to compile). The real code seams clean now.
-
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.
-
- 05 Oct, 2012 2 commits
-
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
- 04 Oct, 2012 12 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
with the cleanup in this ticket we can now actually return NULL, but intermediate status of other #2283 tickets will require non NULL values. So, it's probably better to keep the behavior with referring to #2283, instead of #2284.
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
Unfortunately it turned out it doesn't work for the originally intended purpose. See the ticket for details.
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
this addresses the issue described in #2291. Still not really clean, but thanks to boost::bind we can centralize all the code logic in the callback, so I think it's now less likely that we forget cleaning it up when the hack is not necessary.
-
JINMEI Tatuya authored
as it's now completely stateless and can work independently. the common specialization for the main implementation is defined in a new created .cc file.
-