| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change ChainingResult "rrset" to "answer"; fix typo.resolve_chaining | Bob Halley | 2020-12-21 | 3 | -13/+13 |
| | | |||||
| * | resolve_chaining() now returns a ChainingResult object. | Bob Halley | 2020-12-21 | 4 | -14/+51 |
| | | |||||
| * | resolve_chaining() should not go into an infinite loop if the qtype is | Bob Halley | 2020-12-21 | 2 | -0/+17 |
| | | | | | CNAME and there is no answer [Issue #610]. | ||||
| * | Add a test of a TSIG-signed AXFR of the root. | Brian Wellington | 2020-11-25 | 1 | -5/+13 |
| | | |||||
| * | Merge pull request #609 from salzmdan/master | Brian Wellington | 2020-11-25 | 1 | -1/+1 |
| |\ | | | | | TSIG: don't relativize algorithm name | ||||
| | * | TSIG: don't relativize algorithm name | Daniel Salzman | 2020-11-25 | 1 | -1/+1 |
| |/ | | | | | | | | | | The domain name relativization of TSIG's algorithm name breaks TSIG validation when using with the Root zone. Example for algorithm hmac-sha224: zone 'example.com.' -> hmac-sha224. zone '.' -> hmac-sha224 | ||||
| * | Do not test override with default resolver if there is no Internet. | Bob Halley | 2020-11-19 | 1 | -0/+1 |
| | | |||||
| * | give on on Azure windows testing for now | Bob Halley | 2020-11-09 | 1 | -1/+0 |
| | | |||||
| * | yet another azure attempt | Bob Halley | 2020-11-01 | 1 | -1/+1 |
| | | |||||
| * | another azure attempt | Bob Halley | 2020-11-01 | 1 | -3/+3 |
| | | |||||
| * | azure + poetry attempt | Bob Halley | 2020-11-01 | 1 | -4/+12 |
| | | |||||
| * | update README.md for 2.1.0rc1v2.1.0rc1 | Bob Halley | 2020-10-30 | 1 | -1/+1 |
| | | |||||
| * | update versions for 2.1.0rc1 | Bob Halley | 2020-10-30 | 4 | -4/+4 |
| | | |||||
| * | Add repr() for dns.tsig.Key. | Brian Wellington | 2020-10-29 | 1 | -0/+5 |
| | | |||||
| * | another azure try. sigh! | Bob Halley | 2020-10-28 | 1 | -1/+2 |
| | | |||||
| * | another try | Bob Halley | 2020-10-28 | 2 | -3/+4 |
| | | |||||
| * | still yet another azure fix attempt | Bob Halley | 2020-10-28 | 1 | -3/+3 |
| | | |||||
| * | yet another azure fix attempt | Bob Halley | 2020-10-28 | 1 | -1/+1 |
| | | |||||
| * | another azure fix attempt | Bob Halley | 2020-10-28 | 1 | -2/+6 |
| | | |||||
| * | azure fix take 2 | Bob Halley | 2020-10-21 | 1 | -2/+0 |
| | | |||||
| * | try to fix azure | Bob Halley | 2020-10-21 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #593 from rthalley/dependabot/pip/mypy-tw-0.790 | Bob Halley | 2020-10-12 | 1 | -1/+1 |
| |\ | | | | | Update mypy requirement from ^0.782 to ^0.790 | ||||
| | * | Update mypy requirement from ^0.782 to ^0.790dependabot/pip/mypy-tw-0.790 | dependabot[bot] | 2020-10-12 | 1 | -1/+1 |
| |/ | | | | | | | Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.782...v0.790) Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | First pass at adding network timeouts to tests. This is for when | Bob Halley | 2020-10-09 | 3 | -28/+41 |
| | | | | | | it looks like we have a network but it's not connected to the Internet. | ||||
| * | add comment on NSEC downcasing to avoid future confusion | Bob Halley | 2020-10-06 | 1 | -0/+2 |
| | | |||||
| * | we should not canonicalize SVCB/HTTPS alias target either! | Bob Halley | 2020-10-06 | 2 | -3/+3 |
| | | |||||
| * | The alias target of an SVCB or HTTPS rdata must not be compressed. | Bob Halley | 2020-10-06 | 2 | -1/+15 |
| | | |||||
| * | Merge pull request #586 from The-Compiler/no-deprecated | Bob Halley | 2020-09-22 | 3 | -4/+4 |
| |\ | | | | | Avoid using deprecated Resolver.query in examples | ||||
| | * | Avoid using deprecated Resolver.query in examples | Florian Bruhin | 2020-09-21 | 3 | -4/+4 |
| |/ | |||||
| * | Merge pull request #583 from rthalley/dependabot/pip/trio-gte-0.14-and-lt-0.18 | Bob Halley | 2020-09-16 | 1 | -1/+1 |
| |\ | | | | | Update trio requirement from >=0.14,<0.17 to >=0.14,<0.18 | ||||
| | * | Update trio requirement from >=0.14,<0.17 to >=0.14,<0.18dependabot/pip/trio-gte-0.14-and-lt-0.18 | dependabot[bot] | 2020-09-16 | 1 | -1/+1 |
| |/ | | | | | | | Updates the requirements on [trio](https://github.com/python-trio/trio) to permit the latest version. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.14.0...v0.17.0) Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Merge pull request #579 from rthalley/proc-order | Bob Halley | 2020-09-09 | 10 | -0/+250 |
| |\ | | | | | Processing order | ||||
| | * | increase coverage for URI and SVCB processing_order() | Bob Halley | 2020-09-09 | 1 | -0/+28 |
| | | | |||||
| | * | correct and simplify weighted_processing_order() | Bob Halley | 2020-09-09 | 4 | -43/+17 |
| | | | |||||
| | * | Simplify code.proc-order | Brian Wellington | 2020-09-08 | 1 | -8/+5 |
| | | | |||||
| | * | test processing_order() | Bob Halley | 2020-09-02 | 1 | -0/+113 |
| | | | |||||
| | * | deal with all zero weight URI case | Bob Halley | 2020-09-02 | 1 | -0/+5 |
| | | | |||||
| | * | processing order implementation | Bob Halley | 2020-09-02 | 9 | -0/+133 |
| | | | |||||
| * | | Merge pull request #580 from rthalley/full_match | Bob Halley | 2020-09-09 | 3 | -27/+55 |
| |\ \ | | | | | | | Address RRset.match() signature issues | ||||
| | * | | fix rrset match signature problemsfull_match | Bob Halley | 2020-09-03 | 3 | -27/+55 |
| |/ / | |||||
| * | | add missing doco for override_rdclass parameter | Bob Halley | 2020-09-03 | 1 | -0/+3 |
| | | | |||||
| * | | fix trio example | Bob Halley | 2020-09-03 | 1 | -7/+8 |
| |/ | |||||
| * | test _as_* methods | Bob Halley | 2020-09-01 | 1 | -0/+73 |
| | | |||||
| * | _as_ttl was not returning the value if converting from a string | Bob Halley | 2020-09-01 | 1 | -1/+1 |
| | | |||||
| * | improve versioned zone coverage | Bob Halley | 2020-09-01 | 1 | -0/+46 |
| | | |||||
| * | remove obsolete change indication code from WritableVersion deletion code | Bob Halley | 2020-09-01 | 1 | -5/+0 |
| | | |||||
| * | add some versioned zone test cases | Bob Halley | 2020-09-01 | 1 | -0/+25 |
| | | |||||
| * | more test coverage for dns.query._matches_destination() | Bob Halley | 2020-09-01 | 1 | -0/+29 |
| | | |||||
| * | check for TTL type errors in rdataset/rrset from_text; allow text-form TTLs ↵ | Bob Halley | 2020-09-01 | 3 | -2/+23 |
| | | | | | there. | ||||
| * | add a note on type annotations | Bob Halley | 2020-08-31 | 2 | -0/+11 |
| | | |||||
