summaryrefslogtreecommitdiff
path: root/src/lib/dns/messagerenderer.cc
AgeCommit message (Expand)Author
2016-12-14Added #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] ReindentedFrancis Dupont
2015-03-06[3736] Fixed the functionStatic cppcheck errors in multiple places.Marcin Siodelski
2013-03-06[master] many misspelling and typo fixesJeremy C. Reed
2012-07-16[master] Use a temporary variable in MessageRenderer::writeName()Mukund Sivaraman
2012-07-12[2087] Rewrite code for better readabilityMukund Sivaraman
2012-07-12[2087] Add MessageRenderer::writeName() variant for LabelSequenceMukund Sivaraman
2012-06-24[1774] Use uint8_t instead of unsigned charMukund Sivaraman
2012-06-22[1774] Use uint8_t for characters of Name dataMukund 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 commentsJINMEI 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 cleanupJINMEI 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 NameCompareJINMEI Tatuya
2012-03-08[1603] overall cleanup and comment updateJINMEI 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 methodJINMEI Tatuya
2012-02-23[1697] 1st update: make MessageRenderer constructors parameter-free.JINMEI Tatuya
2011-12-12[1470] Correct data type of counterStephen Morris
2011-07-14[jreed-doxygen] fix various doxygen warningsJeremy C. Reed
2011-04-25[trac846] Use correct iteratorMichal 'vorner' Vaner
2011-04-19Merge branch 'work/rdatafields'Michal 'vorner' Vaner
2011-04-18[trac404] Cleanup some getBuffer()sMichal 'vorner' Vaner
2011-04-14[trac749] update namespace nameschenzhengzhang
2011-04-13[trac404] Make the buffer privateMichal 'vorner' Vaner
2011-04-12[trac749] refactor more C++ utility codechenzhengzhang
2011-04-11[trac749] refactor C++ utility librarychenzhengzhang
2011-04-06[trac404] Remove duplicate codeMichal 'vorner' Vaner
2011-01-21cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya
2010-04-12cleanup: use relative path to header files from "src/lib", i.e., s/"name.h"/<...JINMEI Tatuya
2010-04-10supported case-sensitive name compression in MessageRenderer.JINMEI Tatuya
2010-04-09- minor cleanupJINMEI Tatuya
2010-03-16added missing minimum level documentJINMEI Tatuya
2010-03-09make sure everything re-initialize in MessageRenderer::clear()JINMEI Tatuya
2010-03-08added preliminary level truncation supportJINMEI Tatuya
2010-03-05Restructure trunk again.Jeremy C. Reed