summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update cryptography requirement from ^2.6 to >=2.6,<4.0dependabot/pip/cryptography-gte-2.6-and-lt-4.0dependabot[bot]2020-07-211-1/+1
* Update with what's new in 2.1.0.Bob Halley2020-07-201-0/+19
* Set EDNS default payload to 1232.Bob Halley2020-07-204-6/+12
* Fix resolver EDNS0 payload size when EDNS0 enabled by resolv.conf.Bob Halley2020-07-202-2/+3
* Merge pull request #543 from rthalley/commentsBob Halley2020-07-2034-88/+189
|\
| * a way of doing commentscommentsBob Halley2020-07-2034-88/+189
* | Remove duplicates in the LOC sample data.Brian Wellington2020-07-201-3/+3
|/
* Merge pull request #542 from rthalley/canonical_nameBob Halley2020-07-206-0/+100
|\
| * Add canonical_name() to async resolver too.Bob Halley2020-07-203-0/+51
| * Remove unneeded str conversion; fix comment typo.Bob Halley2020-07-201-3/+4
| * better test styleBob Halley2020-07-201-3/+3
| * Add canonical_name() method to resolver.Bob Halley2020-07-203-0/+48
|/
* Merge pull request #544 from rthalley/cache_statsBob Halley2020-07-203-5/+110
|\
| * rename statistics class; add documentationcache_statsBob Halley2020-07-192-4/+11
| * cache statisticsBob Halley2020-07-192-4/+102
* | lintBob Halley2020-07-191-1/+1
|/
* Remove unneeded to_text/from_text in NXDOMAIN.canonical_name.Bob Halley2020-07-181-2/+2
* Merge pull request #540 from bwelling/edns-option-registrationBob Halley2020-07-173-0/+48
|\
| * Add documentation.Brian Wellington2020-07-171-0/+1
| * Add dns.edns.register_type().Brian Wellington2020-07-172-0/+47
|/
* Merge pull request #539 from bwelling/blockingBob Halley2020-07-171-27/+40
|\
| * Disable coverage for BlockingIOError on udp send.Brian Wellington2020-07-171-1/+1
| * Changes to blocking model.Brian Wellington2020-07-171-27/+40
|/
* Merge pull request #538 from bwelling/selectorsBob Halley2020-07-173-94/+35
|\
| * Use the selectors module.Brian Wellington2020-07-173-94/+35
|/
* Merge pull request #537 from bwelling/edns-cleanupBob Halley2020-07-171-18/+7
|\
| * 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-174-6/+6
* | 2.0.0 versioningv2.0.0Bob Halley2020-07-164-5/+5
|/
* Add DoH JSON example.Bob Halley2020-07-131-0/+92
* make executableBob Halley2020-07-102-0/+0
* add ECS exampleBob Halley2020-07-101-0/+15
* 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
* Merge pull request #533 from bwelling/receive_queriesBob Halley2020-07-087-32/+104
|\
| * Add coverage for TCP/TLS async getsockname.Brian Wellington2020-07-081-0/+4
| * Add support for receiving UDP queries.Brian Wellington2020-07-087-32/+100
* | apply patch codecov rulesBob Halley2020-07-081-0/+4
|/
* Don't read resolv.conf in tests that don't use it.Brian Wellington2020-07-084-9/+10
* Fix return type docs for receive methods.Brian Wellington2020-07-082-4/+8
* Remove debugging print.Brian Wellington2020-07-081-1/+0
* Move __str__ to the generic Option code.Brian Wellington2020-07-081-5/+3
* Merge pull request #531 from bwelling/tsig2Bob Halley2020-07-072-33/+53
|\
| * Split TSIG sign and validate.Brian Wellington2020-07-072-33/+53
* | 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-074-19/+34
* | Merge pull request #532 from HsiehYuho/extrcodeBob Halley2020-07-071-0/+16
|\ \