- 07 Dec, 2012 20 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It was obviously forgotten (and cppcheck complained).
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The option would be used often. While the produced code would probably be the same, because the compiler can see it's equivalent, this is more convenient to use.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Just to make it easier for some editors to parse.
-
Michal 'vorner' Vaner authored
When we support $INCLUDE, it should report reasonable place of error, not :0.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
In this case, the user should be aware of the error as much as possible. In case of MANY_ERRORS, we can't do this, exception is able to handle just one error.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Instead of file name. And use it for some of the tests, to avoid juggling with files.
-
Michal 'vorner' Vaner authored
It claimed it throws every time and returns NULL at the same time. It is impossible and the first one is not true.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 06 Dec, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 04 Dec, 2012 4 commits
-
-
Michal 'vorner' Vaner authored
Reject invalid parameters and invalid attempts to load twice.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
By catching all exceptions. It is questionable, if we want to do it that way, but it seems to work at least for now.
-
Michal 'vorner' Vaner authored
-
- 03 Dec, 2012 13 commits
-
-
Michal 'vorner' Vaner authored
Generate several broken input and see all of them fail. Also check they continue to parse or not according to parameters.
-
Michal 'vorner' Vaner authored
Tested at least on the domain names. There is no known Rdata type implementation handling relative names right now.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
As we pass exactly one RR each time, RRset is overkill. We just pass bunch of parameters to the callback.
-
Michal 'vorner' Vaner authored
It seemed the wrong pushSource was used due to some automatic conversion. Also, it complained it couldn't find the file, because a slash was missing (and nobody noticed before).
-
Michal 'vorner' Vaner authored
And fill it into the rrset.
-
Michal 'vorner' Vaner authored
This was from the template in trac and it is currently not needed.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The tentative interface of the MasterLoader was missing a callback to add RRsets. Also, include some small changes to the interface - pass RRClass as reference and have DEFAULT options value for no special options.
-
Jelte Jansen authored
-
- 01 Dec, 2012 2 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-