summaryrefslogtreecommitdiff
path: root/src/lib/dns/labelsequence.cc
AgeCommit message (Expand)Author
2018-07-27[5680] Add ability to fetch unescaped string from dns::NameThomas Markwalder
2017-01-24[master] spelling (including in some messages)Francis Dupont
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-13[3899] Swapped max labels/wire checks to get max labels errorsFrancis Dupont
2014-01-28[2443] Minor changes during the course of the reviewStephen Morris
2014-01-22[2443] Skip checks in LabelSequence when building in non-debug modeMukund Sivaraman
2012-09-21[2219] bug fix: corrected too-string validity check in lblseq constructor.JINMEI Tatuya
2012-08-23[2100] prohibit overriding original data on LabelSequence::serialize.JINMEI Tatuya
2012-07-30[master] use std:: before memcpy/memmoveJelte Jansen
2012-07-30[master] Merge branch 'trac2148'Jelte Jansen
2012-07-29[master] qualify memcpy with std::, it won't compile with sunstudio otherwise.JINMEI Tatuya
2012-07-27[2148] Address review commentsJelte Jansen
2012-07-25[2148] cleanup and documentationJelte Jansen
2012-07-25[2148] extend() improvements and more testsJelte Jansen
2012-07-25[2148] minor cleanupJelte Jansen
2012-07-25[2148] add LabelSequence::extend() methodJelte Jansen
2012-07-25[2148] 'extendable' labelsequence constructorJelte Jansen
2012-07-20[2091a] cleanup: removed the previous "from raw" ctor and getLabelsData().JINMEI Tatuya
2012-07-20[2091a] added revised version of LabelSequence (de)serializationJINMEI Tatuya
2012-07-20[2091a] refactor LabelSequence: ensure last_label_ is always valid index.JINMEI Tatuya
2012-07-20[2091a] overall documentation update for name/labelseq comparisonJINMEI Tatuya
2012-07-20[2091a] even further simplification; no need for explicit absolute check.JINMEI Tatuya
2012-07-20[2091a] removed a redundant condition.JINMEI Tatuya
2012-07-20[2091a] updated LabelSequence::compare() for the NONE-relationship cases.JINMEI Tatuya
2012-07-20[2091a] cleanup: constify; brace; C++ castJINMEI Tatuya
2012-07-15Merge branch 'master' into trac2087Mukund Sivaraman
2012-07-12[2086] remove unnecessary commentJelte Jansen
2012-07-12[2086] Add basic checking of offsets dataJelte Jansen
2012-07-12[2086] Address review commentsJelte Jansen
2012-07-11[2087] Add the LabelSequence::getOffsetData() methodMukund Sivaraman
2012-07-09[2086] CleanupsJelte Jansen
2012-07-06[2086] use raw Name data in LabelSequenceJelte Jansen
2012-07-05Merge branch 'master' into trac2053Mukund Sivaraman
2012-07-05[2053] Use getDataLength() to find out the right end to stopJINMEI Tatuya
2012-07-04[2053] Fix output of right-stripped label sequencesMukund Sivaraman
2012-07-04[2053] Remove obsolete commentMukund Sivaraman
2012-07-04[2053] Rewrite code to handle the root nameMukund Sivaraman
2012-07-04[2053] Use methods on Name instead of accessing member variables directlyMukund Sivaraman
2012-07-04[2053] Remove checks that are no longer necessaryMukund Sivaraman
2012-07-04[2053] Remove loop to locate the start pointMukund Sivaraman
2012-07-03Merge branch 'master' into trac2052Mukund Sivaraman
2012-07-02[2053] style fixes: constify, long lineJINMEI Tatuya
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-06-29[2053] Add operator<< to dns::LabelSequenceMukund 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-25[2052] Add implementation and unit tests for dns::LabelSequence::compare()Mukund Sivaraman
2012-06-24[1774] Use uint8_t instead of unsigned charMukund Sivaraman