summaryrefslogtreecommitdiff
path: root/src/lib/dns/rrclass.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
2015-06-24[3919] Assign classcode_ to avoid cppcheck warningFrancis Dupont
2013-09-12[3112] Don't use boost::optional in libdns++Mukund Sivaraman
2012-12-28[2565] Specify parameter kind in exception messagesMukund Sivaraman
2012-12-27[2565] Rename constructor arguments to look nicerMukund Sivaraman
2012-12-27[2565] Fix indenting and untabifyMukund Sivaraman
2012-12-19[2565] Use boost::optional in the newly introduced RRClass factoryMukund Sivaraman
2012-12-19[2565] Add RRClass.fromText()Mukund Sivaraman
2012-12-19[2565] Refactor code so that RRParamRegistry::textToClassCode() does not throwMukund Sivaraman
2012-06-01[2017] Many Doxygen warnings removed.Tomek Mrugalski
2011-04-28[trac812next] use AbstractMessageRenderer for toWire().JINMEI 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-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-07s/dns_throw/isc_throw/JINMEI Tatuya
2010-03-05Restructure trunk again.Jeremy C. Reed