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
/
name.cc
Age
Commit message (
Expand
)
Author
2018-07-27
[5680] Add ability to fetch unescaped string from dns::Name
Thomas Markwalder
2016-12-14
Added #include <config.h> to all .cc files.
Andrei Pavel
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
2014-08-21
[3526] compilation fix for RedHat on armv7
Tomek Mrugalski
2013-02-09
[2665] removed unnecessary assignment, fixing one error from clang scan-build.
JINMEI Tatuya
2012-11-01
[2383] Clarify @ in names
Michal 'vorner' Vaner
2012-10-30
[2383] Append the origin if relative
Michal 'vorner' Vaner
2012-10-30
[2383] Check origin is provided when needed
Michal 'vorner' Vaner
2012-10-30
[2383] Check the constructor gets some data
Michal 'vorner' Vaner
2012-10-30
[2383] Basic parsing in the new Name constructor
Michal 'vorner' Vaner
2012-10-30
[2383] Extract name parser to separate function
Michal 'vorner' Vaner
2012-07-16
[master] Use temporary variables in Name::compare()
Mukund Sivaraman
2012-07-16
[master] Use a temporary variable in Name::compare()
Mukund Sivaraman
2012-07-06
[2086] use raw Name data in LabelSequence
Jelte Jansen
2012-07-05
Merge branch 'master' into trac2053
Mukund Sivaraman
2012-07-03
Merge branch 'master' into trac2052
Mukund Sivaraman
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-07-02
[2052] Return order=0 when name comparison result is NONE
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-28
[1774] Added NameOffsets typedef
Mukund Sivaraman
2012-06-28
[1774] Use uint8_t for name offsets
JINMEI Tatuya
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 (more places)
Mukund Sivaraman
2012-06-24
[1774] Define and use type for Name data
Mukund Sivaraman
2012-06-22
[1774] Use uint8_t for characters of Name data
Mukund Sivaraman
2012-03-30
[1627] (editorial) folded long lines
JINMEI Tatuya
2012-03-30
[1627] Add the namestring that triggers the exception to the message
Mukund Sivaraman
2012-03-06
[1603] implemented LabelSequence::getHash(), which is needed for new renderer.
JINMEI Tatuya
2011-07-18
[jreed-doxygen] fix doxygen warnings
Jeremy C. Reed
2011-04-19
Merge branch 'work/rdatafields'
Michal 'vorner' Vaner
2011-04-14
[trac749] update namespace names
chenzhengzhang
2011-04-12
[trac749] refactor more C++ utility code
chenzhengzhang
2011-04-11
[trac749] refactor C++ utility library
chenzhengzhang
2011-04-04
Merge branch 'master' into work/serialize
Michal 'vorner' Vaner
2011-01-21
cleanup: removed $Id$, which is useless now that we've migrated to git.
JINMEI Tatuya
2010-11-03
initial implementation of trac#404: in-memory serialized representation of RDATA
JINMEI Tatuya
2010-09-04
cleanup: removed redundant this pointer specifications
JINMEI Tatuya
2010-06-19
style fix: removed redundant spaces in a blank line.
JINMEI Tatuya
2010-05-21
merged branches/trac49 (for trac #49) (and the usual mergeinfo...)
JINMEI Tatuya
2010-05-11
merged branches/177 (trac #177).
JINMEI Tatuya
2010-04-19
minor style fixes: position of braces.
JINMEI Tatuya
2010-04-12
cleanup: use relative path to header files from "src/lib", i.e., s/"name.h"/<...
JINMEI Tatuya
2010-03-17
added a note about the maptolower[] array.
JINMEI Tatuya
2010-03-17
added clarification comment as suggested by the reviewer.
JINMEI Tatuya
2010-03-12
returned DNSMessageFORMERR when the "from wire" name constructor encounters
JINMEI Tatuya
2010-03-07
s/dns_throw/isc_throw/
JINMEI Tatuya
2010-03-05
revised the comment for the previous change using a wellknown idiom.
JINMEI Tatuya
[next]