summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* test style improvementsBob Halley2020-07-231-23/+13
* Allow an escaped newline in a quoted string.Bob Halley2020-07-231-0/+8
* more tokenizer coverage improvementsBob Halley2020-07-231-0/+50
* more tokenizer test cleanupsBob Halley2020-07-231-53/+19
* more tokenizer coverageBob Halley2020-07-231-21/+24
* Add serial branch coverage; remove duplicated test.Bob Halley2020-07-231-3/+5
* cover compression table too big branchBob Halley2020-07-231-0/+24
* Improve name coverage slightly by testing the uts_46 branch in 2008 decode.Bob Halley2020-07-231-6/+24
* add coverage for a v6 branch caseBob Halley2020-07-221-0/+6
* more resolver coverage improvementsBob Halley2020-07-221-2/+27
* Make resolver use_edns() conform to its docstring; slightly improve use_edns(...Bob Halley2020-07-221-0/+10
* Fix Answer constructor invocations that missed an API change.Bob Halley2020-07-221-4/+2
* Increase branch coverage of the resolver.Bob Halley2020-07-221-29/+96
* Merge pull request #550 from rthalley/resolve_chainingBob Halley2020-07-212-2/+60
|\
| * unify chaining codeBob Halley2020-07-212-2/+60
* | Increase LOC coverage.Bob Halley2020-07-211-0/+27
|/
* Set EDNS default payload to 1232.Bob Halley2020-07-202-2/+6
* Fix resolver EDNS0 payload size when EDNS0 enabled by resolv.conf.Bob Halley2020-07-201-0/+1
* Merge pull request #543 from rthalley/commentsBob Halley2020-07-205-4/+67
|\
| * a way of doing commentscommentsBob Halley2020-07-205-4/+67
* | Remove duplicates in the LOC sample data.Brian Wellington2020-07-201-3/+3
|/
* Add canonical_name() to async resolver too.Bob Halley2020-07-201-0/+20
* better test styleBob Halley2020-07-201-3/+3
* Add canonical_name() method to resolver.Bob Halley2020-07-201-0/+14
* cache statisticsBob Halley2020-07-191-0/+35
* Add dns.edns.register_type().Brian Wellington2020-07-171-0/+37
* Use the selectors module.Brian Wellington2020-07-172-23/+9
* Add coverage for TCP/TLS async getsockname.Brian Wellington2020-07-081-0/+4
* Add support for receiving UDP queries.Brian Wellington2020-07-082-0/+31
* Don't read resolv.conf in tests that don't use it.Brian Wellington2020-07-084-9/+10
* Remove debugging print.Brian Wellington2020-07-081-1/+0
* Merge pull request #531 from bwelling/tsig2Bob Halley2020-07-071-8/+10
|\
| * Split TSIG sign and validate.Brian Wellington2020-07-071-8/+10
* | TSIG code now uses dns.rcode.Rcode enum values for the TSIG error field.Bob Halley2020-07-072-4/+21
* | Fix Message.want_dnssec().Brian Wellington2020-07-071-0/+1
|/
* Give up on socket.getfqdn() testing with CDN-hosted resources as it has too m...Bob Halley2020-07-061-7/+16
* improve name coverageBob Halley2020-07-031-0/+4
* more coverage for wireBob Halley2020-07-021-1/+33
* Consolidate NSEC/NSEC3/CSYNC bitmap handling.Brian Wellington2020-07-021-0/+10
* Rework wire format processing.Bob Halley2020-07-024-162/+78
* Merge pull request #527 from bwelling/tsigkeyBob Halley2020-07-012-6/+38
|\
| * Better deal with backwards compatibility.Brian Wellington2020-07-012-12/+19
| * Add dns.tsig.Key class.Brian Wellington2020-07-012-5/+30
* | Merge remote-tracking branch 'upstream/master' into amtrelayBrian Wellington2020-07-012-0/+118
|\ \ | |/
| * increase resolver coverageBob Halley2020-07-011-0/+58
| * avoid low-level wait tests on WindowsBob Halley2020-07-011-0/+3
| * more query coverageBob Halley2020-06-301-0/+57
* | Add support for the AMTRELAY type.Brian Wellington2020-07-014-0/+20
|/
* One more dnssec test.Brian Wellington2020-06-301-0/+4
* Add more dnssec coverage testing.Brian Wellington2020-06-301-0/+44