index
:
kea.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
dns
/
labelsequence.cc
Age
Commit message (
Expand
)
Author
2018-07-27
[5680] Add ability to fetch unescaped string from dns::Name
Thomas 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 errors
Francis Dupont
2014-01-28
[2443] Minor changes during the course of the review
Stephen Morris
2014-01-22
[2443] Skip checks in LabelSequence when building in non-debug mode
Mukund 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/memmove
Jelte 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 comments
Jelte Jansen
2012-07-25
[2148] cleanup and documentation
Jelte Jansen
2012-07-25
[2148] extend() improvements and more tests
Jelte Jansen
2012-07-25
[2148] minor cleanup
Jelte Jansen
2012-07-25
[2148] add LabelSequence::extend() method
Jelte Jansen
2012-07-25
[2148] 'extendable' labelsequence constructor
Jelte 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)serialization
JINMEI 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 comparison
JINMEI 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++ cast
JINMEI Tatuya
2012-07-15
Merge branch 'master' into trac2087
Mukund Sivaraman
2012-07-12
[2086] remove unnecessary comment
Jelte Jansen
2012-07-12
[2086] Add basic checking of offsets data
Jelte Jansen
2012-07-12
[2086] Address review comments
Jelte Jansen
2012-07-11
[2087] Add the LabelSequence::getOffsetData() method
Mukund Sivaraman
2012-07-09
[2086] Cleanups
Jelte Jansen
2012-07-06
[2086] use raw Name data in LabelSequence
Jelte Jansen
2012-07-05
Merge branch 'master' into trac2053
Mukund Sivaraman
2012-07-05
[2053] Use getDataLength() to find out the right end to stop
JINMEI Tatuya
2012-07-04
[2053] Fix output of right-stripped label sequences
Mukund Sivaraman
2012-07-04
[2053] Remove obsolete comment
Mukund Sivaraman
2012-07-04
[2053] Rewrite code to handle the root name
Mukund Sivaraman
2012-07-04
[2053] Use methods on Name instead of accessing member variables directly
Mukund Sivaraman
2012-07-04
[2053] Remove checks that are no longer necessary
Mukund Sivaraman
2012-07-04
[2053] Remove loop to locate the start point
Mukund Sivaraman
2012-07-03
Merge branch 'master' into trac2052
Mukund Sivaraman
2012-07-02
[2053] style fixes: constify, long line
JINMEI Tatuya
2012-07-02
[2053] Move toText() implementation from Name to LabelSequence class
Mukund Sivaraman
2012-07-02
[2052] Rename partial_compare() to just compare()
Mukund Sivaraman
2012-06-29
[2053] Add operator<< to dns::LabelSequence
Mukund Sivaraman
2012-06-29
[2053] Add toText() method to dns::LabelSequence
Mukund Sivaraman
2012-06-28
[2052] Fix code for comparisons of non-absolute label sequences
Mukund 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 char
Mukund Sivaraman
[next]