summaryrefslogtreecommitdiff
path: root/src/lib/dns/message.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] Added a comment about unreachable multiple TSIG checkFrancis Dupont
2015-06-13[3899] Switched to hexadecimal for flagsFrancis Dupont
2014-02-05[956] Make Message::toWire() TSIG agnosticMukund Sivaraman
2014-01-30[3286] Make fromWire() always start reading from position 0 in the passed bufferMukund Sivaraman
2014-01-30[3286] Clear Message before parsing fromWire()Mukund Sivaraman
2014-01-14Merge branch 'trac688'Mukund Sivaraman
2014-01-09[688] Make Message::hasRRset() constMukund Sivaraman
2014-01-08[571] Don't print trailing newlines in Question::toText() output by defaultMukund Sivaraman
2013-09-19[3172] static_cast enums before comparing them against intsMukund Sivaraman
2012-09-11[1357] Clear the renderer on Message::toWire()Jelte Jansen
2012-08-15[2165] Make Message::addRRset() to be unaware of signednessMukund Sivaraman
2012-07-25[master] fix errors with ambiguous types and other boost usesJeremy C. Reed
2012-05-30[2013] (related bug fix) make Message::clearSection clear questions correctly.JINMEI Tatuya
2012-05-22[1455] restrict empty rrsets to class ANY and NONEJelte Jansen
2012-05-15[1512] added python wrapper for Message::clearSection().JINMEI Tatuya
2012-02-13[1583] not directly related, intermediate update: reject null RRset inJINMEI Tatuya
2011-09-29[1258] added support for the PRESERVE_ORDER option for Message::fromWire().JINMEI Tatuya
2011-07-14[trac910] completed TSIG+TC support: added a minor case of too many questions.JINMEI Tatuya
2011-07-09[trac910] supported various uncommon or very rare casesJINMEI Tatuya
2011-07-08[trac910] handle a boundary condition that doesn't cause truncation.JINMEI Tatuya
2011-07-08[trac910] TSIG + TC support, 2nd part: add the case where TSIG itselfJINMEI Tatuya
2011-07-08[trac910] supported TSIG+TC case, first step: if TC is set even beforeJINMEI Tatuya
2011-05-05[master] Merge branch 'trac813' with fixing conflictsJINMEI Tatuya
2011-05-04[trac871] removed an assertion on arcount after inserting TSIG on furtherJINMEI Tatuya
2011-05-04[trac871] added more description for the RenderSection struct.JINMEI Tatuya
2011-05-04[trac871] use TODO instead of TBD for consistencyJINMEI Tatuya
2011-05-02[trac813] added a test case for Message::toText() and implemented that feature.JINMEI Tatuya
2011-05-02[trac813] added a test case to Message::toText(), and adjusted the codeJINMEI Tatuya
2011-05-01[trac813] added support for TSIG specific handling in Message::fromWire().JINMEI Tatuya
2011-04-28[trac812next] made straightforward changes to toWire() methods so thatJINMEI Tatuya
2011-04-28[trac812next] implemented TSIG signing main part: add TSIGRecord::toWire() an...JINMEI Tatuya
2011-04-14[trac749] update namespace nameschenzhengzhang
2011-04-12[trac749] refactor more C++ utility codechenzhengzhang
2011-04-11[trac749] refactor C++ utility librarychenzhengzhang
2011-02-24[trac613] made sure some of class member variables are initialized in the con...JINMEI Tatuya
2011-02-11[trac497] final review commentsJelte Jansen
2011-02-09[trac497] addressed review commentsJelte Jansen
2011-02-07[trac497] added a Message::clearSection() and resolve::makeErrorMessageJelte Jansen
2011-02-03[trac496] Changes made to address review commentsStephen Morris
2011-01-31[trac496] Add the response scrubbing code.Stephen Morris
2011-01-21cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya
2010-11-04merged trac #358 (various cleanups to the DNS message class)JINMEI Tatuya
2010-10-15overall style cleanup: adjusted brace positions according to the coding guide...JINMEI Tatuya
2010-09-29sync with trunkJINMEI Tatuya
2010-09-28tighten validation with exceptions, and add more documentationJINMEI Tatuya
2010-09-28- separated Rcode class declarations and definitions in different filesJINMEI Tatuya
2010-09-28cleanup: unified duplicate codeJINMEI Tatuya