- 31 Jan, 2012 1 commit
-
-
Stephen Morris authored
To allow for future optimization, the RRset pointer classes now point to the base of the RRset inheritance hierarchy.
-
- 30 Jan, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
As it is tightly coupled with the previous try statement.
-
Michal 'vorner' Vaner authored
The server is a separate entity from the developer's collective mind, which, at last for the time being, is not considered sentient. Therefore the word "we" is not appropriate and the server should be described in third person.
-
- 27 Jan, 2012 16 commits
-
-
JINMEI Tatuya authored
removed before releasing the wrapper code. Compiler will detect if any of them is forgotten to be cleaned up.
-
JINMEI Tatuya authored
(there doesn't seem to be need for updating the python doc)
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
as suggested in review. hid the concrete derived class in the implementation. adjusted tests accordingly.
-
Michal 'vorner' Vaner authored
It happens to work already.
-
Michal 'vorner' Vaner authored
If it is not one of the "known to be OK" exceptions, we abort.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
we should either/both consider revisiting the interface so we avoid the issue as a result or require higher version of boost. but for now this should be okay.
-
- 26 Jan, 2012 8 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
So we can distinguish the errors.
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
fixing bugs like case-sensitivity or corner cases for empty salts. provided more detailed tests and documentation.
-
JINMEI Tatuya authored
not directly related but would be helpful for the purpose of the branch.
-
- 25 Jan, 2012 13 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
the change introduced in this branch breaks the assumption of the callback function used in the test code.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
testing a single flag. it's stricter and probably a better test.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
in the database zone finder. right now it's a TODO and the current implementation is a kind of workaround.
-
JINMEI Tatuya authored
(which was C++ version only); corrected the return value description of find_all() which was accidentally broken.
-
Michal 'vorner' Vaner authored
It caused the pycompile script to fail
-
JINMEI Tatuya authored
(they should have succeeded in the original version of implementation)
-
JINMEI Tatuya authored
now the test passed.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
separate RRsets. As noted in the previous comment the previous behavior was okay in practice within the expected restriction of the current implementation, but as we are probably going to accept more generic forms of input it would be prudent to fix it at this timing.
-