- 09 Dec, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 07 Dec, 2012 1 commit
-
-
Jelte Jansen authored
-
- 06 Dec, 2012 2 commits
-
-
Mukund Sivaraman authored
When tree.find() results in SUBDOMAIN, the node_path's top contains the previous node. Calling previousNode() yet again will return its further previous node.
-
Mukund Sivaraman authored
This test currently fails with an assertion.
-
- 05 Dec, 2012 1 commit
-
-
JINMEI Tatuya authored
with fixing Conflicts for src/lib/dns/gen-rdatacode.py.in src/lib/dns/rdata.cc src/lib/dns/rrparamregistry-placeholder.cc src/lib/dns/tests/rdata_hinfo_unittest.cc src/lib/dns/tests/rdata_txt_like_unittest.cc
-
- 04 Dec, 2012 13 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
assert() should be okay, but that depends on details of other classes, so exception is probably a bit safer.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
these are (indirectly) necessary for building external programs.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
- 03 Dec, 2012 11 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
The lexer variant also uses the string parser eventually (for now).
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
Also: * document new_rdata_factory_users[] with an example * Rename new_rdatafactory_users[] to new_rdata_factory_users[]
-
Mukund Sivaraman authored
-
- 01 Dec, 2012 11 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
not directly related to this task, but I found we need one real (non wrapper) example to test some of the feature of generic createRdata(). also updated RDATA template including with-lexer constructor.
-
JINMEI Tatuya authored
an empty qstring previously caused an exception, which is a clear bug and should be fixed. nul-terminating string regions is an extension, but I found it useful when implementing RDATA parsers.
-
JINMEI Tatuya authored
-