summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tests/messagerenderer_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3208] remove unused code in libdnsRazvan Becheriu2024-03-071-291/+0
* Merge remote-tracking branch 'isc-kea/master' into HEADRazvan Becheriu2017-12-121-1/+1
|\
| * [master] typos, dates, *.mes files updates before releaseWlodek Wencel2017-09-271-1/+1
* | Merge branch 'isc-master' into config-hAndrei Pavel2017-08-171-1/+1
|\|
| * spelling: integerJosh Soref2017-07-231-1/+1
* | Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
|/
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [2168] Remove use of UnitTestUtil::matchWireData() in dns/tests/Mukund Sivaraman2014-01-151-28/+27
* [2087] Add MessageRenderer::writeName() variant for LabelSequenceMukund Sivaraman2012-07-121-0/+63
* [1603] make sure capacity trimming in MessageRenderer::clear() is coverd.JINMEI Tatuya2012-03-111-0/+3
* [1603] added a new test: rendering many names, which makes new renderer crash.JINMEI Tatuya2012-03-081-0/+17
* [1603] updated the behavior of setCompressMode(): now disallow it in rendering.JINMEI Tatuya2012-03-061-7/+9
* [1697] fixed a typo in a commentJINMEI Tatuya2012-02-281-1/+1
* [1697] made sure the used buffer is intact on reset.JINMEI Tatuya2012-02-241-1/+2
* [1697] added AbstractMessageRenderer::setBuffer methodJINMEI Tatuya2012-02-241-2/+44
* [1697] 1st update: make MessageRenderer constructors parameter-free.JINMEI Tatuya2012-02-241-20/+19
* [trac749] update namespace nameschenzhengzhang2011-04-141-2/+2
* [trac749] refactor more C++ utility codechenzhengzhang2011-04-121-2/+2
* [trac749] refactor C++ utility librarychenzhengzhang2011-04-111-2/+2
* cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-211-2/+0
* trac #354: dynamically generate wiredata when possible.JINMEI Tatuya2010-09-281-2/+2
* s/#include "header"/#include <[path/]header>/ (trac #291)JINMEI Tatuya2010-07-161-1/+1
* made test data paths dynamically configurable with the default path of @srcdi...JINMEI Tatuya2010-04-141-7/+7
* supported case-sensitive name compression in MessageRenderer.JINMEI Tatuya2010-04-101-0/+45
* fixed place of braces according to coding guidelineJINMEI Tatuya2010-04-091-14/+7
* Restructure trunk again.Jeremy C. Reed2010-03-051-0/+136