summaryrefslogtreecommitdiff
path: root/src/lib/dns/rdata.cc
AgeCommit message (Expand)Author
2016-11-30[5066] Enforced C++11 following #4631 discussionFrancis 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] copyrightFrancis Dupont
2015-05-12[3839] unused exception handler variable aka #3839Francis Dupont
2014-02-19Merge branch 'trac2426'Mukund Sivaraman
2014-02-18[2426] Update exception messageMukund Sivaraman
2014-02-18[2426] Add a comment on why the ungetToken() is necessaryMukund Sivaraman
2014-02-18[2426] Move the ungetToken() call to make it easier to followMukund 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-17Add Rdata::getWireLength() methodMukund Sivaraman
2014-01-14[2426] Fix leak of GenericImpl object when an exception is thrownMukund Sivaraman
2014-01-10[2426] Support generic version of rdata::createRdata(text) in generic RDATAMukund Sivaraman
2013-06-14[2726] Make the suppression so cppcheck finds itMichal 'vorner' Vaner
2013-06-12[2726] Suppress another false positiveMichal '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 commentJINMEI Tatuya
2012-12-01[2382] comment wording fixJINMEI Tatuya
2012-11-30[2382] warn if RDATA immediately followed by EOFJINMEI Tatuya
2012-11-30[2382] handle other generic isc::ExceptionJINMEI 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_LINEMukund Sivaraman
2012-11-30[2497] Add rdata::createRdata() and tests for some RRtypesMukund Sivaraman
2012-07-25[master] fix errors with ambiguous types and other boost usesJeremy C. Reed
2012-06-01[2017] Many Doxygen warnings removed.Tomek Mrugalski
2011-12-12[1470] Added checks for zero length dataStephen Morris
2011-04-19Merge branch 'work/rdatafields'Michal 'vorner' Vaner
2011-04-19[trac749] Merge 'master' into trac749chenzhengzhang
2011-04-14[trac749] update namespace nameschenzhengzhang
2011-04-12[trac749] update placeholder scriptschenzhengzhang
2011-04-12[trac749] refactor more C++ utility codechenzhengzhang
2011-04-11[trac749] refactor C++ utility librarychenzhengzhang
2011-04-07[trac806] provide a bit more detailed information when throwing an exceptionJINMEI Tatuya
2011-04-04Merge branch 'master' into work/serializeMichal 'vorner' Vaner
2011-01-21cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya
2010-11-03initial implementation of trac#404: in-memory serialized representation of RDATAJINMEI Tatuya
2010-10-15overall style cleanup: adjusted brace positions according to the coding guide...JINMEI Tatuya
2010-04-12cleanup: 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-07s/dns_throw/isc_throw/JINMEI Tatuya
2010-03-05Restructure trunk again.Jeremy C. Reed