Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#3208] remove unused code in libdns | Razvan Becheriu | 2024-03-07 | 1 | -298/+0 |
| | |||||
* | [5066] Enforced C++11 following #4631 discussion | Francis Dupont | 2016-11-30 | 1 | -3/+3 |
| | |||||
* | [4236] Updated copyright dates in all files. | Marcin Siodelski | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | [4236] Replaced license text in all files containing it. | Marcin Siodelski | 2015-12-16 | 1 | -11/+3 |
| | |||||
* | [2512] Combine resize() call with the constructor | Mukund Sivaraman | 2014-02-18 | 1 | -2/+1 |
| | |||||
* | [2512] Use CharStringData when constructing from parameters too | Mukund Sivaraman | 2014-02-11 | 1 | -2/+5 |
| | | | | | This supports handling escapes and such when coming from the presentation format. | ||||
* | [2512] Add CAA::getValue() | Mukund Sivaraman | 2014-02-11 | 1 | -0/+5 |
| | |||||
* | [2512] Simplify CAA implementation using CharStringData type | Mukund Sivaraman | 2014-02-11 | 1 | -43/+27 |
| | |||||
* | [2512] Update check to an assertion | Mukund Sivaraman | 2014-02-06 | 1 | -8/+10 |
| | | | | All the constructors currently check that the tag field is not empty. | ||||
* | [2512] Add support for the CAA RR type | Mukund Sivaraman | 2014-01-20 | 1 | -0/+313 |