| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Wrap exceptions from rdata from_text() and from_wire().wrap | Bob Halley | 2020-07-26 | 3 | -33/+58 |
| | | |||||
| * | increase TXT coverage | Bob Halley | 2020-07-26 | 2 | -1/+13 |
| | | |||||
| * | increase rcode coverage | Bob Halley | 2020-07-26 | 1 | -0/+4 |
| | | |||||
| * | remove test that can never be true | Bob Halley | 2020-07-26 | 1 | -2/+0 |
| | | |||||
| * | more resolver override testing | Bob Halley | 2020-07-26 | 3 | -3/+81 |
| | | |||||
| * | exercise entropy stirring | Bob Halley | 2020-07-26 | 1 | -0/+2 |
| | | |||||
| * | exclude unpractical-to-test AttributeError | Bob Halley | 2020-07-26 | 1 | -1/+1 |
| | | |||||
| * | increase EDNS coverage | Bob Halley | 2020-07-26 | 2 | -2/+23 |
| | | |||||
| * | still more dnssec coverage | Bob Halley | 2020-07-26 | 1 | -1/+52 |
| | | |||||
| * | more dnssec coverage | Bob Halley | 2020-07-26 | 1 | -5/+47 |
| | | |||||
| * | improve dnssec coverage | Bob Halley | 2020-07-26 | 1 | -0/+40 |
| | | |||||
| * | more easy coverage gains | Bob Halley | 2020-07-25 | 1 | -0/+85 |
| | | |||||
| * | Remove checks already done by dns.dnssec.algorithm_from_text(). | Bob Halley | 2020-07-25 | 1 | -2/+0 |
| | | |||||
| * | more message coverage | Bob Halley | 2020-07-25 | 2 | -1/+19 |
| | | |||||
| * | even on errors where we tolerate no question, check question if present | Bob Halley | 2020-07-25 | 2 | -3/+17 |
| | | |||||
| * | more minor resolver coverage | Bob Halley | 2020-07-25 | 1 | -4/+47 |
| | | |||||
| * | more reversename coverage | Bob Halley | 2020-07-25 | 1 | -0/+5 |
| | | |||||
| * | Bring rdataset to full coverage. | Bob Halley | 2020-07-24 | 1 | -0/+41 |
| | | |||||
| * | util coverage | Bob Halley | 2020-07-24 | 1 | -0/+102 |
| | | |||||
| * | test cleanups and more coverage | Bob Halley | 2020-07-24 | 1 | -63/+84 |
| | | |||||
| * | to_text() always returns a str, so no need to check if it is not a str | Bob Halley | 2020-07-24 | 1 | -5/+1 |
| | | |||||
| * | bring rdata.py to full coverage | Bob Halley | 2020-07-24 | 2 | -2/+76 |
| | | |||||
| * | ignore coverage on abstract methods | Bob Halley | 2020-07-24 | 1 | -4/+4 |
| | | |||||
| * | Have only one one top-level section for What's New. | Bob Halley | 2020-07-23 | 1 | -4/+7 |
| | | |||||
| * | test style improvements | Bob Halley | 2020-07-23 | 1 | -23/+13 |
| | | |||||
| * | Allow an escaped newline in a quoted string. | Bob Halley | 2020-07-23 | 2 | -1/+9 |
| | | |||||
| * | more tokenizer coverage improvements | Bob Halley | 2020-07-23 | 2 | -2/+52 |
| | | |||||
| * | more tokenizer test cleanups | Bob Halley | 2020-07-23 | 1 | -53/+19 |
| | | |||||
| * | more tokenizer coverage | Bob Halley | 2020-07-23 | 1 | -21/+24 |
| | | |||||
| * | Add no cover for abstract method. | Bob Halley | 2020-07-23 | 1 | -1/+1 |
| | | |||||
| * | Add serial branch coverage; remove duplicated test. | Bob Halley | 2020-07-23 | 1 | -3/+5 |
| | | |||||
| * | cover compression table too big branch | Bob Halley | 2020-07-23 | 1 | -0/+24 |
| | | |||||
| * | Improve name coverage slightly by testing the uts_46 branch in 2008 decode. | Bob Halley | 2020-07-23 | 2 | -8/+27 |
| | | | | | | | I'm not sure how useful in practice this is, as we don't offer a codec configuration default for it, but I'm not sure you'd never do it, and the existing code was in the wrong order. | ||||
| * | add coverage for a v6 branch case | Bob Halley | 2020-07-22 | 1 | -0/+6 |
| | | |||||
| * | Adjust no cover pragmas to better reflect what the Azure pipeline hits/misses. | Bob Halley | 2020-07-22 | 1 | -10/+10 |
| | | |||||
| * | more resolver coverage improvements | Bob Halley | 2020-07-22 | 1 | -2/+27 |
| | | |||||
| * | Make resolver use_edns() conform to its docstring; slightly improve ↵ | Bob Halley | 2020-07-22 | 3 | -2/+14 |
| | | | | | use_edns() logic. | ||||
| * | Fix Answer constructor invocations that missed an API change. | Bob Halley | 2020-07-22 | 1 | -4/+2 |
| | | |||||
| * | Increase branch coverage of the resolver. | Bob Halley | 2020-07-22 | 1 | -29/+96 |
| | | | | | | | | Speed up test resolver by around 6 seconds by mocking the clock. Improve the cleaning test to verify that it really was cleaning that removed the entry, and not get detecting the expiration. | ||||
| * | Merge pull request #550 from rthalley/resolve_chaining | Bob Halley | 2020-07-21 | 5 | -69/+195 |
| |\ | | | | | Unify Chaining Code | ||||
| | * | Use min() for min_ttl computations. | Bob Halley | 2020-07-21 | 1 | -8/+3 |
| | | | |||||
| | * | fix exception docstrings | Bob Halley | 2020-07-21 | 1 | -10/+13 |
| | | | |||||
| | * | set min ttl to max_ttl instead of special case -1 | Bob Halley | 2020-07-21 | 2 | -5/+7 |
| | | | |||||
| | * | unify chaining code | Bob Halley | 2020-07-21 | 4 | -68/+194 |
| | | | |||||
| * | | Increase LOC coverage. | Bob Halley | 2020-07-21 | 1 | -0/+27 |
| | | | |||||
| * | | turn on branch coverage | Bob Halley | 2020-07-21 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #548 from ↵ | Bob Halley | 2020-07-21 | 1 | -1/+1 |
| |\ | | | | | | | | | rthalley/dependabot/pip/cryptography-gte-2.6-and-lt-4.0 Update cryptography requirement from ^2.6 to >=2.6,<4.0 | ||||
| | * | Update cryptography requirement from ^2.6 to >=2.6,<4.0dependabot/pip/cryptography-gte-2.6-and-lt-4.0 | dependabot[bot] | 2020-07-21 | 1 | -1/+1 |
| |/ | | | | | | | | Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.6...3.0) Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Update with what's new in 2.1.0. | Bob Halley | 2020-07-20 | 1 | -0/+19 |
| | | |||||
| * | Set EDNS default payload to 1232. | Bob Halley | 2020-07-20 | 4 | -6/+12 |
| | | |||||
