summaryrefslogtreecommitdiff
path: root/dns/_asyncio_backend.py
Commit message (Expand)AuthorAgeFilesLines
* Add basic DDR support. (#919)Bob Halley2023-04-071-0/+6
* linting + have asyncio HTTP code actually connect to right addressBob Halley2023-03-191-3/+14
* Better DNS-over-HTTPS support. (#908)Bob Halley2023-03-191-0/+79
* Make Coverity happier [#882].Bob Halley2023-01-121-0/+4
* For async send_udp(), return a length and clarify the expirationBob Halley2022-10-131-0/+1
* Asyncio sockets should work after a timeout [#843].Bob Halley2022-10-061-5/+7
* black autoformattingBob Halley2022-03-151-29/+46
* One more pass, after adding --disallow-incomplete-defsBob Halley2022-03-111-1/+1
* Add integrated typing to much of dnspython.Bob Halley2022-03-051-2/+2
* Do not set asyncio future if it is already done. [#740]Bob Halley2021-12-171-1/+1
* Lint passBob Halley2021-05-021-3/+2
* asyncio on Windows requries connected sockets. [Issue #637]windows_asyncio_fixBob Halley2021-02-251-1/+13
* async StreamSockets were erronously subclassing the abstract DatagramSocketBob Halley2021-01-311-1/+1
* Do not try to set a future that is already set. [#572]Bob Halley2020-08-131-2/+2
* pylint lintingBob Halley2020-07-311-3/+1
* Add support for receiving UDP queries.Brian Wellington2020-07-081-0/+6
* more coverage improvementsBob Halley2020-06-191-3/+3
* improve async coverageBob Halley2020-06-191-2/+3
* fix recvfrom, tls timing, and other misc thingsBob Halley2020-06-121-1/+2
* Add TLS for asyncio.Bob Halley2020-06-121-2/+4
* Attempt to cope with python 3.6 asyncio.Bob Halley2020-06-111-3/+15
* Support trio, curio, and asyncio with one API!Bob Halley2020-06-111-0/+118