index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dns
/
labelsequence.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2443] Minor changes during the course of the review
Stephen Morris
2014-01-28
1
-2
/
+2
*
[2443] Skip checks in LabelSequence when building in non-debug mode
Mukund Sivaraman
2014-01-22
1
-1
/
+14
*
[2219] bug fix: corrected too-string validity check in lblseq constructor.
JINMEI Tatuya
2012-09-22
1
-2
/
+1
*
[2100] prohibit overriding original data on LabelSequence::serialize.
JINMEI Tatuya
2012-08-23
1
-1
/
+21
*
[master] use std:: before memcpy/memmove
Jelte Jansen
2012-07-30
1
-3
/
+3
*
[master] Merge branch 'trac2148'
Jelte Jansen
2012-07-30
1
-0
/
+64
|
\
|
*
[2148] Address review comments
Jelte Jansen
2012-07-27
1
-15
/
+3
|
*
[2148] cleanup and documentation
Jelte Jansen
2012-07-25
1
-30
/
+5
|
*
[2148] extend() improvements and more tests
Jelte Jansen
2012-07-25
1
-18
/
+61
|
*
[2148] minor cleanup
Jelte Jansen
2012-07-25
1
-1
/
+0
|
*
[2148] add LabelSequence::extend() method
Jelte Jansen
2012-07-25
1
-0
/
+40
|
*
[2148] 'extendable' labelsequence constructor
Jelte Jansen
2012-07-25
1
-0
/
+19
*
|
[master] qualify memcpy with std::, it won't compile with sunstudio otherwise.
JINMEI Tatuya
2012-07-29
1
-1
/
+1
|
/
*
[2091a] cleanup: removed the previous "from raw" ctor and getLabelsData().
JINMEI Tatuya
2012-07-21
1
-38
/
+0
*
[2091a] added revised version of LabelSequence (de)serialization
JINMEI Tatuya
2012-07-21
1
-0
/
+58
*
[2091a] refactor LabelSequence: ensure last_label_ is always valid index.
JINMEI Tatuya
2012-07-21
1
-26
/
+19
*
[2091a] overall documentation update for name/labelseq comparison
JINMEI Tatuya
2012-07-20
1
-1
/
+1
*
[2091a] even further simplification; no need for explicit absolute check.
JINMEI Tatuya
2012-07-20
1
-4
/
+0
*
[2091a] removed a redundant condition.
JINMEI Tatuya
2012-07-20
1
-7
/
+4
*
[2091a] updated LabelSequence::compare() for the NONE-relationship cases.
JINMEI Tatuya
2012-07-20
1
-14
/
+6
*
[2091a] cleanup: constify; brace; C++ cast
JINMEI Tatuya
2012-07-20
1
-8
/
+11
*
Merge branch 'master' into trac2087
Mukund Sivaraman
2012-07-15
1
-1
/
+29
|
\
|
*
[2086] remove unnecessary comment
Jelte Jansen
2012-07-12
1
-1
/
+0
|
*
[2086] Add basic checking of offsets data
Jelte Jansen
2012-07-12
1
-0
/
+29
|
*
[2086] Address review comments
Jelte Jansen
2012-07-12
1
-1
/
+1
*
|
[2087] Add the LabelSequence::getOffsetData() method
Mukund Sivaraman
2012-07-11
1
-0
/
+9
|
/
*
[2086] Cleanups
Jelte Jansen
2012-07-09
1
-6
/
+2
*
[2086] use raw Name data in LabelSequence
Jelte Jansen
2012-07-06
1
-14
/
+89
*
Merge branch 'master' into trac2053
Mukund Sivaraman
2012-07-05
1
-0
/
+15
|
\
|
*
Merge branch 'master' into trac2052
Mukund Sivaraman
2012-07-03
1
-8
/
+8
|
|
\
|
*
|
[2052] Rename partial_compare() to just compare()
Mukund Sivaraman
2012-07-02
1
-6
/
+6
|
*
|
[2052] Fix code for comparisons of non-absolute label sequences
Mukund Sivaraman
2012-06-28
1
-1
/
+3
|
*
|
[2052] Add implementation and unit tests for dns::LabelSequence::compare()
Mukund Sivaraman
2012-06-25
1
-0
/
+13
*
|
|
[2053] Use getDataLength() to find out the right end to stop
JINMEI Tatuya
2012-07-05
1
-9
/
+5
*
|
|
[2053] Fix output of right-stripped label sequences
Mukund Sivaraman
2012-07-04
1
-5
/
+5
*
|
|
[2053] Remove obsolete comment
Mukund Sivaraman
2012-07-04
1
-1
/
+1
*
|
|
[2053] Rewrite code to handle the root name
Mukund Sivaraman
2012-07-04
1
-9
/
+4
*
|
|
[2053] Use methods on Name instead of accessing member variables directly
Mukund Sivaraman
2012-07-04
1
-3
/
+3
*
|
|
[2053] Remove checks that are no longer necessary
Mukund Sivaraman
2012-07-04
1
-6
/
+0
*
|
|
[2053] Remove loop to locate the start point
Mukund Sivaraman
2012-07-04
1
-6
/
+2
*
|
|
[2053] style fixes: constify, long line
JINMEI Tatuya
2012-07-02
1
-3
/
+4
*
|
|
[2053] Move toText() implementation from Name to LabelSequence class
Mukund Sivaraman
2012-07-02
1
-1
/
+96
*
|
|
[2053] Add operator<< to dns::LabelSequence
Mukund Sivaraman
2012-06-29
1
-0
/
+6
*
|
|
[2053] Add toText() method to dns::LabelSequence
Mukund Sivaraman
2012-06-29
1
-0
/
+5
|
|
/
|
/
|
*
|
[1774] Use uint8_t instead of unsigned char
Mukund Sivaraman
2012-06-24
1
-10
/
+8
*
|
[1774] Use uint8_t for characters of Name data
Mukund Sivaraman
2012-06-22
1
-5
/
+7
|
/
*
[master] added missing include file for strncmp() and std:: qualifier for it.
JINMEI Tatuya
2012-05-11
1
-1
/
+3
*
[1603] cleanup: reverted the type of LabelSequence::name_ to a reference.
JINMEI Tatuya
2012-03-09
1
-5
/
+5
*
[1603] proposed update to labelsequence: use internal loop, not strncasecmp.
JINMEI Tatuya
2012-03-07
1
-2
/
+13
*
[1603] implemented LabelSequence::getHash(), which is needed for new renderer.
JINMEI Tatuya
2012-03-06
1
-1
/
+21
[next]