summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* try again to make doco builds work again by upgrading the build imageHEADmasterBob Halley2023-05-071-0/+2
* try to make doco builds work again by upgrading the build imageBob Halley2023-05-071-1/+3
* more requests cleanupBob Halley2023-05-071-3/+0
* Deal with "in" changes for enums in python 3.12Bob Halley2023-05-062-13/+4
* Add support for ruff linter.Bob Halley2023-05-062-0/+6
* Fix NSEC3 base32 processing. (#929)Brian Wellington2023-05-066-0/+10
* resolve_at() type fixesBob Halley2023-04-192-3/+3
* Add make_resolver_at() and resolve_at(). (#926)Bob Halley2023-04-199-4/+227
* simplify DDR textBob Halley2023-04-161-1/+1
* Remove unnecessary string concatenation.Brian Wellington2023-04-116-11/+7
* Note 3.8 as the minimum for 2.4 (3.7 is EOL at the end of June).Bob Halley2023-04-071-0/+2
* Add basic DDR support. (#919)Bob Halley2023-04-0713-1/+361
* Message get_rrset() needs to pass idna_codec to find_rrset().Bob Halley2023-04-061-2/+9
* run black on enum.pyBob Halley2023-04-061-2/+2
* Enum typing (#923)Brian Wellington2023-04-0611-65/+77
* Improve get_rrset/find_rrset API. (#922)Brian Wellington2023-04-062-23/+53
* Bump readthedocs-sphinx-search from 0.2.0 to 0.3.1 (#920)dependabot[bot]2023-04-021-1/+1
* Add some missing resolver doco.Bob Halley2023-04-022-0/+6
* run blackBob Halley2023-03-308-11/+13
* Clean up the NoDOH exception.Brian Wellington2023-03-282-3/+3
* Add server_hostname to DoQNameserver.Bob Halley2023-03-261-1/+10
* lintBob Halley2023-03-261-22/+23
* Optionally allow server hostname to be checked by QUIC.Bob Halley2023-03-266-9/+22
* Update cryptography requirement from >=2.6,<40.0 to >=2.6,<41.0 (#917)dependabot[bot]2023-03-241-1/+1
* Note DNSSEC zone signing (NSEC) is now available.Bob Halley2023-03-212-0/+5
* Zone signer (#911)Jakob Schlyter2023-03-202-1/+351
* linting + have asyncio HTTP code actually connect to right addressBob Halley2023-03-193-8/+37
* re-run blackBob Halley2023-03-1913-35/+27
* More curio cleanups.Bob Halley2023-03-192-1/+3
* Better DNS-over-HTTPS support. (#908)Bob Halley2023-03-1915-225/+411
* Add names iteration to transactions via iterate_names(). (#907)Bob Halley2023-03-144-13/+58
* Update wheel requirement from ^0.38.1 to ^0.40.0 (#910)dependabot[bot]2023-03-141-1/+1
* remove a curio reference that missed the first passBob Halley2023-03-121-1/+1
* Remove curio support.Bob Halley2023-03-129-202/+8
* lintBob Halley2023-03-121-25/+26
* add Bitmap.from_rdtypes() (#906)Jakob Schlyter2023-03-101-5/+10
* Add dns.resolver.resolve_name(). (#903)Brian Wellington2023-03-104-35/+289
* Remove the DSA signature test, as it can fail in certainBob Halley2023-03-071-8/+2
* Fix hangs when QUIC connection fails [#899]. (#900)Bob Halley2023-03-023-35/+62
* Make a few nameserver changes that missed getting added to the PR.Bob Halley2023-02-253-10/+16
* Resolver "nameserver" object support. (#897)Bob Halley2023-02-2510-149/+566
* Fix typos.Brian Wellington2023-02-173-3/+3
* Add dns.quic to setup.cfg for legacy setup.py installs [#896]Bob Halley2023-02-111-0/+1
* Bump sphinx-rtd-theme from 1.1.1 to 1.2.0 (#894)dependabot[bot]2023-02-081-1/+1
* add more minor typehints (#889)Mathias Ertl2023-02-051-15/+17
* Update black requirement from ^22.1.0 to ^23.1.0 (#892)dependabot[bot]2023-02-011-1/+1
* Bump readthedocs-sphinx-search from 0.1.2 to 0.2.0 (#891)dependabot[bot]2023-01-251-1/+1
* The DS digest_type field is now made a DSDigest instance by the constructor (...Dennis Værum2023-01-251-1/+1
* The DNSKEY flags field is now made a Flag instance by the constructor.Bob Halley2023-01-241-1/+1
* More doco updates for 2.4Bob Halley2023-01-182-10/+15