summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/message.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3119] use range based for loop or BOOST_FOREACHRazvan Becheriu2024-01-221-10/+4
* Rebase v2_4 onto master after the release.Marcin Godzina2023-07-041-1/+1
* [#2830] static cast enum to intRazvan Becheriu2023-06-211-3/+3
* [#2830] fixed UB for enum castRazvan Becheriu2023-06-211-35/+48
* [#2432] solve warning: std::unary_function is deprecatedAndrei Pavel2022-07-081-2/+2
* 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
* [3899] Added a comment about unreachable multiple TSIG checkFrancis Dupont2015-06-131-0/+2
* [3899] Switched to hexadecimal for flagsFrancis Dupont2015-06-131-3/+3
* [956] Make Message::toWire() TSIG agnosticMukund Sivaraman2014-02-051-7/+2
* [3286] Make fromWire() always start reading from position 0 in the passed bufferMukund Sivaraman2014-01-301-3/+6
* [3286] Clear Message before parsing fromWire()Mukund Sivaraman2014-01-301-0/+3
* Merge branch 'trac688'Mukund Sivaraman2014-01-141-3/+4
|\
| * [688] Make Message::hasRRset() constMukund Sivaraman2014-01-091-3/+4
* | [571] Don't print trailing newlines in Question::toText() output by defaultMukund Sivaraman2014-01-081-1/+4
|/
* [3172] static_cast enums before comparing them against intsMukund Sivaraman2013-09-191-9/+9
* [1357] Clear the renderer on Message::toWire()Jelte Jansen2012-09-111-0/+9
* [2165] Make Message::addRRset() to be unaware of signednessMukund Sivaraman2012-08-151-7/+3
* [master] fix errors with ambiguous types and other boost usesJeremy C. Reed2012-07-251-1/+1
* [2013] (related bug fix) make Message::clearSection clear questions correctly.JINMEI Tatuya2012-05-311-1/+5
* [1455] restrict empty rrsets to class ANY and NONEJelte Jansen2012-05-221-0/+34
* [1512] added python wrapper for Message::clearSection().JINMEI Tatuya2012-05-161-0/+4
* [1583] not directly related, intermediate update: reject null RRset inJINMEI Tatuya2012-02-141-0/+4
* [1258] added support for the PRESERVE_ORDER option for Message::fromWire().JINMEI Tatuya2011-09-301-19/+24
* [trac910] completed TSIG+TC support: added a minor case of too many questions.JINMEI Tatuya2011-07-141-10/+16
* [trac910] supported various uncommon or very rare casesJINMEI Tatuya2011-07-091-4/+15
* [trac910] handle a boundary condition that doesn't cause truncation.JINMEI Tatuya2011-07-091-0/+2
* [trac910] TSIG + TC support, 2nd part: add the case where TSIG itselfJINMEI Tatuya2011-07-091-1/+10
* [trac910] supported TSIG+TC case, first step: if TC is set even beforeJINMEI Tatuya2011-07-091-0/+15
* [master] Merge branch 'trac813' with fixing conflictsJINMEI Tatuya2011-05-051-36/+107
|\
| * [trac813] added a test case for Message::toText() and implemented that feature.JINMEI Tatuya2011-05-031-0/+8
| * [trac813] added a test case to Message::toText(), and adjusted the codeJINMEI Tatuya2011-05-031-10/+10
| * [trac813] added support for TSIG specific handling in Message::fromWire().JINMEI Tatuya2011-05-011-26/+89
* | [trac871] removed an assertion on arcount after inserting TSIG on furtherJINMEI Tatuya2011-05-041-4/+3
* | [trac871] added more description for the RenderSection struct.JINMEI Tatuya2011-05-041-0/+16
* | [trac871] use TODO instead of TBD for consistencyJINMEI Tatuya2011-05-041-3/+3
|/
* [trac812next] made straightforward changes to toWire() methods so thatJINMEI Tatuya2011-04-281-6/+6
* [trac812next] implemented TSIG signing main part: add TSIGRecord::toWire() an...JINMEI Tatuya2011-04-281-120/+141
* [trac749] update namespace nameschenzhengzhang2011-04-141-2/+2
* [trac749] refactor more C++ utility codechenzhengzhang2011-04-121-2/+3
* [trac749] refactor C++ utility librarychenzhengzhang2011-04-111-1/+2
* [trac613] made sure some of class member variables are initialized in the con...JINMEI Tatuya2011-02-241-3/+1
* [trac497] final review commentsJelte Jansen2011-02-111-8/+9
* [trac497] addressed review commentsJelte Jansen2011-02-091-0/+20
* [trac497] added a Message::clearSection() and resolve::makeErrorMessageJelte Jansen2011-02-071-0/+8
* [trac496] Changes made to address review commentsStephen Morris2011-02-031-0/+5
* [trac496] Add the response scrubbing code.Stephen Morris2011-01-311-0/+25
* cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-211-2/+0
* merged trac #358 (various cleanups to the DNS message class)JINMEI Tatuya2010-11-041-143/+170