| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for receiving UDP queries. | Brian Wellington | 2020-07-08 | 1 | -20/+16 |
| | | | | | | | | | | | | | | | The existing receive_udp() methods are only usable for receiving responses, as they require an expected destination and check that the message is from that destination. This change makes the expected destination (and hence the check) optional, and returns the address that the message was received from (in the sync case, this is only done if no destination is provided, for backwards compatibility). New tests are added, which required adding generic getsockname() support to the async backends. | ||||
| * | 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 |
