summaryrefslogtreecommitdiff
path: root/dns/_trio_backend.py
Commit message (Expand)AuthorAgeFilesLines
* Add basic DDR support. (#919)Bob Halley2023-04-071-0/+11
* linting + have asyncio HTTP code actually connect to right addressBob Halley2023-03-191-2/+13
* Better DNS-over-HTTPS support. (#908)Bob Halley2023-03-191-0/+83
* black autoformattingBob Halley2022-03-151-10/+22
* Add integrated typing to much of dnspython.Bob Halley2022-03-051-1/+1
* more lgtm lintingBob Halley2022-02-171-4/+4
* LGTM lintingBob Halley2022-02-161-1/+0
* async StreamSockets were erronously subclassing the abstract DatagramSocketBob Halley2021-01-311-1/+1
* pylint lintingBob Halley2020-07-311-0/+2
* Add support for receiving UDP queries.Brian Wellington2020-07-081-0/+9
* improve async coverageBob Halley2020-06-191-4/+5
* Change parameter order of low_level_address_tuple; add test coverage.asyncBob Halley2020-06-131-2/+2
* move low_level_address_tuple() to dns.inet; add some no-coverage commentsBob Halley2020-06-131-1/+2
* fix recvfrom, tls timing, and other misc thingsBob Halley2020-06-121-6/+4
* Add TLS for Trio and Curio.Bob Halley2020-06-121-3/+21
* Support trio, curio, and asyncio with one API!Bob Halley2020-06-111-0/+92