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
/
rrset.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
2014-02-03
Merge branch 'trac1397'
Mukund Sivaraman
2014-01-28
[1396] Fix width of TTL field
Mukund Sivaraman
2014-01-28
[1396] Add RRset::getLength()
Mukund Sivaraman
2014-01-17
Merge branch 'trac1839'
Mukund Sivaraman
2014-01-16
[1397] Add std::string version of Rset::addRdata()
Mukund Sivaraman
2014-01-09
[2335] Remove RRset::setName()
Mukund Sivaraman
2014-01-09
[1839] Fix toWire() for class=ANY and class=NONE cases
Mukund Sivaraman
2014-01-09
[1839] Ensure that BasicRRset's methods are actually called (cleanup duplicat...
Mukund Sivaraman
2014-01-09
[1839] Add some comments
Mukund Sivaraman
2014-01-09
[1839] Specialize BasicRRset::toWire() for higher performance
JINMEI Tatuya
2012-10-25
[2360] Also render any associated RRSIG in RRset::toText()
Mukund Sivaraman
2012-10-25
[master] Delete trailing whitespace
Mukund Sivaraman
2012-08-27
[2165] Don't continue and render RRSIGs if data is truncated
Mukund Sivaraman
2012-08-15
[2166] Update RRset::toWire() so it will render RRSIGs too
Mukund Sivaraman
2012-08-13
[2164] Rename method to getRRsigDataCount() and add it to AbstractRRset's int...
Mukund Sivaraman
2012-08-13
[2164] Update syntax of rrsig_ test as it is a shared_ptr
Mukund Sivaraman
2012-08-08
[2164] Add RRset::getSIGRdataCount()
Mukund Sivaraman
2012-08-08
[master] Untabify code
Mukund Sivaraman
2012-05-23
[1455] aesthetic changes from review
Jelte Jansen
2012-05-23
[1455] cleanup, documentation
Jelte Jansen
2012-05-22
[1455] restrict empty rrsets to class ANY and NONE
Jelte Jansen
2012-05-22
[1455] implement rrset::toWire for empty rrsets
Jelte Jansen
2012-03-14
bug #1748: Change code to use a condition expression
Mukund Sivaraman
2012-03-14
[1748] Define AbstractRRset::isSameKind() and implement the default version
Mukund Sivaraman
2011-04-28
[trac812next] made straightforward changes to toWire() methods so that
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-01-21
cleanup: removed $Id$, which is useless now that we've migrated to git.
JINMEI Tatuya
2010-11-16
changed the interface of AbstractRRset::getRdataIterator()
JINMEI Tatuya
2010-10-15
overall style cleanup: adjusted brace positions according to the coding guide...
JINMEI Tatuya
2010-04-12
cleanup: use relative path to header files from "src/lib", i.e., s/"name.h"/<...
JINMEI Tatuya
2010-03-08
added preliminary level truncation support
JINMEI Tatuya
2010-03-07
s/dns_throw/isc_throw/
JINMEI Tatuya
2010-03-05
Restructure trunk again.
Jeremy C. Reed