| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | re-run black | Bob Halley | 2023-03-19 | 1 | -1/+1 |
| | | |||||
| * | Remove unsupported python case (#871) | sblondon | 2022-12-16 | 1 | -4/+1 |
| | | |||||
| * | Improve network checking [#812]. | Bob Halley | 2022-06-04 | 1 | -13/+4 |
| | | |||||
| * | Add tests.util.is_internet_reachable() | Benjamin Drung | 2022-05-16 | 1 | -9/+2 |
| | | | | | | | Introduce `tests.util.is_internet_reachable` to avoid duplicate code. Signed-off-by: Benjamin Drung <bdrung@ubuntu.com> | ||||
| * | test padding in DoT | Bob Halley | 2022-03-23 | 1 | -0/+22 |
| | | |||||
| * | black autoformatting | Bob Halley | 2022-03-15 | 1 | -194/+249 |
| | | |||||
| * | fix test TLS alert | Bob Halley | 2022-02-17 | 1 | -0/+4 |
| | | |||||
| * | lgtm lint: suppress false positive | Bob Halley | 2022-02-17 | 1 | -1/+1 |
| | | |||||
| * | Add a test of a TSIG-signed AXFR of the root. | Brian Wellington | 2020-11-25 | 1 | -5/+13 |
| | | |||||
| * | First pass at adding network timeouts to tests. This is for when | Bob Halley | 2020-10-09 | 1 | -11/+15 |
| | | | | | | it looks like we have a network but it's not connected to the Internet. | ||||
| * | more test coverage for dns.query._matches_destination() | Bob Halley | 2020-09-01 | 1 | -0/+29 |
| | | |||||
| * | Use the selectors module. | Brian Wellington | 2020-07-17 | 1 | -14/+0 |
| | | | | | | | Previously, there was code to either use select.select or select.poll, depending on OS. This changes it to use the selectors module, using either SelectSelector or PollSelector, but sharing code otherwise. | ||||
| * | Add support for receiving UDP queries. | Brian Wellington | 2020-07-08 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | avoid low-level wait tests on Windows | Bob Halley | 2020-07-01 | 1 | -0/+3 |
| | | |||||
| * | more query coverage | Bob Halley | 2020-06-30 | 1 | -0/+57 |
| | | |||||
| * | Add more functionality to nanonameserver. | Brian Wellington | 2020-06-23 | 1 | -11/+11 |
| | | | | | | | | | | | | - When no port is specified, pick the same port for UDP and TCP, so that TCP fallback can be tested. - Change handlers to get a single Request object instead of individual parameters. The Request object contains the message, peer, and connection_type previously passed, and also adds the local address and wire format message. Additionally, it provides convenient properties for accessing the question. | ||||
| * | remove debugging prints | Bob Halley | 2020-06-17 | 1 | -2/+0 |
| | | |||||
| * | The dns.inet.AF_* portability scheme is no longer needed. | Bob Halley | 2020-06-16 | 1 | -3/+3 |
| | | |||||
| * | full coverage for _destination_and_source() | Bob Halley | 2020-06-16 | 1 | -0/+46 |
| | | |||||
| * | make skip message accurate | Bob Halley | 2020-06-16 | 1 | -4/+2 |
| | | |||||
| * | Test AXFR with TSIG. | Brian Wellington | 2020-06-16 | 1 | -0/+9 |
| | | |||||
| * | Test sending a query with TSIG. | Brian Wellington | 2020-06-16 | 1 | -0/+39 |
| | | |||||
| * | test IPv4 and IPv6 according to availability | Bob Halley | 2020-06-15 | 1 | -66/+96 |
| | | |||||
| * | add some test coverage for dns.query.xfr() | Bob Halley | 2020-06-14 | 1 | -0/+220 |
| | | |||||
| * | Fix leaked socket in testQueryTLSWithSocket. | Brian Wellington | 2020-06-08 | 1 | -13/+13 |
| | | |||||
| * | Adds sock parameters to query methods. | Brian Wellington | 2020-06-01 | 1 | -0/+63 |
| | | | | | | Allow passing a socket into dns.query.{udp,tcp,tls,udp_with_fallback}, and add tests for this. | ||||
| * | revision of truncation handling | Bob Halley | 2020-05-22 | 1 | -0/+81 |
