summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* Deal with "in" changes for enums in python 3.12Bob Halley2023-05-061-8/+0
* Fix NSEC3 base32 processing. (#929)Brian Wellington2023-05-061-0/+5
* resolve_at() type fixesBob Halley2023-04-192-3/+3
* Add make_resolver_at() and resolve_at(). (#926)Bob Halley2023-04-192-0/+158
* Remove unnecessary string concatenation.Brian Wellington2023-04-116-11/+7
* Add basic DDR support. (#919)Bob Halley2023-04-078-1/+268
* 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-061-23/+45
* run blackBob Halley2023-03-304-8/+7
* 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
* Zone signer (#911)Jakob Schlyter2023-03-201-1/+226
* linting + have asyncio HTTP code actually connect to right addressBob Halley2023-03-193-8/+37
* re-run blackBob Halley2023-03-197-26/+22
* Better DNS-over-HTTPS support. (#908)Bob Halley2023-03-196-91/+340
* Add names iteration to transactions via iterate_names(). (#907)Bob Halley2023-03-143-6/+40
* Remove curio support.Bob Halley2023-03-123-130/+3
* 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-102-35/+219
* 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-251-4/+10
* Resolver "nameserver" object support. (#897)Bob Halley2023-02-253-98/+434
* Fix typos.Brian Wellington2023-02-173-3/+3
* add more minor typehints (#889)Mathias Ertl2023-02-051-15/+17
* 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
* Make Coverity happier [#882].Bob Halley2023-01-121-0/+4
* Use 'https' instead of 'http' for dnspython.org (#883)Rafael Guterres Jeffman2023-01-111-1/+1
* Remove obsolete comment (#873)sblondon2023-01-021-7/+1
* Update versions and CI post 2.3 branch.Bob Halley2022-12-271-1/+1
* lintBob Halley2022-12-231-3/+5
* DNSSEC doco fixes.Bob Halley2022-12-231-5/+5
* CDS/CDNSKEY utilities (#872)Jakob Schlyter2022-12-231-11/+239
* Fix async quic() doco.Bob Halley2022-12-161-1/+1
* Properly pass source and source_port to connect() in the sync version of quic().Bob Halley2022-12-161-3/+3
* Fix misc. lint.Bob Halley2022-12-167-13/+22
* DNSSEC policy. (#869)Bob Halley2022-12-152-2/+106
* Improve DNSSEC _doco, minor DNSSEC and typing tweaks.Bob Halley2022-12-125-36/+25
* DNSSEC signer (#866)Jakob Schlyter2022-12-121-39/+380
* Basic SVCB and HTTPS doco.Bob Halley2022-11-271-1/+1
* Fix type lint from latest mypy.Bob Halley2022-11-244-4/+4
* Merge pull request #842 from rthalley/quicBob Halley2022-11-249-1/+985
|\
| * fix doco typoBob Halley2022-10-121-1/+1
| * Initial DoQ support.Bob Halley2022-10-099-1/+985
* | For async send_udp(), return a length and clarify the expirationBob Halley2022-10-132-2/+7
|/