summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/rdata.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3208] clean up codeRazvan Becheriu2024-03-091-1/+2
* [#3208] added not implemented typesRazvan Becheriu2024-03-081-12/+4
* [#3208] restore unittestsRazvan Becheriu2024-03-071-11/+8
* [#3208] remove unused code in libdnsRazvan Becheriu2024-03-071-27/+17
* [#3209] Updated copyrightsThomas Markwalder2024-02-071-1/+1
* [#3209] Initial commitThomas Markwalder2024-02-071-1/+1
* [5066] Enforced C++11 following #4631 discussionFrancis Dupont2016-11-301-3/+5
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3839] copyrightFrancis Dupont2015-06-271-1/+1
* [3839] unused exception handler variable aka #3839Francis Dupont2015-05-121-1/+1
* Merge branch 'trac2426'Mukund Sivaraman2014-02-191-63/+70
|\
| * [2426] Update exception messageMukund Sivaraman2014-02-181-1/+1
| * [2426] Add a comment on why the ungetToken() is necessaryMukund Sivaraman2014-02-181-0/+3
| * [2426] Move the ungetToken() call to make it easier to followMukund Sivaraman2014-02-181-2/+1
| * [2426] Initialize rdlen (apparently cppcheck doesn't detect the throw and com...Mukund Sivaraman2014-02-181-1/+2
| * [2426] Fix leak of GenericImpl object when an exception is thrownMukund Sivaraman2014-01-141-6/+15
| * [2426] Support generic version of rdata::createRdata(text) in generic RDATAMukund Sivaraman2014-01-101-60/+55
* | [1396] Rename method to getLength()Mukund Sivaraman2014-01-281-1/+1
* | Add Rdata::getWireLength() methodMukund Sivaraman2014-01-171-0/+9
|/
* [2726] Make the suppression so cppcheck finds itMichal 'vorner' Vaner2013-06-141-2/+3
* [2726] Suppress another false positiveMichal 'vorner' Vaner2013-06-121-0/+2
* [2382] throw unexpected instead of assert on unexpected token in createRdata.JINMEI Tatuya2012-12-041-12/+19
* [2382] more update on commentJINMEI Tatuya2012-12-011-1/+0
* [2382] comment wording fixJINMEI Tatuya2012-12-011-1/+1
* [2382] warn if RDATA immediately followed by EOFJINMEI Tatuya2012-12-011-11/+17
* [2382] handle other generic isc::ExceptionJINMEI Tatuya2012-12-011-12/+51
* [2382] supported extra token case and callback calls on error.JINMEI Tatuya2012-12-011-3/+24
* [2382] Consume to end of line / file in createRdata().JINMEI Tatuya2012-12-011-10/+11
* [2382] ungetToken EOL/EOF in the backend factories.JINMEI Tatuya2012-12-011-0/+1
* [2382] resolved remaining merge conflict on MasterLexer::Token.JINMEI Tatuya2012-12-011-3/+3
* [2497] Return NULL upon exception in rdata::createRdata()Mukund Sivaraman2012-12-011-3/+11
* [2497] Also check and stop at END_OF_LINEMukund Sivaraman2012-11-301-1/+2
* [2497] Add rdata::createRdata() and tests for some RRtypesMukund Sivaraman2012-11-291-2/+40
* [master] fix errors with ambiguous types and other boost usesJeremy C. Reed2012-07-251-1/+1
* [2017] Many Doxygen warnings removed.Tomek Mrugalski2012-06-011-1/+1
* [1470] Added checks for zero length dataStephen Morris2011-12-121-3/+7
* Merge branch 'work/rdatafields'Michal 'vorner' Vaner2011-04-191-1/+1
|\
| * Merge branch 'master' into work/serializeMichal 'vorner' Vaner2011-04-041-2/+0
| |\
| * | initial implementation of trac#404: in-memory serialized representation of RDATAJINMEI Tatuya2010-11-031-1/+1
* | | [trac749] Merge 'master' into trac749chenzhengzhang2011-04-191-1/+2
|\ \ \
| * | | [trac806] provide a bit more detailed information when throwing an exceptionJINMEI Tatuya2011-04-081-1/+2
| | |/ | |/|
* | | [trac749] update namespace nameschenzhengzhang2011-04-141-5/+5
* | | [trac749] update placeholder scriptschenzhengzhang2011-04-121-3/+3
* | | [trac749] refactor more C++ utility codechenzhengzhang2011-04-121-2/+2
* | | [trac749] refactor C++ utility librarychenzhengzhang2011-04-111-1/+2
|/ /
* / cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-211-2/+0
|/
* overall style cleanup: adjusted brace positions according to the coding guide...JINMEI Tatuya2010-10-151-22/+11
* cleanup: use relative path to header files from "src/lib", i.e., s/"name.h"/<...JINMEI Tatuya2010-04-131-6/+6
* - made lib/dns -Wextra safe.JINMEI Tatuya2010-03-111-1/+1