summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing dns.rdtypes.util imports [Issue #648].processing_order_fixBob Halley2021-03-095-0/+5
* Merge pull request #645 from rthalley/windows_asyncio_fixBob Halley2021-02-264-3/+35
|\
| * asyncio on Windows requries connected sockets. [Issue #637]windows_asyncio_fixBob Halley2021-02-254-3/+35
* | Merge pull request #646 from bwelling/zonemdBob Halley2021-02-259-0/+369
|\ \
| * | Add custome exceptions.Brian Wellington2021-02-252-7/+33
| * | Test a non-relativized zone.Brian Wellington2021-02-251-0/+8
| * | Add more tests.Brian Wellington2021-02-252-2/+28
| * | Checkpoint ZONEMD support.Brian Wellington2021-02-249-0/+309
* | | Merge pull request #647 from kimbo/patch-1Bob Halley2021-02-251-1/+1
|\ \ \ | |/ / |/| |
| * | remove extra slash so link worksKimball Leavitt2021-02-251-1/+1
|/ /
* | Merge pull request #638 from rthalley/dependabot/pip/mypy-tw-0.812Bob Halley2021-02-191-1/+1
|\ \ | |/ |/|
| * Update mypy requirement from ^0.800 to ^0.812dependabot/pip/mypy-tw-0.812dependabot[bot]2021-02-191-1/+1
|/
* Merge pull request #635 from KOLANICH-libs/setup.cfgBob Halley2021-02-193-50/+58
|\
| * Moved the metadata into setup.cfg from setup.py.KOLANICH2021-02-163-50/+58
* | Merge pull request #634 from bwelling/refactor-dnssecBob Halley2021-02-181-152/+141
|\ \
| * | DNSSEC refactoring.Brian Wellington2021-02-121-152/+141
| |/
* | Merge pull request #636 from kimbo/kl/zone-containsBob Halley2021-02-182-2/+13
|\ \ | |/ |/|
| * make `name in zone` consistent with `zone[name]`kimbo2021-02-162-2/+13
|/
* Merge pull request #633 from kimbo/kl/doc-fixBob Halley2021-02-111-1/+1
|\
| * change fname to namekimbo2021-02-111-1/+1
|/
* async StreamSockets were erronously subclassing the abstract DatagramSocketBob Halley2021-01-313-3/+3
* Abstract methods should raise NotImplementedError, not return NoneBob Halley2021-01-311-4/+10
* Merge pull request #627 from rthalley/dependabot/pip/mypy-tw-0.800Bob Halley2021-01-311-1/+1
|\
| * Update mypy requirement from ^0.790 to ^0.800dependabot/pip/mypy-tw-0.800dependabot[bot]2021-01-251-1/+1
* | Merge pull request #625 from peterthomassen/20200118_dsbase_digest_lengthBob Halley2021-01-312-0/+48
|\ \ | |/ |/|
| * Ensure that DS digest length is consistent with digest typePeter Thomassen2021-01-182-0/+48
|/
* Add missing items to rdtypes/ANY/__init__.pyBob Halley2021-01-131-0/+2
* Merge pull request #624 from peterthomassen/patch-1Bob Halley2021-01-131-0/+2
|\
| * Add missing items to rdtypes/IN/__init__.pyPeter Thomassen2021-01-131-0/+2
|/
* Merge pull request #623 from rthalley/dependabot/pip/trio-gte-0.14-and-lt-0.19Bob Halley2021-01-121-1/+1
|\
| * Update trio requirement from >=0.14,<0.18 to >=0.14,<0.19dependabot/pip/trio-gte-0.14-and-lt-0.19dependabot[bot]2021-01-121-1/+1
|/
* Include any pickles in tests directory [Issue #622].Bob Halley2021-01-081-1/+1
* post 2.1.0 versioningBob Halley2021-01-075-5/+10
* remove obsolete download URL; add 3.9 classifierv2.1.0Bob Halley2021-01-071-2/+1
* update README for 2.1.0Bob Halley2021-01-071-2/+2
* Set 2.1.0 version.Bob Halley2021-01-074-5/+5
* Merge pull request #617 from peterthomassen/masterBob Halley2021-01-0512-13/+60
|\
| * Pass kw from dns.rdata.to_text to _hexify and _base64ifyPeter Thomassen2021-01-0512-13/+60
* | use methods with appropriate rcode/opcode typecasting in Message.to_text()Bob Halley2021-01-041-4/+2
* | Cast flags and ednsflags to int when calling dns.rcode.from_flags() andBob Halley2021-01-041-2/+2
* | _WireReader.read() should make flags a dns.flags.Flag [Issue #606]Bob Halley2021-01-042-1/+6
* | Add missing base classes to __init__.Bob Halley2021-01-041-0/+4
* | Merge pull request #616 from timgates42/bugfix_typo_translationBob Halley2021-01-031-1/+1
|\ \ | |/ |/|
| * docs: fix simple typo, transation -> translationTim Gates2020-12-291-1/+1
|/
* Merge pull request #614 from rthalley/resolve_chainingBob Halley2020-12-284-20/+57
|\
| * Change ChainingResult "rrset" to "answer"; fix typo.resolve_chainingBob Halley2020-12-213-13/+13
| * resolve_chaining() now returns a ChainingResult object.Bob Halley2020-12-214-14/+51
|/
* resolve_chaining() should not go into an infinite loop if the qtype isBob Halley2020-12-212-0/+17
* Add a test of a TSIG-signed AXFR of the root.Brian Wellington2020-11-251-5/+13
* Merge pull request #609 from salzmdan/masterBrian Wellington2020-11-251-1/+1
|\