summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tests/rdata_mx_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3208] restore unittestsRazvan Becheriu2024-03-071-1/+0
* [#3208] remove unused code in libdnsRazvan Becheriu2024-03-071-146/+0
* Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [2168] Remove use of UnitTestUtil::matchWireData() in dns/tests/Mukund Sivaraman2014-01-151-5/+7
* [master] Avoid static init fiasco in libdns++ unittests due to merge of #2390...Mukund Sivaraman2013-02-011-3/+6
* [2390] Check that origin argument is used for relative namesMukund Sivaraman2013-01-311-0/+6
* [2390] Add NS, MX, PTR tests for extra text at end-of-lineMukund Sivaraman2013-01-301-0/+7
* [2390] Update std::string MX constructor to use the MasterLexerMukund Sivaraman2013-01-291-1/+4
* [2390] Use createNameFromLexer()Mukund Sivaraman2013-01-291-3/+3
* [2390] Add MX implementationMukund Sivaraman2013-01-291-0/+4
* [2497] Return NULL upon exception in rdata::createRdata()Mukund Sivaraman2012-11-301-4/+3
* [2497] Add rdata::createRdata() and tests for some RRtypesMukund Sivaraman2012-11-291-0/+11
* [master] Move cppcheck suppressions to the source files (inline)Mukund Sivaraman2012-03-301-0/+1
* [1697] 1st update: make MessageRenderer constructors parameter-free.JINMEI Tatuya2012-02-241-3/+3
* [trac749] update namespace nameschenzhengzhang2011-04-141-2/+2
* [trac749] refactor more C++ utility codechenzhengzhang2011-04-121-2/+2
* [trac749] refactor C++ utility librarychenzhengzhang2011-04-111-1/+2
* [master] (re)enabled an MX test with fixing test data.JINMEI Tatuya2011-02-191-4/+1
* cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-211-2/+0
* - changed 'if 0'ed tests to DISABLED_xxxJINMEI Tatuya2010-07-161-22/+12
* s/#include "header"/#include <[path/]header>/ (trac #291)JINMEI Tatuya2010-07-161-2/+2
* made test data paths dynamically configurable with the default path of @srcdi...JINMEI Tatuya2010-04-141-3/+3
* Restructure trunk again.Jeremy C. Reed2010-03-051-0/+131