summaryrefslogtreecommitdiff
path: root/dns/_curio_backend.py
Commit message (Expand)AuthorAgeFilesLines
* 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/+6
* improve async coverageBob Halley2020-06-191-3/+4
* 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-4/+4
* add timeout to curio.open_connection()Bob Halley2020-06-121-4/+5
* Add TLS for Trio and Curio.Bob Halley2020-06-121-10/+15
* Support trio, curio, and asyncio with one API!Bob Halley2020-06-111-0/+92