| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add coverage for TCP/TLS async getsockname. | Brian Wellington | 2020-07-08 | 1 | -0/+4 |
| | | |||||
| * | Add support for receiving UDP queries. | Brian Wellington | 2020-07-08 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | Don't read resolv.conf in tests that don't use it. | Brian Wellington | 2020-07-08 | 1 | -1/+1 |
| | | |||||
| * | bind our UDP socket | Bob Halley | 2020-06-19 | 1 | -1/+2 |
| | | |||||
| * | more coverage improvements | Bob Halley | 2020-06-19 | 1 | -1/+3 |
| | | |||||
| * | improve async coverage | Bob Halley | 2020-06-19 | 1 | -0/+22 |
| | | |||||
| * | improve async coverage | Bob Halley | 2020-06-17 | 1 | -0/+119 |
| | | |||||
| * | test IPv4 and IPv6 according to availability | Bob Halley | 2020-06-15 | 1 | -91/+116 |
| | | |||||
| * | Add some comments about opportunities after 3.6 is not supported. | Bob Halley | 2020-06-13 | 1 | -0/+1 |
| | | |||||
| * | Re-enable TLS async tests. | Bob Halley | 2020-06-12 | 1 | -27/+45 |
| | | |||||
| * | Attempt to cope with python 3.6 asyncio. | Bob Halley | 2020-06-11 | 1 | -1/+8 |
| | | |||||
| * | Support trio, curio, and asyncio with one API! | Bob Halley | 2020-06-11 | 1 | -0/+219 |
