| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use the version's origin if the zone doesn't have one yet. [#766]absolute_origin_zone_txn_fix | Bob Halley | 2022-01-23 | 3 | -3/+35 |
| | | |||||
| * | add default of None to backend declarations [#764] | Bob Halley | 2022-01-21 | 1 | -3/+3 |
| | | |||||
| * | remove redundant sniffio dependency for trio | Bob Halley | 2022-01-19 | 1 | -1/+1 |
| | | |||||
| * | fix win32util.py file mode | Bob Halley | 2022-01-18 | 1 | -0/+0 |
| | | |||||
| * | fix the typo of resolve_address() [#754] | Bob Halley | 2022-01-18 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #751 from peterthomassen/20220118_rdtypes | Bob Halley | 2022-01-18 | 1 | -0/+4 |
| |\ | | | | | Add missing items to rdtypes/ANY/__init__.py | ||||
| | * | Add missing items to rdtypes/ANY/__init__.py | Peter Thomassen | 2022-01-18 | 1 | -0/+4 |
| |/ | |||||
| * | Merge pull request #749 from ishai1/resolver-ednsoptions | Bob Halley | 2022-01-14 | 3 | -3/+66 |
| |\ | | | | | Add resolver edns options | ||||
| | * | Try to appease older unittest | Ishai | 2022-01-13 | 1 | -1/+1 |
| | | | |||||
| | * | Add resolver edns options | Ishai | 2022-01-10 | 3 | -3/+66 |
| |/ | |||||
| * | fix version typo | Bob Halley | 2021-12-23 | 1 | -1/+1 |
| | | |||||
| * | remove mypy as a dev dependency | Bob Halley | 2021-12-23 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #746 from rthalley/dependabot/pip/mypy-tw-0.930 | Bob Halley | 2021-12-23 | 1 | -1/+1 |
| |\ | | | | | Update mypy requirement from ^0.921 to ^0.930 | ||||
| | * | Update mypy requirement from ^0.921 to ^0.930 | dependabot[bot] | 2021-12-23 | 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.921...v0.930) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Merge pull request #745 from rthalley/dependabot/pip/mypy-tw-0.921 | Bob Halley | 2021-12-22 | 1 | -1/+1 |
| |\ | | | | | Update mypy requirement from ^0.920 to ^0.921 | ||||
| | * | Update mypy requirement from ^0.920 to ^0.921 | dependabot[bot] | 2021-12-22 | 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.920...v0.921) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | skip async DoH tests if no httpx | Bob Halley | 2021-12-21 | 1 | -1/+5 |
| | | |||||
| * | Allow unknown digest types [#625] | Bob Halley | 2021-12-20 | 2 | -14/+13 |
| | | |||||
| * | master branch is now 2.3 development as we have a 2.2 release branch | Bob Halley | 2021-12-19 | 6 | -8/+13 |
| | | |||||
| * | add dns.edns.EDECode enum | Bob Halley | 2021-12-19 | 3 | -8/+43 |
| | | |||||
| * | regenerate rdatatype-list.rst | Bob Halley | 2021-12-19 | 1 | -1/+11 |
| | | |||||
| * | Merge pull request #741 from tomaskrizek/extended-errors | Bob Halley | 2021-12-19 | 2 | -1/+93 |
| |\ | | | | | edns: implement Extended DNS Error Option support | ||||
| | * | edns: implement Extended DNS Error Option support | Tomas Krizek | 2021-12-18 | 2 | -1/+93 |
| |/ | | | | | This is quite minimalistic implementation of the Extended DNS Errors (RFC 8914). It just allows access to code and text fields. | ||||
| * | add workflow for 2.2 | Bob Halley | 2021-12-18 | 1 | -1/+1 |
| | | |||||
| * | Do not set asyncio future if it is already done. [#740] | Bob Halley | 2021-12-17 | 1 | -1/+1 |
| | | |||||
| * | lint from flake | Bob Halley | 2021-12-17 | 3 | -4/+2 |
| | | |||||
| * | lint | Bob Halley | 2021-12-17 | 9 | -27/+26 |
| | | |||||
| * | lint and remove unused helpers | Bob Halley | 2021-12-17 | 1 | -15/+2 |
| | | |||||
| * | Merge pull request #739 from rthalley/dependabot/pip/mypy-tw-0.920 | Bob Halley | 2021-12-17 | 1 | -1/+1 |
| |\ | | | | | Update mypy requirement from ^0.910 to ^0.920 | ||||
| | * | Update mypy requirement from ^0.910 to ^0.920dependabot/pip/mypy-tw-0.920 | dependabot[bot] | 2021-12-16 | 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.910...v0.920) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | add WMI extra; simplify install doc a bit | Bob Halley | 2021-12-15 | 2 | -4/+15 |
| | | |||||
| * | add 3.10 classifier | Bob Halley | 2021-12-15 | 1 | -0/+2 |
| | | |||||
| * | cope with 3.6 exception difference | Bob Halley | 2021-12-07 | 1 | -3/+9 |
| | | |||||
| * | add quoting to python version list | Bob Halley | 2021-12-07 | 1 | -3/+7 |
| | | |||||
| * | add runs-on | Bob Halley | 2021-12-07 | 1 | -1/+3 |
| | | |||||
| * | test 3.10 and windows too | Bob Halley | 2021-12-07 | 1 | -2/+7 |
| | | |||||
| * | Merge pull request #731 from rthalley/cname-and-other-data | Bob Halley | 2021-12-03 | 6 | -22/+416 |
| |\ | | | | | First draft of CNAME and other data handling in zones. | ||||
| | * | fix typos; simplify _check_cname_and_other_data | Bob Halley | 2021-12-03 | 2 | -7/+7 |
| | | | |||||
| | * | add missing @ to immutable invocation | Bob Halley | 2021-12-02 | 1 | -1/+1 |
| | | | |||||
| | * | refactor to have a get_node() in the txn APIcname-and-other-data | Bob Halley | 2021-12-02 | 5 | -85/+147 |
| | | | |||||
| | * | fix doco errors | Bob Halley | 2021-12-02 | 2 | -3/+3 |
| | | | |||||
| | * | simpliy node.is_cname() | Bob Halley | 2021-12-02 | 1 | -4/+1 |
| | | | |||||
| | * | cname and other data check in zonefile reader | Bob Halley | 2021-12-02 | 4 | -17/+59 |
| | | | |||||
| | * | infrastructure needed for CNAME-and-other-data check in txn | Bob Halley | 2021-12-02 | 4 | -17/+112 |
| | | | |||||
| | * | incorporate review feedback | Bob Halley | 2021-12-02 | 2 | -8/+15 |
| | | | |||||
| | * | more doco for CNAME-and-other-data | Bob Halley | 2021-12-02 | 1 | -1/+14 |
| | | | |||||
| | * | doco for CNAME-and-other-data | Bob Halley | 2021-12-02 | 1 | -0/+10 |
| | | | |||||
| | * | First draft of CNAME and other data handling in zones. | Bob Halley | 2021-12-02 | 3 | -10/+178 |
| |/ | |||||
| * | Merge pull request #734 from rthalley/zone-refactor | Bob Halley | 2021-12-02 | 2 | -271/+225 |
| |\ | | | | | Refactor zone transactions to always use versioned CoW code. | ||||
| | * | Refactor zone transactions to always use versioned CoW code.zone-refactor | Bob Halley | 2021-12-01 | 2 | -271/+225 |
| |/ | |||||
