summaryrefslogtreecommitdiff
path: root/src/lib/dns/rrset.cc
AgeCommit message (Expand)Author
2016-12-14Added #include <config.h> to all .cc files.Andrei Pavel
2015-12-16[4236] Updated copyright dates in all files.Marcin Siodelski
2015-12-16[4236] Replaced license text in all files containing it.Marcin Siodelski
2014-02-03Merge branch 'trac1397'Mukund Sivaraman
2014-01-28[1396] Fix width of TTL fieldMukund Sivaraman
2014-01-28[1396] Add RRset::getLength()Mukund Sivaraman
2014-01-17Merge branch 'trac1839'Mukund Sivaraman
2014-01-16[1397] Add std::string version of Rset::addRdata()Mukund Sivaraman
2014-01-09[2335] Remove RRset::setName()Mukund Sivaraman
2014-01-09[1839] Fix toWire() for class=ANY and class=NONE casesMukund Sivaraman
2014-01-09[1839] Ensure that BasicRRset's methods are actually called (cleanup duplicat...Mukund Sivaraman
2014-01-09[1839] Add some commentsMukund Sivaraman
2014-01-09[1839] Specialize BasicRRset::toWire() for higher performanceJINMEI Tatuya
2012-10-25[2360] Also render any associated RRSIG in RRset::toText()Mukund Sivaraman
2012-10-25[master] Delete trailing whitespaceMukund Sivaraman
2012-08-27[2165] Don't continue and render RRSIGs if data is truncatedMukund Sivaraman
2012-08-15[2166] Update RRset::toWire() so it will render RRSIGs tooMukund Sivaraman
2012-08-13[2164] Rename method to getRRsigDataCount() and add it to AbstractRRset's int...Mukund Sivaraman
2012-08-13[2164] Update syntax of rrsig_ test as it is a shared_ptrMukund Sivaraman
2012-08-08[2164] Add RRset::getSIGRdataCount()Mukund Sivaraman
2012-08-08[master] Untabify codeMukund Sivaraman
2012-05-23[1455] aesthetic changes from reviewJelte Jansen
2012-05-23[1455] cleanup, documentationJelte Jansen
2012-05-22[1455] restrict empty rrsets to class ANY and NONEJelte Jansen
2012-05-22[1455] implement rrset::toWire for empty rrsetsJelte Jansen
2012-03-14bug #1748: Change code to use a condition expressionMukund Sivaraman
2012-03-14[1748] Define AbstractRRset::isSameKind() and implement the default versionMukund Sivaraman
2011-04-28[trac812next] made straightforward changes to toWire() methods so thatJINMEI Tatuya
2011-04-14[trac749] update namespace nameschenzhengzhang
2011-04-12[trac749] refactor more C++ utility codechenzhengzhang
2011-04-11[trac749] refactor C++ utility librarychenzhengzhang
2011-01-21cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya
2010-11-16changed the interface of AbstractRRset::getRdataIterator()JINMEI Tatuya
2010-10-15overall style cleanup: adjusted brace positions according to the coding guide...JINMEI Tatuya
2010-04-12cleanup: use relative path to header files from "src/lib", i.e., s/"name.h"/<...JINMEI Tatuya
2010-03-08added preliminary level truncation supportJINMEI Tatuya
2010-03-07s/dns_throw/isc_throw/JINMEI Tatuya
2010-03-05Restructure trunk again.Jeremy C. Reed