- 09 Oct, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
It is supposed to be mostly private. Use it internally only.
-
- 08 Oct, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 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.
-
- 02 Oct, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
It was needed when extracting data from a domain tree chain. The chain now can hold mutable pointers too, so we use that (and some amount of template bureaucracy) to avoid the cast. While the interface changed (on the core find function, it is not possible to pass const node chain and have a mutable node get out), it doesn't seem to influence the current code. Also, it is a private interface anyway, so it should be safe.
-
Michal 'vorner' Vaner authored
-
- 01 Oct, 2012 5 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
Conflicts: ChangeLog
-
Tomek Mrugalski authored
-
- 27 Sep, 2012 7 commits
-
-
JINMEI Tatuya authored
committing at my discretion.
-
JINMEI Tatuya authored
committing at my discretion.
-
JINMEI Tatuya authored
okayed on jabber.
-
-
JINMEI Tatuya authored
previously, once this zone file was generated, incremental build (i.e., 'make' without 'make clean') may fail to update this file. that would result in unexpected answer from b10-auth for *.bind quieries, and would also cause unittest failures in auth/tests. okayed on jabber.
-
Jeremy C. Reed authored
add entry from marcin improve some
-
JINMEI Tatuya authored
trivial, committing at my discretion.
-
- 26 Sep, 2012 18 commits
-
-
Mukund Sivaraman authored
This should also fix the buildbot failure.
-
Mukund Sivaraman authored
-
Jeremy C. Reed authored
Line 54 is too long ( 72 ) Line 56 is too long ( 72 ) On line 60 use two tabs before the committer username. On line 79 use a tab before the keyword type.
-
-
Jeremy C. Reed authored
-
JINMEI Tatuya authored
(with one minor style fix to a different entry: folded a long line).
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
with fixing Conflicts: src/lib/datasrc/memory/zone_finder.cc src/lib/datasrc/memory/zone_finder.h
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
- now salt_data_ is not a vector, some of the empty check isn't necessary - on the other hand, we need to do it in creat() - we don't need to do null check before free - and some style fixes
-
JINMEI Tatuya authored
creating labelsequence for the origin node should be normally faster. also do some constify.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-