summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/labelsequence.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [2443] Minor changes during the course of the reviewStephen Morris2014-01-281-2/+2
* [2443] Skip checks in LabelSequence when building in non-debug modeMukund Sivaraman2014-01-221-1/+14
* [2219] bug fix: corrected too-string validity check in lblseq constructor.JINMEI Tatuya2012-09-221-2/+1
* [2100] prohibit overriding original data on LabelSequence::serialize.JINMEI Tatuya2012-08-231-1/+21
* [master] use std:: before memcpy/memmoveJelte Jansen2012-07-301-3/+3
* [master] Merge branch 'trac2148'Jelte Jansen2012-07-301-0/+64
|\
| * [2148] Address review commentsJelte Jansen2012-07-271-15/+3
| * [2148] cleanup and documentationJelte Jansen2012-07-251-30/+5
| * [2148] extend() improvements and more testsJelte Jansen2012-07-251-18/+61
| * [2148] minor cleanupJelte Jansen2012-07-251-1/+0
| * [2148] add LabelSequence::extend() methodJelte Jansen2012-07-251-0/+40
| * [2148] 'extendable' labelsequence constructorJelte Jansen2012-07-251-0/+19
* | [master] qualify memcpy with std::, it won't compile with sunstudio otherwise.JINMEI Tatuya2012-07-291-1/+1
|/
* [2091a] cleanup: removed the previous "from raw" ctor and getLabelsData().JINMEI Tatuya2012-07-211-38/+0
* [2091a] added revised version of LabelSequence (de)serializationJINMEI Tatuya2012-07-211-0/+58
* [2091a] refactor LabelSequence: ensure last_label_ is always valid index.JINMEI Tatuya2012-07-211-26/+19
* [2091a] overall documentation update for name/labelseq comparisonJINMEI Tatuya2012-07-201-1/+1
* [2091a] even further simplification; no need for explicit absolute check.JINMEI Tatuya2012-07-201-4/+0
* [2091a] removed a redundant condition.JINMEI Tatuya2012-07-201-7/+4
* [2091a] updated LabelSequence::compare() for the NONE-relationship cases.JINMEI Tatuya2012-07-201-14/+6
* [2091a] cleanup: constify; brace; C++ castJINMEI Tatuya2012-07-201-8/+11
* Merge branch 'master' into trac2087Mukund Sivaraman2012-07-151-1/+29
|\
| * [2086] remove unnecessary commentJelte Jansen2012-07-121-1/+0
| * [2086] Add basic checking of offsets dataJelte Jansen2012-07-121-0/+29
| * [2086] Address review commentsJelte Jansen2012-07-121-1/+1
* | [2087] Add the LabelSequence::getOffsetData() methodMukund Sivaraman2012-07-111-0/+9
|/
* [2086] CleanupsJelte Jansen2012-07-091-6/+2
* [2086] use raw Name data in LabelSequenceJelte Jansen2012-07-061-14/+89
* Merge branch 'master' into trac2053Mukund Sivaraman2012-07-051-0/+15
|\
| * Merge branch 'master' into trac2052Mukund Sivaraman2012-07-031-8/+8
| |\
| * | [2052] Rename partial_compare() to just compare()Mukund Sivaraman2012-07-021-6/+6
| * | [2052] Fix code for comparisons of non-absolute label sequencesMukund Sivaraman2012-06-281-1/+3
| * | [2052] Add implementation and unit tests for dns::LabelSequence::compare()Mukund Sivaraman2012-06-251-0/+13
* | | [2053] Use getDataLength() to find out the right end to stopJINMEI Tatuya2012-07-051-9/+5
* | | [2053] Fix output of right-stripped label sequencesMukund Sivaraman2012-07-041-5/+5
* | | [2053] Remove obsolete commentMukund Sivaraman2012-07-041-1/+1
* | | [2053] Rewrite code to handle the root nameMukund Sivaraman2012-07-041-9/+4
* | | [2053] Use methods on Name instead of accessing member variables directlyMukund Sivaraman2012-07-041-3/+3
* | | [2053] Remove checks that are no longer necessaryMukund Sivaraman2012-07-041-6/+0
* | | [2053] Remove loop to locate the start pointMukund Sivaraman2012-07-041-6/+2
* | | [2053] style fixes: constify, long lineJINMEI Tatuya2012-07-021-3/+4
* | | [2053] Move toText() implementation from Name to LabelSequence classMukund Sivaraman2012-07-021-1/+96
* | | [2053] Add operator<< to dns::LabelSequenceMukund Sivaraman2012-06-291-0/+6
* | | [2053] Add toText() method to dns::LabelSequenceMukund Sivaraman2012-06-291-0/+5
| |/ |/|
* | [1774] Use uint8_t instead of unsigned charMukund Sivaraman2012-06-241-10/+8
* | [1774] Use uint8_t for characters of Name dataMukund Sivaraman2012-06-221-5/+7
|/
* [master] added missing include file for strncmp() and std:: qualifier for it.JINMEI Tatuya2012-05-111-1/+3
* [1603] cleanup: reverted the type of LabelSequence::name_ to a reference.JINMEI Tatuya2012-03-091-5/+5
* [1603] proposed update to labelsequence: use internal loop, not strncasecmp.JINMEI Tatuya2012-03-071-2/+13
* [1603] implemented LabelSequence::getHash(), which is needed for new renderer.JINMEI Tatuya2012-03-061-1/+21