summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/labelsequence.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [2357] Update scaffolding using fix-scaffolding.py toolMukund Sivaraman2012-10-251-2/+2
* [2151] change name to LabelSequence::WILDCARDJelte Jansen2012-09-111-2/+2
* [2151] add well-known static wildcard labelsequenceJelte Jansen2012-09-071-0/+15
* [2107merge] Merge branch 'trac2107' into trac2107merge with fixing conflicts.JINMEI Tatuya2012-08-291-2/+12
|\
| * [2107] Fix another API doc issue in LabelSequence::equals()Mukund Sivaraman2012-08-271-1/+1
| * [2107] (unrelated) added operator==() to LabelSequence.JINMEI Tatuya2012-08-211-1/+11
* | [2100] prohibit overriding original data on LabelSequence::serialize.JINMEI Tatuya2012-08-231-2/+31
|/
* [2148] Address review commentsJelte Jansen2012-07-271-3/+4
* [2148] final touchesJelte Jansen2012-07-251-1/+0
* [2148] cleanup and documentationJelte Jansen2012-07-251-2/+10
* [2148] extend() improvements and more testsJelte Jansen2012-07-251-0/+1
* [2148] add LabelSequence::extend() methodJelte Jansen2012-07-251-0/+28
* [2148] update doxygen for constructorJelte Jansen2012-07-251-0/+12
* [2148] 'extendable' labelsequence constructorJelte Jansen2012-07-251-8/+18
* [2091a] cleanup: removed the previous "from raw" ctor and getLabelsData().JINMEI Tatuya2012-07-211-29/+0
* [2091a] added revised version of LabelSequence (de)serializationJINMEI Tatuya2012-07-211-0/+64
* [2091a] refactor LabelSequence: ensure last_label_ is always valid index.JINMEI Tatuya2012-07-211-17/+18
* [2091a] cleanup: constify; brace; C++ castJINMEI Tatuya2012-07-201-1/+4
* [2091a] [2094] (unrelated cleanup) use the term 'copy constructor' to mean it.JINMEI Tatuya2012-07-201-17/+17
* Merge branch 'master' into trac2087Mukund Sivaraman2012-07-151-21/+21
|\
| * [2086] doxygen update for BadValueJelte Jansen2012-07-121-0/+3
| * [2086] Add basic checking of offsets dataJelte Jansen2012-07-121-6/+1
| * [2086] Address review commentsJelte Jansen2012-07-121-15/+17
* | [2087] Add MessageRenderer::writeName() variant for LabelSequenceMukund Sivaraman2012-07-121-0/+17
* | [2087] Add the LabelSequence::getOffsetData() methodMukund Sivaraman2012-07-111-0/+10
|/
* [2086] CleanupsJelte Jansen2012-07-091-1/+1
* [2086] use raw Name data in LabelSequenceJelte Jansen2012-07-061-2/+28
* Merge branch 'master' into trac2053Mukund Sivaraman2012-07-051-2/+14
|\
| * Merge branch 'master' into trac2052Mukund Sivaraman2012-07-031-1/+1
| |\
| * | [2052] Add implementation and unit tests for dns::LabelSequence::compare()Mukund Sivaraman2012-06-251-2/+14
* | | [2053] Add comment that toText(bool) variant is a helper for Name::toText()Mukund Sivaraman2012-07-051-0/+3
* | | [2053] Make LabelSequence::toText(bool) a private methodMukund Sivaraman2012-07-041-14/+13
* | | [2053] Move toText() implementation from Name to LabelSequence classMukund Sivaraman2012-07-021-0/+17
* | | [2053] Remove the dns::LabelSequence::getName() methodMukund Sivaraman2012-06-291-11/+0
* | | [2053] Add operator<< to dns::LabelSequenceMukund Sivaraman2012-06-291-0/+17
* | | [2053] Add toText() method to dns::LabelSequenceMukund Sivaraman2012-06-291-0/+16
| |/ |/|
* | [1774] Use uint8_t instead of unsigned charMukund Sivaraman2012-06-241-1/+1
* | [1774] Use uint8_t for characters of Name dataMukund Sivaraman2012-06-221-1/+1
|/
* [2017] Many Doxygen warnings removed.Tomek Mrugalski2012-06-011-2/+2
* [1603] cleanup: reverted the type of LabelSequence::name_ to a reference.JINMEI Tatuya2012-03-091-13/+3
* [1603] added note about default constructor of LabelSequence.JINMEI Tatuya2012-03-061-0/+10
* [1603] implemented LabelSequence::getHash(), which is needed for new renderer.JINMEI Tatuya2012-03-061-0/+25
* [1603] add an extension to LableSequence: getDataLength() method.JINMEI Tatuya2012-03-061-3/+19
* [1603] minor style fixes to labelsequence.JINMEI Tatuya2012-03-051-2/+2
* [1602] rename split methodsJelte Jansen2012-03-021-6/+7
* [1602] Address review commentsJelte Jansen2012-03-011-12/+21
* [1602] do include root labelJelte Jansen2012-02-281-18/+9
* [1602] use vector for offsetsJelte Jansen2012-02-281-4/+1
* [1602] update doxygenJelte Jansen2012-02-281-0/+88
* [1602] start with doxygen docsJelte Jansen2012-02-221-1/+1