summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/rdata/generic/detail (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3208] restore unittestsRazvan Becheriu2024-03-072-59/+0
* [#3208] remove unused code in libdnsRazvan Becheriu2024-03-079-1436/+1
* [#3209] Updated copyrightsThomas Markwalder2024-02-071-1/+1
* [#3209] Initial commitThomas Markwalder2024-02-071-1/+1
* [#3237] release changesWlodek Wencel2024-01-291-1/+1
* [#3119] use range based for loop or BOOST_FOREACHRazvan Becheriu2024-01-221-6/+9
* [#1656] 1.9.4 release: update copyrightsAndrei Pavel2021-01-251-1/+1
* [#1656] 1.9.4 release: spelling checkAndrei Pavel2021-01-251-1/+1
* Added #include <config.h> to all .cc files.Andrei Pavel2016-12-143-0/+6
* [4497] Spelling, no \n at end of .gitignore, etcFrancis Dupont2016-07-081-1/+1
* [4497] Added .gitignores to non-recursively built directories.Marcin Siodelski2016-07-081-0/+1
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-169-9/+9
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-169-99/+27
* [master] Merged trac3824 (small bugs in dns++ from VS)Francis Dupont2015-06-241-1/+10
|\
| * [3824] updated copyrightsFrancis Dupont2015-05-121-1/+1
| * [3824] #3824 patchesFrancis Dupont2015-05-121-0/+9
* | [3899] Copyright yearsFrancis Dupont2015-06-131-1/+1
* | [3899] Added missing space in error messageFrancis Dupont2015-06-131-1/+1
|/
* [2512] Add some commentsMukund Sivaraman2014-02-181-0/+6
* [2512] Add a CharStringData type (with no length byte prefix)Mukund Sivaraman2014-02-112-0/+115
* [2726] Use initializer listMichal 'vorner' Vaner2013-06-141-6/+6
* [2387] Revert "Add some assertions anyway"Mukund Sivaraman2013-04-101-1/+0
* [2387] Add some assertions anywayMukund Sivaraman2013-04-091-0/+1
* [2387] Move string construction out of loopMukund Sivaraman2013-04-011-1/+1
* [2387] Remove unnecessary checksMukund Sivaraman2013-04-011-4/+1
* [2387] style fix: folded a long line.JINMEI Tatuya2013-03-281-1/+2
* [2387] Use a slightly more efficent getString()Mukund Sivaraman2013-03-251-2/+3
* [2387] Support empty bitmaps in buildBitmapsFromLexer()Mukund Sivaraman2013-03-252-3/+12
* [2387] Keep extracting strings until end-of-input, and throw otherwiseMukund Sivaraman2013-03-251-1/+7
* [2387] Update exception description in API docMukund Sivaraman2013-03-141-2/+2
* [2387] trivial (unrelated) cleanups: constify and indentation fix.JINMEI Tatuya2013-03-121-2/+1
* [2387] Remove now unused parseNSEC3ParamText() functionMukund Sivaraman2013-03-122-82/+3
* [2387] Add API doc for parseNSEC3ParamFromLexer()Mukund Sivaraman2013-03-111-0/+20
* [2387] Remove now unused buildBitmapsFromText()Mukund Sivaraman2013-03-112-68/+0
* [2387] Add NSEC3 lexer constructor implementationMukund Sivaraman2013-03-112-0/+49
* Revert "[2387] Allow comments at the end of DS like string data"Mukund Sivaraman2013-03-111-8/+1
* [2387] Allow comments at the end of DS like string dataMukund Sivaraman2013-03-071-1/+8
* [2386] Fix API documentationMukund Sivaraman2013-02-251-2/+0
* [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] Add NSEC implementationMukund Sivaraman2013-02-222-0/+75
* [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-211-0/+35
* [master] Add std:: to memcmpJelte Jansen2013-01-151-1/+1
* [master] Merge branch 'trac2498'Jelte Jansen2013-01-152-0/+89
|\
| * [2498] Fix compareCharStrings for empty charstringsJelte Jansen2013-01-102-4/+14
| * [2498] move out some common charstrings functionsJelte Jansen2013-01-102-0/+79
* | [master] Merge branch 'trac2500'JINMEI Tatuya2013-01-111-0/+70
|\ \ | |/ |/|