- 07 Dec, 2012 2 commits
-
-
JINMEI Tatuya authored
okayed on jabber.
-
JINMEI Tatuya authored
with fixing Conflicts for: src/lib/dns/gen-rdatacode.py.in src/lib/dns/tests/rdata_txt_like_unittest.cc
-
- 06 Dec, 2012 4 commits
-
-
JINMEI Tatuya authored
-
Marcin Siodelski authored
-
Stephen Morris authored
-
Marcin Siodelski authored
-
- 05 Dec, 2012 10 commits
-
-
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
-
JINMEI Tatuya authored
this is actually ensured by the C++ standard lib spec.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
due to limitation of the current implementation it doesn't work right now, so commented out; planning to create a ticket to fix the underlying issue.
-
- 04 Dec, 2012 24 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
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.
-
Stephen Morris authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
some tests needed to be adjusted: - ' ' * 256 (in python) now doesn't work as intended; they are considered space - in auth tests, make sure txt RDATA containing a space is explicitly double quoted - in Rdata_TXT_LIKE_Test::createFromText, removed the last test case because it's actually a valid representation as commented. now the implementation correctly accepts it.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
these are (indirectly) necessary for building external programs.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
it's incomplete, but pass some tests
-
JINMEI Tatuya authored
when we migrate the complete lexer version, this will cause confusion: the lexer will consider the space as a separater.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-