summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* Refactor zone transactions to always use versioned CoW code.zone-refactorBob Halley2021-12-012-271/+225
* Fix replacement txn bugs in non-versioned zones [#732].Bob Halley2021-11-281-5/+10
* Node find_rdataset() should set covers when creating [#730]Bob Halley2021-11-261-1/+1
* Merge pull request #715 from rthalley/rrset-readerBob Halley2021-11-201-49/+238
|\
| * add read_rrsets() documentationBob Halley2021-11-201-0/+49
| * remove incorrect commentrrset-readerBob Halley2021-11-171-2/+0
| * rrset-reader PRBob Halley2021-11-011-49/+191
* | Merge pull request #723 from rthalley/httpx_if_possibleBob Halley2021-11-203-16/+161
|\ \
| * | remove backend parameter to https()Bob Halley2021-11-201-3/+3
| * | async resolver supporthttpx_if_possibleBob Halley2021-11-171-2/+3
| * | initial implemention of async https queryBob Halley2021-11-172-3/+89
| * | fix session check when httpx is not installedBob Halley2021-11-161-1/+4
| * | incorporate feedback about sessions, optional http1, and http2 availabilityBob Halley2021-11-161-15/+21
| * | For DoH, use httpx and with HTTP/2 if we can, but fall back to requests if we...Bob Halley2021-11-101-10/+59
* | | use win32utilBob Halley2021-11-171-158/+8
* | | Do not impose 2**31-1 bounds on TTL-like things; impose 2**32-1.Bob Halley2021-11-161-2/+8
* | | Add WMI-based method for finding resolver info on Windows.win32utilBob Halley2021-11-091-0/+248
|/ /
* | Handle DHCP servers returning domains prefixed by dot [#687].Bob Halley2021-11-071-0/+5
* | Add flags to dns.message.make_query().Brian Wellington2021-11-021-2/+5
|/
* Distinguish between the two causes of NoResolverConfiguration in the exceptio...Bob Halley2021-10-251-2/+2
* Merge pull request #694 from rthalley/continue_on_errorBob Halley2021-10-251-90/+131
|\
| * Simplify; add a MessageError class.continue_on_errorBob Halley2021-10-241-47/+48
| * change error format to have current instead of last goodBob Halley2021-10-231-10/+9
| * draft continue_on_errorBob Halley2021-10-231-62/+103
* | Validate resolver nameservers when set [Issue #699].Bob Halley2021-10-241-3/+8
|/
* Merge pull request #703 from rthalley/cmp_fixBob Halley2021-10-203-15/+76
|\
| * _cmp() raised NoRelativeRdataOrdering in abs vs. abs casecmp_fixBob Halley2021-10-141-3/+5
| * Allow relative rdata comparisons for now, but disallow in the future.Bob Halley2021-10-141-2/+36
| * fix ordering issue with relative rdatasBob Halley2021-10-141-4/+4
| * fix accidental reversion of message.py typo fixBob Halley2021-10-111-1/+2
| * Fix #698 and #702, problems caused by _cmp() giving the wrongBob Halley2021-10-113-11/+35
* | Allow digest type 0 for CDSPeter Thomassen2021-10-202-13/+16
* | Add id to dns.message.make_query().Brian Wellington2021-10-141-2/+6
* | Improve dns.message.make_query() docs.Brian Wellington2021-10-131-1/+3
* | Moved "connected" to better spotPaul Hoffman2021-10-131-2/+2
* | Removed the "connected" from UDP sockets (thank you Brian!)Paul Hoffman2021-10-131-2/+2
* | Added "connected" to references to socket.socket.Paul Hoffman2021-10-131-4/+4
|/
* fix typo and improve dns.message.Message.is_response() doc stringBob Halley2021-10-101-1/+2
* change the RFC cite for CERTBob Halley2021-09-211-1/+1
* Add new certificate types in CERT recordKiran Pawar2021-09-211-0/+10
* Correct a typo in dns/asyncbackend.pyFelix Yan2021-08-171-1/+1
* Add support for RFC 6742 types.Brian Wellington2021-07-138-11/+208
* If a negative response has an SOA in the authority section, thenBob Halley2021-07-111-5/+46
* avoid compatibility warnings for python 3.12Bob Halley2021-07-102-4/+4
* The APLItem constructor should make sure that the address fieldBob Halley2021-07-051-1/+1
* Add want_origin parameter to zone to_text() and to_file().Bob Halley2021-06-131-3/+22
* Remove debugging prints from xfr code.Bob Halley2021-05-231-3/+0
* Another try at not hardwiring class IN in dns.xfr.make_query()Bob Halley2021-05-201-4/+4
* Eliminate the need for a serial parameter to inbound_xfr()Bob Halley2021-05-183-3/+25
* Fix two problems with dns.xfr.make_query():Bob Halley2021-05-181-2/+4