summaryrefslogtreecommitdiff
path: root/src/lib/dns/name.cc
AgeCommit message (Expand)Author
2018-07-27[5680] Add ability to fetch unescaped string from dns::NameThomas Markwalder
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-08-21[3526] compilation fix for RedHat on armv7Tomek Mrugalski
2013-02-09[2665] removed unnecessary assignment, fixing one error from clang scan-build.JINMEI Tatuya
2012-11-01[2383] Clarify @ in namesMichal 'vorner' Vaner
2012-10-30[2383] Append the origin if relativeMichal 'vorner' Vaner
2012-10-30[2383] Check origin is provided when neededMichal 'vorner' Vaner
2012-10-30[2383] Check the constructor gets some dataMichal 'vorner' Vaner
2012-10-30[2383] Basic parsing in the new Name constructorMichal 'vorner' Vaner
2012-10-30[2383] Extract name parser to separate functionMichal 'vorner' Vaner
2012-07-16[master] Use temporary variables in Name::compare()Mukund Sivaraman
2012-07-16[master] Use a temporary variable in Name::compare()Mukund Sivaraman
2012-07-06[2086] use raw Name data in LabelSequenceJelte Jansen
2012-07-05Merge branch 'master' into trac2053Mukund Sivaraman
2012-07-03Merge branch 'master' into trac2052Mukund Sivaraman
2012-07-02[2053] Move toText() implementation from Name to LabelSequence classMukund Sivaraman
2012-07-02[2052] Rename partial_compare() to just compare()Mukund Sivaraman
2012-07-02[2052] Return order=0 when name comparison result is NONEMukund Sivaraman
2012-06-29[2053] Add toText() method to dns::LabelSequenceMukund Sivaraman
2012-06-28[2052] Fix code for comparisons of non-absolute label sequencesMukund Sivaraman
2012-06-28[1774] Added NameOffsets typedefMukund Sivaraman
2012-06-28[1774] Use uint8_t for name offsetsJINMEI Tatuya
2012-06-25[2052] Add implementation and unit tests for dns::LabelSequence::compare()Mukund Sivaraman
2012-06-24[1774] Use uint8_t instead of unsigned char (more places)Mukund Sivaraman
2012-06-24[1774] Define and use type for Name dataMukund Sivaraman
2012-06-22[1774] Use uint8_t for characters of Name dataMukund Sivaraman
2012-03-30[1627] (editorial) folded long linesJINMEI Tatuya
2012-03-30[1627] Add the namestring that triggers the exception to the messageMukund Sivaraman
2012-03-06[1603] implemented LabelSequence::getHash(), which is needed for new renderer.JINMEI Tatuya
2011-07-18[jreed-doxygen] fix doxygen warningsJeremy C. Reed
2011-04-19Merge branch 'work/rdatafields'Michal 'vorner' Vaner
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-04-04Merge branch 'master' into work/serializeMichal 'vorner' Vaner
2011-01-21cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya
2010-11-03initial implementation of trac#404: in-memory serialized representation of RDATAJINMEI Tatuya
2010-09-04cleanup: removed redundant this pointer specificationsJINMEI Tatuya
2010-06-19style fix: removed redundant spaces in a blank line.JINMEI Tatuya
2010-05-21merged branches/trac49 (for trac #49) (and the usual mergeinfo...)JINMEI Tatuya
2010-05-11merged branches/177 (trac #177).JINMEI Tatuya
2010-04-19minor style fixes: position of braces.JINMEI Tatuya
2010-04-12cleanup: use relative path to header files from "src/lib", i.e., s/"name.h"/<...JINMEI Tatuya
2010-03-17added a note about the maptolower[] array.JINMEI Tatuya
2010-03-17added clarification comment as suggested by the reviewer.JINMEI Tatuya
2010-03-12returned DNSMessageFORMERR when the "from wire" name constructor encountersJINMEI Tatuya
2010-03-07s/dns_throw/isc_throw/JINMEI Tatuya
2010-03-05revised the comment for the previous change using a wellknown idiom.JINMEI Tatuya