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
/
rrclass.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-24
[3919] Assign classcode_ to avoid cppcheck warning
Francis Dupont
2013-09-12
[3112] Don't use boost::optional in libdns++
Mukund Sivaraman
2012-12-28
[2565] Specify parameter kind in exception messages
Mukund Sivaraman
2012-12-27
[2565] Rename constructor arguments to look nicer
Mukund Sivaraman
2012-12-27
[2565] Fix indenting and untabify
Mukund Sivaraman
2012-12-19
[2565] Use boost::optional in the newly introduced RRClass factory
Mukund Sivaraman
2012-12-19
[2565] Add RRClass.fromText()
Mukund Sivaraman
2012-12-19
[2565] Refactor code so that RRParamRegistry::textToClassCode() does not throw
Mukund Sivaraman
2012-06-01
[2017] Many Doxygen warnings removed.
Tomek Mrugalski
2011-04-28
[trac812next] use AbstractMessageRenderer for toWire().
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-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-07
s/dns_throw/isc_throw/
JINMEI Tatuya
2010-03-05
Restructure trunk again.
Jeremy C. Reed