| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
