| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix async quic() doco. | Bob Halley | 2022-12-16 | 1 | -1/+1 |
| * | Merge pull request #842 from rthalley/quic | Bob Halley | 2022-11-24 | 1 | -0/+61 |
| |\ |
|
| | * | Initial DoQ support. | Bob Halley | 2022-10-09 | 1 | -0/+61 |
| * | | For async send_udp(), return a length and clarify the expiration | Bob Halley | 2022-10-13 | 1 | -2/+6 |
| |/ |
|
| * | more lint | Bob Halley | 2022-10-02 | 1 | -1/+1 |
| * | fix type of query paramater to https() method | Bob Halley | 2022-03-25 | 1 | -1/+1 |
| * | style(asyncquery): change the ``httpx.AsyncClient`` type annotation to a stri... | Ryu juheon | 2022-03-20 | 1 | -1/+1 |
| * | Use nullcontext for async code, as well. | Brian Wellington | 2022-03-18 | 1 | -66/+47 |
| * | black autoformatting | Bob Halley | 2022-03-15 | 1 | -131/+269 |
| * | One more pass, after adding --disallow-incomplete-defs | Bob Halley | 2022-03-11 | 1 | -1/+1 |
| * | add missing request_mac annotation to async methods | Bob Halley | 2022-03-10 | 1 | -2/+3 |
| * | Typing pass number 2, featuring typing of bools, adding a return type | Bob Halley | 2022-03-10 | 1 | -22/+22 |
| * | LGTM lint | Bob Halley | 2022-03-06 | 1 | -1/+0 |
| * | Remove 3.6-specific code. | Bob Halley | 2022-03-05 | 1 | -4/+1 |
| * | Add integrated typing to much of dnspython. | Bob Halley | 2022-03-05 | 1 | -34/+61 |
| * | apply TLS minimums on 3.6 too | Bob Halley | 2022-02-17 | 1 | -0/+2 |
| * | set a minimum TLS version when we can | Bob Halley | 2022-02-17 | 1 | -0/+3 |
| * | more lgtm linting | Bob Halley | 2022-02-17 | 1 | -1/+2 |
| * | lint from flake | Bob Halley | 2021-12-17 | 1 | -2/+0 |
| * | lint | Bob Halley | 2021-12-17 | 1 | -2/+1 |
| * | remove backend parameter to https() | Bob Halley | 2021-11-20 | 1 | -3/+3 |
| * | initial implemention of async https query | Bob Halley | 2021-11-17 | 1 | -1/+87 |
| * | Eliminate the need for a serial parameter to inbound_xfr() | Bob Halley | 2021-05-18 | 1 | -2/+3 |
| * | Added serial to inbound_xfr arguments | Hidde van der Heide | 2021-05-18 | 1 | -1/+1 |
| * | asyncio on Windows requries connected sockets. [Issue #637]windows_asyncio_fix | Bob Halley | 2021-02-25 | 1 | -1/+6 |
| * | is_udp is better as Inbound attribute not parameter to process_message(). In... | Bob Halley | 2020-08-22 | 1 | -2/+3 |
| * | remove parameters that are no longer used in inbound_xfr() | Bob Halley | 2020-08-22 | 1 | -2/+0 |
| * | replace duplicated doco with references | Bob Halley | 2020-08-21 | 1 | -173/+19 |
| * | Implement new inbound xfr design.xfr | Bob Halley | 2020-08-21 | 1 | -1/+90 |
| * | fix timeout computation in async send_tcp() | Bob Halley | 2020-08-19 | 1 | -1/+1 |
| * | Add support for receiving UDP queries. | Brian Wellington | 2020-07-08 | 1 | -20/+16 |
| * | Fix return type docs for receive methods. | Brian Wellington | 2020-07-08 | 1 | -2/+4 |
| * | make passing a socket to async routines actually work | Bob Halley | 2020-06-17 | 1 | -2/+2 |
| * | Change parameter order of low_level_address_tuple; add test coverage.async | Bob Halley | 2020-06-13 | 1 | -1/+1 |
| * | move low_level_address_tuple() to dns.inet; add some no-coverage comments | Bob Halley | 2020-06-13 | 1 | -1/+1 |
| * | Add some comments about opportunities after 3.6 is not supported. | Bob Halley | 2020-06-13 | 1 | -0/+3 |
| * | only get_default_backend() when we need to, remove obsolete comment | Bob Halley | 2020-06-12 | 1 | -9/+6 |
| * | fix recvfrom, tls timing, and other misc things | Bob Halley | 2020-06-12 | 1 | -9/+15 |
| * | read_exactly -> _read_exactly | Bob Halley | 2020-06-12 | 1 | -3/+3 |
| * | Add TLS for Trio and Curio. | Bob Halley | 2020-06-12 | 1 | -1/+75 |
| * | lint | Bob Halley | 2020-06-12 | 1 | -9/+9 |
| * | Support trio, curio, and asyncio with one API! | Bob Halley | 2020-06-11 | 1 | -0/+422 |