index
:
kea.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
dns
/
message.cc
Age
Commit message (
Expand
)
Author
2016-12-14
Added #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 check
Francis Dupont
2015-06-13
[3899] Switched to hexadecimal for flags
Francis Dupont
2014-02-05
[956] Make Message::toWire() TSIG agnostic
Mukund Sivaraman
2014-01-30
[3286] Make fromWire() always start reading from position 0 in the passed buffer
Mukund Sivaraman
2014-01-30
[3286] Clear Message before parsing fromWire()
Mukund Sivaraman
2014-01-14
Merge branch 'trac688'
Mukund Sivaraman
2014-01-09
[688] Make Message::hasRRset() const
Mukund Sivaraman
2014-01-08
[571] Don't print trailing newlines in Question::toText() output by default
Mukund Sivaraman
2013-09-19
[3172] static_cast enums before comparing them against ints
Mukund Sivaraman
2012-09-11
[1357] Clear the renderer on Message::toWire()
Jelte Jansen
2012-08-15
[2165] Make Message::addRRset() to be unaware of signedness
Mukund Sivaraman
2012-07-25
[master] fix errors with ambiguous types and other boost uses
Jeremy 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 NONE
Jelte 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 in
JINMEI 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 cases
JINMEI 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 itself
JINMEI Tatuya
2011-07-08
[trac910] supported TSIG+TC case, first step: if TC is set even before
JINMEI Tatuya
2011-05-05
[master] Merge branch 'trac813' with fixing conflicts
JINMEI Tatuya
2011-05-04
[trac871] removed an assertion on arcount after inserting TSIG on further
JINMEI Tatuya
2011-05-04
[trac871] added more description for the RenderSection struct.
JINMEI Tatuya
2011-05-04
[trac871] use TODO instead of TBD for consistency
JINMEI 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 code
JINMEI 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 that
JINMEI Tatuya
2011-04-28
[trac812next] implemented TSIG signing main part: add TSIGRecord::toWire() an...
JINMEI Tatuya
2011-04-14
[trac749] update namespace names
chenzhengzhang
2011-04-12
[trac749] refactor more C++ utility code
chenzhengzhang
2011-04-11
[trac749] refactor C++ utility library
chenzhengzhang
2011-02-24
[trac613] made sure some of class member variables are initialized in the con...
JINMEI Tatuya
2011-02-11
[trac497] final review comments
Jelte Jansen
2011-02-09
[trac497] addressed review comments
Jelte Jansen
2011-02-07
[trac497] added a Message::clearSection() and resolve::makeErrorMessage
Jelte Jansen
2011-02-03
[trac496] Changes made to address review comments
Stephen Morris
2011-01-31
[trac496] Add the response scrubbing code.
Stephen Morris
2011-01-21
cleanup: removed $Id$, which is useless now that we've migrated to git.
JINMEI Tatuya
2010-11-04
merged trac #358 (various cleanups to the DNS message class)
JINMEI Tatuya
2010-10-15
overall style cleanup: adjusted brace positions according to the coding guide...
JINMEI Tatuya
2010-09-29
sync with trunk
JINMEI Tatuya
2010-09-28
tighten validation with exceptions, and add more documentation
JINMEI Tatuya
2010-09-28
- separated Rcode class declarations and definitions in different files
JINMEI Tatuya
2010-09-28
cleanup: unified duplicate code
JINMEI Tatuya
[next]