summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* rename statistics class; add documentationcache_statsBob Halley2020-07-191-3/+3
* cache statisticsBob Halley2020-07-191-4/+67
* 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
* | Merge pull request #532 from HsiehYuho/extrcodeBob Halley2020-07-071-0/+16
|\ \
| * | Support more DNS rcodeYu-Ho Hsieh2020-07-071-0/+16
* | | Fix Message ednsflags propery setter.Brian Wellington2020-07-071-1/+1
|/ /
* | Fix Message.want_dnssec().Brian Wellington2020-07-071-1/+1
|/
* Remove too strong "no metaclasses" check in _parse_rr_header().Bob Halley2020-07-071-2/+0
* In gethostbyaddr(), remove unneeded workarounds for getfqdn().Bob Halley2020-07-061-7/+7
* Fix incompatibility in getfqdn() revealed by dnspython web site change.Bob Halley2020-07-061-2/+5
* update version post releaseBob Halley2020-07-041-2/+2
* Remove code in _escapify() that can never run.Bob Halley2020-07-031-2/+0
* Fix comment typo.Bob Halley2020-07-021-1/+1
* lintBrian Wellington2020-07-021-2/+0
* Consolidate NSEC/NSEC3/CSYNC bitmap handling.Brian Wellington2020-07-024-158/+103
* Rework wire format processing.Bob Halley2020-07-0248-588/+357
* lintBob Halley2020-07-011-3/+2
* Merge pull request #527 from bwelling/tsigkeyBob Halley2020-07-016-90/+135
|\
| * Better deal with backwards compatibility.Brian Wellington2020-07-012-13/+12
| * Explicitly use the key's algorithm.Brian Wellington2020-07-011-2/+2
| * Add dns.tsig.Key class.Brian Wellington2020-07-016-88/+134
* | Merge remote-tracking branch 'upstream/master' into amtrelayBrian Wellington2020-07-014-66/+43
|\ \ | |/
| * 2.0.0rc2 versioningBob Halley2020-07-011-1/+1
| * increase resolver coverageBob Halley2020-07-011-2/+2
| * add back no cover for things we cannot cover on windows without mockingBob Halley2020-07-011-8/+8
| * expose windows resolver code to coverage testingBob Halley2020-07-011-11/+11
| * remove ancient windows supportBob Halley2020-07-011-45/+25
| * update message.pyi to reflect sections changeBob Halley2020-07-011-4/+1
| * lintBob Halley2020-06-301-1/+1
* | Add support for the AMTRELAY type.Brian Wellington2020-07-015-59/+195
|/
* Add Tokenizer.concatenate_remaining_identifiers()Brian Wellington2020-06-3010-81/+28