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
/
rdata.cc
Age
Commit message (
Expand
)
Author
2016-11-30
[5066] Enforced C++11 following #4631 discussion
Francis Dupont
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-27
[3839] copyright
Francis Dupont
2015-05-12
[3839] unused exception handler variable aka #3839
Francis Dupont
2014-02-19
Merge branch 'trac2426'
Mukund Sivaraman
2014-02-18
[2426] Update exception message
Mukund Sivaraman
2014-02-18
[2426] Add a comment on why the ungetToken() is necessary
Mukund Sivaraman
2014-02-18
[2426] Move the ungetToken() call to make it easier to follow
Mukund Sivaraman
2014-02-18
[2426] Initialize rdlen (apparently cppcheck doesn't detect the throw and com...
Mukund Sivaraman
2014-01-28
[1396] Rename method to getLength()
Mukund Sivaraman
2014-01-17
Add Rdata::getWireLength() method
Mukund Sivaraman
2014-01-14
[2426] Fix leak of GenericImpl object when an exception is thrown
Mukund Sivaraman
2014-01-10
[2426] Support generic version of rdata::createRdata(text) in generic RDATA
Mukund Sivaraman
2013-06-14
[2726] Make the suppression so cppcheck finds it
Michal 'vorner' Vaner
2013-06-12
[2726] Suppress another false positive
Michal 'vorner' Vaner
2012-12-04
[2382] throw unexpected instead of assert on unexpected token in createRdata.
JINMEI Tatuya
2012-12-01
[2382] more update on comment
JINMEI Tatuya
2012-12-01
[2382] comment wording fix
JINMEI Tatuya
2012-11-30
[2382] warn if RDATA immediately followed by EOF
JINMEI Tatuya
2012-11-30
[2382] handle other generic isc::Exception
JINMEI Tatuya
2012-11-30
[2382] supported extra token case and callback calls on error.
JINMEI Tatuya
2012-11-30
[2382] Consume to end of line / file in createRdata().
JINMEI Tatuya
2012-11-30
[2382] ungetToken EOL/EOF in the backend factories.
JINMEI Tatuya
2012-11-30
[2382] resolved remaining merge conflict on MasterLexer::Token.
JINMEI Tatuya
2012-11-30
[2497] Return NULL upon exception in rdata::createRdata()
Mukund Sivaraman
2012-11-30
[2497] Also check and stop at END_OF_LINE
Mukund Sivaraman
2012-11-30
[2497] Add rdata::createRdata() and tests for some RRtypes
Mukund Sivaraman
2012-07-25
[master] fix errors with ambiguous types and other boost uses
Jeremy C. Reed
2012-06-01
[2017] Many Doxygen warnings removed.
Tomek Mrugalski
2011-12-12
[1470] Added checks for zero length data
Stephen Morris
2011-04-19
Merge branch 'work/rdatafields'
Michal 'vorner' Vaner
2011-04-19
[trac749] Merge 'master' into trac749
chenzhengzhang
2011-04-14
[trac749] update namespace names
chenzhengzhang
2011-04-12
[trac749] update placeholder scripts
chenzhengzhang
2011-04-12
[trac749] refactor more C++ utility code
chenzhengzhang
2011-04-11
[trac749] refactor C++ utility library
chenzhengzhang
2011-04-07
[trac806] provide a bit more detailed information when throwing an exception
JINMEI Tatuya
2011-04-04
Merge branch 'master' into work/serialize
Michal 'vorner' Vaner
2011-01-21
cleanup: removed $Id$, which is useless now that we've migrated to git.
JINMEI Tatuya
2010-11-03
initial implementation of trac#404: in-memory serialized representation of RDATA
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-10
- made lib/dns -Wextra safe.
JINMEI Tatuya
2010-03-07
s/dns_throw/isc_throw/
JINMEI Tatuya
2010-03-05
Restructure trunk again.
Jeremy C. Reed