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
/
messagerenderer.cc
Age
Commit message (
Expand
)
Author
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
2015-06-13
[3899] Reindented
Francis Dupont
2015-03-06
[3736] Fixed the functionStatic cppcheck errors in multiple places.
Marcin Siodelski
2013-03-06
[master] many misspelling and typo fixes
Jeremy C. Reed
2012-07-16
[master] Use a temporary variable in MessageRenderer::writeName()
Mukund Sivaraman
2012-07-12
[2087] Rewrite code for better readability
Mukund Sivaraman
2012-07-12
[2087] Add MessageRenderer::writeName() variant for LabelSequence
Mukund Sivaraman
2012-06-24
[1774] Use uint8_t instead of unsigned char
Mukund Sivaraman
2012-06-22
[1774] Use uint8_t for characters of Name data
Mukund Sivaraman
2012-03-12
[1603] added one note about where to place seq_hashes.
JINMEI Tatuya
2012-03-11
[1603] simplified the part of trimming exceessive renderer table space.
JINMEI Tatuya
2012-03-10
[1603] one more editorial update in comments
JINMEI Tatuya
2012-03-09
[1603] moved the array for hash to the impl class and use boost::array for it.
JINMEI Tatuya
2012-03-09
[1603] cleanup: constify a member function.
JINMEI Tatuya
2012-03-09
[1603] store hash value for the name stored in OffsetItem.
JINMEI Tatuya
2012-03-08
[1603] comment and variable name cleanup
JINMEI Tatuya
2012-03-08
[1603] use InputBuffer instead of handling raw pointers.
JINMEI Tatuya
2012-03-08
[1603] a minor improvement: use template for case check of NameCompare
JINMEI Tatuya
2012-03-08
[1603] overall cleanup and comment update
JINMEI Tatuya
2012-03-08
[1603] revise MessageRenderer again: use original framework with hash table.
JINMEI Tatuya
2012-03-06
[1603] updated the behavior of setCompressMode(): now disallow it in rendering.
JINMEI Tatuya
2012-03-06
[1603] revised the MessageRenderer w/ a hash table and LabelSequence.
JINMEI Tatuya
2012-02-23
[1697] made sure the used buffer is intact on reset.
JINMEI Tatuya
2012-02-23
[1697] added AbstractMessageRenderer::setBuffer method
JINMEI Tatuya
2012-02-23
[1697] 1st update: make MessageRenderer constructors parameter-free.
JINMEI Tatuya
2011-12-12
[1470] Correct data type of counter
Stephen Morris
2011-07-14
[jreed-doxygen] fix various doxygen warnings
Jeremy C. Reed
2011-04-25
[trac846] Use correct iterator
Michal 'vorner' Vaner
2011-04-19
Merge branch 'work/rdatafields'
Michal 'vorner' Vaner
2011-04-18
[trac404] Cleanup some getBuffer()s
Michal 'vorner' Vaner
2011-04-14
[trac749] update namespace names
chenzhengzhang
2011-04-13
[trac404] Make the buffer private
Michal 'vorner' Vaner
2011-04-12
[trac749] refactor more C++ utility code
chenzhengzhang
2011-04-11
[trac749] refactor C++ utility library
chenzhengzhang
2011-04-06
[trac404] Remove duplicate code
Michal 'vorner' Vaner
2011-01-21
cleanup: removed $Id$, which is useless now that we've migrated to git.
JINMEI Tatuya
2010-04-12
cleanup: use relative path to header files from "src/lib", i.e., s/"name.h"/<...
JINMEI Tatuya
2010-04-10
supported case-sensitive name compression in MessageRenderer.
JINMEI Tatuya
2010-04-09
- minor cleanup
JINMEI Tatuya
2010-03-16
added missing minimum level document
JINMEI Tatuya
2010-03-09
make sure everything re-initialize in MessageRenderer::clear()
JINMEI Tatuya
2010-03-08
added preliminary level truncation support
JINMEI Tatuya
2010-03-05
Restructure trunk again.
Jeremy C. Reed