summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* Wrap exceptions from rdata from_text() and from_wire().wrapBob Halley2020-07-262-25/+40
* increase TXT coverageBob Halley2020-07-261-1/+4
* remove test that can never be trueBob Halley2020-07-261-2/+0
* more resolver override testingBob Halley2020-07-261-2/+1
* exclude unpractical-to-test AttributeErrorBob Halley2020-07-261-1/+1
* increase EDNS coverageBob Halley2020-07-261-2/+2
* Remove checks already done by dns.dnssec.algorithm_from_text().Bob Halley2020-07-251-2/+0
* even on errors where we tolerate no question, check question if presentBob Halley2020-07-251-3/+5
* to_text() always returns a str, so no need to check if it is not a strBob Halley2020-07-241-5/+1
* ignore coverage on abstract methodsBob Halley2020-07-241-4/+4
* Allow an escaped newline in a quoted string.Bob Halley2020-07-231-1/+1
* more tokenizer coverage improvementsBob Halley2020-07-231-2/+2
* Add no cover for abstract method.Bob Halley2020-07-231-1/+1
* Improve name coverage slightly by testing the uts_46 branch in 2008 decode.Bob Halley2020-07-231-2/+3
* Adjust no cover pragmas to better reflect what the Azure pipeline hits/misses.Bob Halley2020-07-221-10/+10
* Make resolver use_edns() conform to its docstring; slightly improve use_edns(...Bob Halley2020-07-222-2/+4
* Use min() for min_ttl computations.Bob Halley2020-07-211-8/+3
* fix exception docstringsBob Halley2020-07-211-10/+13
* set min ttl to max_ttl instead of special case -1Bob Halley2020-07-212-5/+7
* unify chaining codeBob Halley2020-07-212-66/+134
* Set EDNS default payload to 1232.Bob Halley2020-07-202-4/+6
* Fix resolver EDNS0 payload size when EDNS0 enabled by resolv.conf.Bob Halley2020-07-201-2/+2
* a way of doing commentscommentsBob Halley2020-07-2028-84/+103
* Add canonical_name() to async resolver too.Bob Halley2020-07-201-0/+30
* Remove unneeded str conversion; fix comment typo.Bob Halley2020-07-201-3/+4
* Add canonical_name() method to resolver.Bob Halley2020-07-201-0/+33
* Merge pull request #544 from rthalley/cache_statsBob Halley2020-07-201-4/+67
|\
| * rename statistics class; add documentationcache_statsBob Halley2020-07-191-3/+3
| * cache statisticsBob Halley2020-07-191-4/+67
* | lintBob Halley2020-07-191-1/+1
|/
* Remove unneeded to_text/from_text in NXDOMAIN.canonical_name.Bob Halley2020-07-181-2/+2
* Add dns.edns.register_type().Brian Wellington2020-07-171-0/+10
* Disable coverage for BlockingIOError on udp send.Brian Wellington2020-07-171-1/+1
* Changes to blocking model.Brian Wellington2020-07-171-27/+40
* Use the selectors module.Brian Wellington2020-07-171-71/+26
* Minor cleanups to EDNS code.Brian Wellington2020-07-171-18/+7
* Merge pull request #536 from ngaya-ll/patch-1Bob Halley2020-07-171-9/+11
|\
| * Define additional return types in name.pyiNick Gaya2020-07-161-9/+11
* | update version post-releaseBob Halley2020-07-171-3/+3
* | 2.0.0 versioningv2.0.0Bob Halley2020-07-161-2/+2
|/
* Fix _wordbreak() to always return a str.Brian Wellington2020-07-091-5/+6
* Generalize the word breaking code.Brian Wellington2020-07-091-13/+14
* Make dns.rdata._base64ify(..., 0) work.Brian Wellington2020-07-092-2/+4
* Add support for receiving UDP queries.Brian Wellington2020-07-085-32/+69
* Fix return type docs for receive methods.Brian Wellington2020-07-082-4/+8
* Move __str__ to the generic Option code.Brian Wellington2020-07-081-5/+3
* Merge pull request #531 from bwelling/tsig2Bob Halley2020-07-071-25/+43
|\
| * Split TSIG sign and validate.Brian Wellington2020-07-071-25/+43
* | Add DSOTYPENI rcode.Bob Halley2020-07-071-0/+2
* | TSIG code now uses dns.rcode.Rcode enum values for the TSIG error field.Bob Halley2020-07-072-15/+13