summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/rdata/generic (follow)
Commit message (Expand)AuthorAgeFilesLines
* [2521] minor simplification: initialize mem var in the list when possible.JINMEI Tatuya2013-05-041-2/+1
* [2521] a minor style nit: adjusted a '*' position per style guideline.JINMEI Tatuya2013-05-041-1/+1
* [2521] further RRSIG review updatesPaul Selkirk2013-05-022-19/+32
* [2521] RFC4034 only allows unsigned int in the RRSIG Original TTL fieldPaul Selkirk2013-04-262-9/+6
* [2521] Rearrange RRSIG parser error handling, per Jinmei's review.Paul Selkirk2013-04-262-24/+36
* [2521] doc cleanup for OPT, per Jinmei's reviewPaul Selkirk2013-04-261-1/+5
* [2521] style cleanups: folded a long line; constify variablesJINMEI Tatuya2013-04-231-17/+21
* [2521] enabled previously disabled rrsig testPaul Selkirk2013-04-102-9/+10
* [2521] add MasterLexer constructor for RRSIGPaul Selkirk2013-04-081-18/+88
* [2521] add minimal doxygen comments for string & lexer constructorsPaul Selkirk2013-04-061-1/+7
* [2521] add MasterLexer constructor for OPTPaul Selkirk2013-04-061-0/+7
* [2391] add afsdb to gen-rdatacode.py.inPaul Selkirk2013-03-251-3/+3
* [2391] update AFSDB to use the MasterLexerPaul Selkirk2013-03-222-16/+55
* [2386] Fix API documentationMukund Sivaraman2013-02-252-4/+0
* [2386] Add API doc for NSEC constructorsMukund Sivaraman2013-02-221-0/+43
* [2386] Fix NSEC parser to work during whole zone loadingMukund Sivaraman2013-02-221-1/+3
* [2386] Update exception messageMukund Sivaraman2013-02-221-1/+1
* [2386] Update std::string NSEC constructor to use the MasterLexerMukund Sivaraman2013-02-221-14/+20
* [2386] Add NSEC implementationMukund Sivaraman2013-02-223-0/+88
* [2386] Add/update API doc for DS-like constructorsMukund Sivaraman2013-02-211-3/+30
* [2386] Allow whitespace in the digestMukund Sivaraman2013-02-211-2/+15
* [2386] Update std::string DS and DLV constructorsMukund Sivaraman2013-02-211-34/+21
* [2386] Add DS and DLV implementationsMukund Sivaraman2013-02-213-0/+45
* Merge branch 'master' into trac2656_2Mukund Sivaraman2013-02-011-2/+3
|\
| * [2390] Include bad data in the exception messageMukund Sivaraman2013-01-311-2/+3
* | [2656] Add API doc for DNAME constructorsMukund Sivaraman2013-01-291-0/+30
* | [2656] Add API doc for CNAME constructorsMukund Sivaraman2013-01-291-0/+30
* | [2656] Update std::string DNAME constructor to use the MasterLexerMukund Sivaraman2013-01-291-2/+19
* | [2656] Update std::string CNAME constructor to use the MasterLexerMukund Sivaraman2013-01-291-2/+19
* | [2656] Use createNameFromLexer() in CNAME, DNAME and SRV constructors (which ...Mukund Sivaraman2013-01-292-6/+12
* | [2656] Add using statements for createNameFromLexer()Mukund Sivaraman2013-01-293-0/+5
* | [2656] Add DNAME implementationMukund Sivaraman2013-01-291-0/+5
* | [2656] Add CNAME implementationMukund Sivaraman2013-01-291-0/+5
|/
* [2390] Add API doc for MX constructorsMukund Sivaraman2013-01-291-0/+34
* [2390] Make minor documentation updatesMukund Sivaraman2013-01-292-6/+8
* [2390] Add API doc for PTR constructorsMukund Sivaraman2013-01-291-0/+29
* [2390] Add API doc for NS constructorsMukund Sivaraman2013-01-291-0/+29
* [2390] Update std::string PTR constructor to use the MasterLexerMukund Sivaraman2013-01-291-2/+19
* [2390] Update std::string MX constructor to use the MasterLexerMukund Sivaraman2013-01-291-13/+24
* [2390] Update std::string NS constructor to use the MasterLexerMukund Sivaraman2013-01-291-2/+19
* [2390] Use createNameFromLexer()Mukund Sivaraman2013-01-293-10/+14
* [2390] Add NS implementationMukund Sivaraman2013-01-291-0/+5
* [2390] Add PTR implementationMukund Sivaraman2013-01-291-0/+5
* [2390] Add MX implementationMukund Sivaraman2013-01-291-0/+13
* [master] Add std:: to memcmpJelte Jansen2013-01-151-1/+1
* [master] Merge branch 'trac2498'Jelte Jansen2013-01-156-230/+355
|\
| * [2498] Add another HINFO testJelte Jansen2013-01-142-5/+0
| * [2498] Add operator= and use scoped_ptr in HINFO and NAPTRJelte Jansen2013-01-144-4/+30
| * [2498] Cleanups; mostly include filesJelte Jansen2013-01-102-9/+2
| * [2498] Fix compareCharStrings for empty charstringsJelte Jansen2013-01-102-4/+14