summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tests/rdata_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3307] release changesKea-2.5.7Marcin Godzina2024-03-221-1/+1
* [#3211] Replaced InvalidBufferPosition exception by OutOfRangeFrancis Dupont2024-03-201-1/+1
* [#3208] Got rid of non-C++ NULLFrancis Dupont2024-03-101-8/+8
* [#3208] restore unittestsRazvan Becheriu2024-03-071-0/+470
* [#3208] remove unused code in libdnsRazvan Becheriu2024-03-071-466/+0
* [#3087] release changesMarcin Godzina2023-09-251-1/+1
* [#3031] compilation fixMarcin Godzina2023-09-151-0/+1
* [#1308] No _1 ambiguitiesFrancis Dupont2020-08-131-3/+3
* [#1308] Got rid of boost function/bindFrancis Dupont2020-08-131-6/+7
* [561-make-kea-to-build-on-last-macos-xcode] Fixed self assignment warningsFrancis Dupont2019-05-171-2/+2
* 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
* [3344] Delete trailing whitespaceMukund Sivaraman2014-02-211-1/+1
* [3344] Remove static objectsMukund Sivaraman2014-02-211-11/+18
* Merge branch 'trac2426'Mukund Sivaraman2014-02-191-3/+3
|\
| * [2426] Support generic version of rdata::createRdata(text) in generic RDATAMukund Sivaraman2014-01-101-3/+3
* | Merge branch 'master' into trac2168Mukund Sivaraman2014-02-061-0/+8
|\ \
| * | [1396] Rename method to getLength()Mukund Sivaraman2014-01-281-3/+3
| * | Add Rdata::getWireLength() methodMukund Sivaraman2014-01-171-0/+8
| |/
* / [2168] Remove use of UnitTestUtil::matchWireData() in dns/tests/Mukund Sivaraman2014-01-151-7/+8
|/
* [2389] updater lexer support in AAAA constructor.JINMEI Tatuya2013-02-231-2/+2
* [2500] use MasterLexer for "from string" ctor's of SOA rdataJINMEI Tatuya2013-01-091-1/+2
* [2470] added wrapper interface to create null loader callbacksJINMEI Tatuya2012-12-111-7/+2
* [2382] added one suggested test: a case where RDATA is followed by commentJINMEI Tatuya2012-12-041-5/+23
* [2382] warn if RDATA immediately followed by EOFJINMEI Tatuya2012-12-011-0/+10
* [2382] handle other generic isc::ExceptionJINMEI Tatuya2012-12-011-0/+37
* [2382] supported extra token case and callback calls on error.JINMEI Tatuya2012-12-011-13/+57
* [2382] Consume to end of line / file in createRdata().JINMEI Tatuya2012-12-011-0/+24
* [2497] constifyJINMEI Tatuya2012-12-011-1/+1
* [2497] Also check and stop at END_OF_LINEMukund Sivaraman2012-11-301-1/+2
* [2497] Add rdata::createRdata() and tests for some RRtypesMukund Sivaraman2012-11-291-0/+27
* [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/+2
* [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
* cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-211-2/+0
* merged trac #365: clang++ supportJINMEI Tatuya2010-10-281-1/+1
|\
| * change EXPECT_EQ(true, <expression>) to EXPECT_TRUE(<expression>) based on a ...JINMEI Tatuya2010-10-131-1/+1
* | overall style cleanup: adjusted brace positions according to the coding guide...JINMEI Tatuya2010-10-151-30/+15
|/
* 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-4/+4
* cleanup: construct RRType from integer when possible.JINMEI Tatuya2010-04-131-1/+1
* cleanup: construct RRClasses from integer rather than strings when how to con...JINMEI Tatuya2010-04-131-2/+2
* cleanup: use constants RRClasses rather than constructing them from text ever...JINMEI Tatuya2010-04-131-10/+10
* Restructure trunk again.Jeremy C. Reed2010-03-051-0/+314