summaryrefslogtreecommitdiff
path: root/src/lib/dns/message.h
AgeCommit message (Expand)Author
2017-09-27[master] typos, dates, *.mes files updates before releaseWlodek Wencel
2017-07-23spelling: argumentJosh Soref
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
2014-02-18Merge branch 'trac2518'Mukund Sivaraman
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-17[2518] Introduce isc::dns::Exception and organize all DNS exceptions under itMukund Sivaraman
2014-01-09[688] Make Message::hasRRset() constMukund Sivaraman
2013-06-17[2726] Remove unnecessary template parametersMichal 'vorner' Vaner
2012-10-25[2357] Update scaffolding using fix-scaffolding.py toolMukund 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-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-11-02[trac1166]Merge commit '6d842a64386a5c64a5136cadb4a1e646ee1901e5' into trac1166Jeremy C. Reed
2011-09-30[1258] minor minor change in commentJelte Jansen
2011-09-29[1258] overall documentation update. also add PARSE_DEFAULT to the pythonJINMEI Tatuya
2011-09-29[1258] added support for the PRESERVE_ORDER option for Message::fromWire().JINMEI Tatuya
2011-07-14[jreed-doxygen] fix various doxygen warningsJeremy C. Reed
2011-07-09[trac910] supported various uncommon or very rare casesJINMEI Tatuya
2011-05-11[trac598_new] Fix the conflicts when merging master.zhanglikun
2011-05-02[trac813] overall documentation updates and editorial cleanupsJINMEI Tatuya
2011-05-01[trac813] added support for TSIG specific handling in Message::fromWire().JINMEI Tatuya
2011-04-28[trac812next] added document for the TSIG version of toWire()JINMEI Tatuya
2011-04-28[trac812next] implemented TSIG signing main part: add TSIGRecord::toWire() an...JINMEI Tatuya
2011-04-22[trac598_new] Reimplement the ticket based on new branch. Implement the simpl...zhanglikun
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-03-15[master] Fix the error in comments of AD and CD flags, reviewed by Jelte on j...zhanglikun
2011-03-14[jreed-doxygen]Merge branch 'master' into jreed-doxygenJeremy C. Reed
2011-02-11[trac497] final review commentsJelte Jansen
2011-02-09[trac497] addressed review commentsJelte Jansen
2011-02-07[jreed-doxygen] doxygen fixes and improvements.Jeremy C. Reed
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-25Merge branch 'experiments/resolver'Jelte Jansen
2011-01-21cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya
2011-01-18doxygen lineJelte Jansen
2011-01-18ends0 fix and message argument renameJelte Jansen
2010-12-13some merge got these two lines re-added (they are in opcode.h and rcode.h now)Jelte Jansen
2010-11-10Sync with trunkMichal Vaner
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-10-03b10-recurse can now act as a simple forwarder. To switch this on,Evan Hunt
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