| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Wrap exceptions from rdata from_text() and from_wire().wrap | Bob Halley | 2020-07-26 | 1 | -8/+18 |
| | | |||||
| * | increase TXT coverage | Bob Halley | 2020-07-26 | 1 | -0/+9 |
| | | |||||
| * | increase rcode coverage | Bob Halley | 2020-07-26 | 1 | -0/+4 |
| | | |||||
| * | more resolver override testing | Bob Halley | 2020-07-26 | 2 | -1/+80 |
| | | |||||
| * | exercise entropy stirring | Bob Halley | 2020-07-26 | 1 | -0/+2 |
| | | |||||
| * | increase EDNS coverage | Bob Halley | 2020-07-26 | 1 | -0/+21 |
| | | |||||
| * | still more dnssec coverage | Bob Halley | 2020-07-26 | 1 | -1/+52 |
| | | |||||
| * | more dnssec coverage | Bob Halley | 2020-07-26 | 1 | -5/+47 |
| | | |||||
| * | improve dnssec coverage | Bob Halley | 2020-07-26 | 1 | -0/+40 |
| | | |||||
| * | more easy coverage gains | Bob Halley | 2020-07-25 | 1 | -0/+85 |
| | | |||||
| * | more message coverage | Bob Halley | 2020-07-25 | 2 | -1/+19 |
| | | |||||
| * | even on errors where we tolerate no question, check question if present | Bob Halley | 2020-07-25 | 1 | -0/+12 |
| | | |||||
| * | more minor resolver coverage | Bob Halley | 2020-07-25 | 1 | -4/+47 |
| | | |||||
| * | more reversename coverage | Bob Halley | 2020-07-25 | 1 | -0/+5 |
| | | |||||
| * | Bring rdataset to full coverage. | Bob Halley | 2020-07-24 | 1 | -0/+41 |
| | | |||||
| * | util coverage | Bob Halley | 2020-07-24 | 1 | -0/+102 |
| | | |||||
| * | test cleanups and more coverage | Bob Halley | 2020-07-24 | 1 | -63/+84 |
| | | |||||
| * | bring rdata.py to full coverage | Bob Halley | 2020-07-24 | 2 | -2/+76 |
| | | |||||
| * | test style improvements | Bob Halley | 2020-07-23 | 1 | -23/+13 |
| | | |||||
| * | Allow an escaped newline in a quoted string. | Bob Halley | 2020-07-23 | 1 | -0/+8 |
| | | |||||
| * | more tokenizer coverage improvements | Bob Halley | 2020-07-23 | 1 | -0/+50 |
| | | |||||
| * | more tokenizer test cleanups | Bob Halley | 2020-07-23 | 1 | -53/+19 |
| | | |||||
| * | more tokenizer coverage | Bob Halley | 2020-07-23 | 1 | -21/+24 |
| | | |||||
| * | Add serial branch coverage; remove duplicated test. | Bob Halley | 2020-07-23 | 1 | -3/+5 |
| | | |||||
| * | cover compression table too big branch | Bob Halley | 2020-07-23 | 1 | -0/+24 |
| | | |||||
| * | Improve name coverage slightly by testing the uts_46 branch in 2008 decode. | Bob Halley | 2020-07-23 | 1 | -6/+24 |
| | | | | | | | I'm not sure how useful in practice this is, as we don't offer a codec configuration default for it, but I'm not sure you'd never do it, and the existing code was in the wrong order. | ||||
| * | add coverage for a v6 branch case | Bob Halley | 2020-07-22 | 1 | -0/+6 |
| | | |||||
| * | more resolver coverage improvements | Bob Halley | 2020-07-22 | 1 | -2/+27 |
| | | |||||
| * | Make resolver use_edns() conform to its docstring; slightly improve ↵ | Bob Halley | 2020-07-22 | 1 | -0/+10 |
| | | | | | use_edns() logic. | ||||
| * | Fix Answer constructor invocations that missed an API change. | Bob Halley | 2020-07-22 | 1 | -4/+2 |
| | | |||||
| * | Increase branch coverage of the resolver. | Bob Halley | 2020-07-22 | 1 | -29/+96 |
| | | | | | | | | Speed up test resolver by around 6 seconds by mocking the clock. Improve the cleaning test to verify that it really was cleaning that removed the entry, and not get detecting the expiration. | ||||
| * | Merge pull request #550 from rthalley/resolve_chaining | Bob Halley | 2020-07-21 | 2 | -2/+60 |
| |\ | | | | | Unify Chaining Code | ||||
| | * | unify chaining code | Bob Halley | 2020-07-21 | 2 | -2/+60 |
| | | | |||||
| * | | Increase LOC coverage. | Bob Halley | 2020-07-21 | 1 | -0/+27 |
| |/ | |||||
| * | Set EDNS default payload to 1232. | Bob Halley | 2020-07-20 | 2 | -2/+6 |
| | | |||||
| * | Fix resolver EDNS0 payload size when EDNS0 enabled by resolv.conf. | Bob Halley | 2020-07-20 | 1 | -0/+1 |
| | | | | | [Issue #546] | ||||
| * | Merge pull request #543 from rthalley/comments | Bob Halley | 2020-07-20 | 5 | -4/+67 |
| |\ | | | | | A way of doing comments | ||||
| | * | a way of doing commentscomments | Bob Halley | 2020-07-20 | 5 | -4/+67 |
| | | | |||||
| * | | Remove duplicates in the LOC sample data. | Brian Wellington | 2020-07-20 | 1 | -3/+3 |
| |/ | | | | | | Some of these records were duplicates, which isn't all that useful for testing. Update some from the correct BIND sample files, and fix others to improve coverage testing. | ||||
| * | Add canonical_name() to async resolver too. | Bob Halley | 2020-07-20 | 1 | -0/+20 |
| | | |||||
| * | better test style | Bob Halley | 2020-07-20 | 1 | -3/+3 |
| | | |||||
| * | Add canonical_name() method to resolver. | Bob Halley | 2020-07-20 | 1 | -0/+14 |
| | | |||||
| * | cache statistics | Bob Halley | 2020-07-19 | 1 | -0/+35 |
| | | |||||
| * | Add dns.edns.register_type(). | Brian Wellington | 2020-07-17 | 1 | -0/+37 |
| | | | | | This allows an application to register a custom EDNS option type. | ||||
| * | Use the selectors module. | Brian Wellington | 2020-07-17 | 2 | -23/+9 |
| | | | | | | | 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 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 | 2 | -0/+31 |
| | | | | | | | | | | | | | | | 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 | 4 | -9/+10 |
| | | |||||
| * | Remove debugging print. | Brian Wellington | 2020-07-08 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #531 from bwelling/tsig2 | Bob Halley | 2020-07-07 | 1 | -8/+10 |
| |\ | | | | | Split TSIG sign and validate. | ||||
