index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dns
/
message.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[#3119] use range based for loop or BOOST_FOREACH
Razvan Becheriu
2024-01-22
1
-10
/
+4
*
Rebase v2_4 onto master after the release.
Marcin Godzina
2023-07-04
1
-1
/
+1
*
[#2830] static cast enum to int
Razvan Becheriu
2023-06-21
1
-3
/
+3
*
[#2830] fixed UB for enum cast
Razvan Becheriu
2023-06-21
1
-35
/
+48
*
[#2432] solve warning: std::unary_function is deprecated
Andrei Pavel
2022-07-08
1
-2
/
+2
*
Added #include <config.h> to all .cc files.
Andrei Pavel
2016-12-14
1
-0
/
+2
*
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
1
-1
/
+1
*
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-12-16
1
-11
/
+3
*
[3899] Added a comment about unreachable multiple TSIG check
Francis Dupont
2015-06-13
1
-0
/
+2
*
[3899] Switched to hexadecimal for flags
Francis Dupont
2015-06-13
1
-3
/
+3
*
[956] Make Message::toWire() TSIG agnostic
Mukund Sivaraman
2014-02-05
1
-7
/
+2
*
[3286] Make fromWire() always start reading from position 0 in the passed buffer
Mukund Sivaraman
2014-01-30
1
-3
/
+6
*
[3286] Clear Message before parsing fromWire()
Mukund Sivaraman
2014-01-30
1
-0
/
+3
*
Merge branch 'trac688'
Mukund Sivaraman
2014-01-14
1
-3
/
+4
|
\
|
*
[688] Make Message::hasRRset() const
Mukund Sivaraman
2014-01-09
1
-3
/
+4
*
|
[571] Don't print trailing newlines in Question::toText() output by default
Mukund Sivaraman
2014-01-08
1
-1
/
+4
|
/
*
[3172] static_cast enums before comparing them against ints
Mukund Sivaraman
2013-09-19
1
-9
/
+9
*
[1357] Clear the renderer on Message::toWire()
Jelte Jansen
2012-09-11
1
-0
/
+9
*
[2165] Make Message::addRRset() to be unaware of signedness
Mukund Sivaraman
2012-08-15
1
-7
/
+3
*
[master] fix errors with ambiguous types and other boost uses
Jeremy C. Reed
2012-07-25
1
-1
/
+1
*
[2013] (related bug fix) make Message::clearSection clear questions correctly.
JINMEI Tatuya
2012-05-31
1
-1
/
+5
*
[1455] restrict empty rrsets to class ANY and NONE
Jelte Jansen
2012-05-22
1
-0
/
+34
*
[1512] added python wrapper for Message::clearSection().
JINMEI Tatuya
2012-05-16
1
-0
/
+4
*
[1583] not directly related, intermediate update: reject null RRset in
JINMEI Tatuya
2012-02-14
1
-0
/
+4
*
[1258] added support for the PRESERVE_ORDER option for Message::fromWire().
JINMEI Tatuya
2011-09-30
1
-19
/
+24
*
[trac910] completed TSIG+TC support: added a minor case of too many questions.
JINMEI Tatuya
2011-07-14
1
-10
/
+16
*
[trac910] supported various uncommon or very rare cases
JINMEI Tatuya
2011-07-09
1
-4
/
+15
*
[trac910] handle a boundary condition that doesn't cause truncation.
JINMEI Tatuya
2011-07-09
1
-0
/
+2
*
[trac910] TSIG + TC support, 2nd part: add the case where TSIG itself
JINMEI Tatuya
2011-07-09
1
-1
/
+10
*
[trac910] supported TSIG+TC case, first step: if TC is set even before
JINMEI Tatuya
2011-07-09
1
-0
/
+15
*
[master] Merge branch 'trac813' with fixing conflicts
JINMEI Tatuya
2011-05-05
1
-36
/
+107
|
\
|
*
[trac813] added a test case for Message::toText() and implemented that feature.
JINMEI Tatuya
2011-05-03
1
-0
/
+8
|
*
[trac813] added a test case to Message::toText(), and adjusted the code
JINMEI Tatuya
2011-05-03
1
-10
/
+10
|
*
[trac813] added support for TSIG specific handling in Message::fromWire().
JINMEI Tatuya
2011-05-01
1
-26
/
+89
*
|
[trac871] removed an assertion on arcount after inserting TSIG on further
JINMEI Tatuya
2011-05-04
1
-4
/
+3
*
|
[trac871] added more description for the RenderSection struct.
JINMEI Tatuya
2011-05-04
1
-0
/
+16
*
|
[trac871] use TODO instead of TBD for consistency
JINMEI Tatuya
2011-05-04
1
-3
/
+3
|
/
*
[trac812next] made straightforward changes to toWire() methods so that
JINMEI Tatuya
2011-04-28
1
-6
/
+6
*
[trac812next] implemented TSIG signing main part: add TSIGRecord::toWire() an...
JINMEI Tatuya
2011-04-28
1
-120
/
+141
*
[trac749] update namespace names
chenzhengzhang
2011-04-14
1
-2
/
+2
*
[trac749] refactor more C++ utility code
chenzhengzhang
2011-04-12
1
-2
/
+3
*
[trac749] refactor C++ utility library
chenzhengzhang
2011-04-11
1
-1
/
+2
*
[trac613] made sure some of class member variables are initialized in the con...
JINMEI Tatuya
2011-02-24
1
-3
/
+1
*
[trac497] final review comments
Jelte Jansen
2011-02-11
1
-8
/
+9
*
[trac497] addressed review comments
Jelte Jansen
2011-02-09
1
-0
/
+20
*
[trac497] added a Message::clearSection() and resolve::makeErrorMessage
Jelte Jansen
2011-02-07
1
-0
/
+8
*
[trac496] Changes made to address review comments
Stephen Morris
2011-02-03
1
-0
/
+5
*
[trac496] Add the response scrubbing code.
Stephen Morris
2011-01-31
1
-0
/
+25
*
cleanup: removed $Id$, which is useless now that we've migrated to git.
JINMEI Tatuya
2011-01-21
1
-2
/
+0
*
merged trac #358 (various cleanups to the DNS message class)
JINMEI Tatuya
2010-11-04
1
-143
/
+170
[next]