summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix hangs when QUIC connection fails [#899].quic-899Bob Halley2023-02-253-35/+62
* 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
* Add missing quic files to setup.py cythonize [#887].Bob Halley2023-01-181-1/+2
* Add deprecation note about the Resolver nameserver attribute.Bob Halley2023-01-152-3/+15
* Make Coverity happier [#882].Bob Halley2023-01-121-0/+4
* Use 'https' instead of 'http' for dnspython.org (#883)Rafael Guterres Jeffman2023-01-115-8/+8
* remove obsolete lgtm linkBob Halley2023-01-021-1/+0
* Remove obsolete comment (#873)sblondon2023-01-021-7/+1
* Update cryptography requirement from >=2.6,<39.0 to >=2.6,<40.0 (#878)dependabot[bot]2023-01-021-1/+1
* Update SECURITY.md to 2.3.xBob Halley2022-12-271-1/+1
* Update versions and CI post 2.3 branch.Bob Halley2022-12-276-6/+7
* update whatsnewBob Halley2022-12-231-1/+3
* lintBob Halley2022-12-231-3/+5
* DNSSEC doco fixes.Bob Halley2022-12-232-5/+11
* CDS/CDNSKEY utilities (#872)Jakob Schlyter2022-12-232-11/+349
* Update pocov Makefile rule for coverage 7.0.0.Bob Halley2022-12-201-2/+2
* Update coverage requirement from ^6.0 to ^7.0 (#874)dependabot[bot]2022-12-201-1/+1
* 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
* Remove unsupported python case (#871)sblondon2022-12-161-4/+1
* DNSSEC policy. (#869)Bob Halley2022-12-153-28/+199
* add DNSSEC sign() to whatsnewBob Halley2022-12-131-0/+2
* add sign and make_dnskey functions (#868)Jakob Schlyter2022-12-131-2/+3
* Improve DNSSEC _doco, minor DNSSEC and typing tweaks.Bob Halley2022-12-125-36/+25
* DNSSEC signer (#866)Jakob Schlyter2022-12-123-39/+685
* Add NSEC3 RFC to doco.Bob Halley2022-12-091-0/+3
* Add more DNSSEC RFCs.Bob Halley2022-12-071-0/+6
* One more RFC text tweak.Bob Halley2022-11-301-1/+1
* More RFC updates.Bob Halley2022-11-301-2/+10
* More whatsnew updates.Bob Halley2022-11-301-0/+13
* Merge pull request #863 from rbrins/masterBob Halley2022-11-301-1/+1
|\
| * changed docs dns.resolver.Answer response to QueryMessageRussell2022-11-291-1/+1
|/
* Basic SVCB and HTTPS doco.Bob Halley2022-11-272-1/+113
* Add some more RFCs.Bob Halley2022-11-271-4/+22
* Improve AMTRELAY doco.Bob Halley2022-11-271-0/+16
* Add doco for AMTRELAY, L32, L64, LP, and NID.Bob Halley2022-11-271-13/+60
* Make generate-rdatatype-doc.py work properly again.Bob Halley2022-11-271-1/+1
* Test on 3.10 still for windows as aioquic does not build without openssl source.Bob Halley2022-11-241-1/+1
* DoQ packing and testing tweaksBob Halley2022-11-244-4/+9
* Fix type lint from latest mypy.Bob Halley2022-11-244-4/+4
* Merge pull request #842 from rthalley/quicBob Halley2022-11-2416-1/+1356
|\