summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* Use the version's origin if the zone doesn't have one yet. [#766]absolute_origin_zone_txn_fixBob Halley2022-01-232-3/+28
* add default of None to backend declarations [#764]Bob Halley2022-01-211-3/+3
* fix win32util.py file modeBob Halley2022-01-181-0/+0
* fix the typo of resolve_address() [#754]Bob Halley2022-01-181-1/+1
* Add missing items to rdtypes/ANY/__init__.pyPeter Thomassen2022-01-181-0/+4
* Add resolver edns optionsIshai2022-01-101-2/+8
* Allow unknown digest types [#625]Bob Halley2021-12-201-2/+0
* master branch is now 2.3 development as we have a 2.2 release branchBob Halley2021-12-191-1/+1
* add dns.edns.EDECode enumBob Halley2021-12-191-7/+39
* edns: implement Extended DNS Error Option supportTomas Krizek2021-12-181-1/+57
* Do not set asyncio future if it is already done. [#740]Bob Halley2021-12-171-1/+1
* lint from flakeBob Halley2021-12-173-4/+2
* lintBob Halley2021-12-178-27/+24
* lint and remove unused helpersBob Halley2021-12-171-15/+2
* fix typos; simplify _check_cname_and_other_dataBob Halley2021-12-032-7/+7
* add missing @ to immutable invocationBob Halley2021-12-021-1/+1
* refactor to have a get_node() in the txn APIcname-and-other-dataBob Halley2021-12-025-85/+147
* fix doco errorsBob Halley2021-12-022-3/+3
* simpliy node.is_cname()Bob Halley2021-12-021-4/+1
* cname and other data check in zonefile readerBob Halley2021-12-023-8/+38
* infrastructure needed for CNAME-and-other-data check in txnBob Halley2021-12-024-17/+112
* incorporate review feedbackBob Halley2021-12-022-8/+15
* more doco for CNAME-and-other-dataBob Halley2021-12-021-1/+14
* First draft of CNAME and other data handling in zones.Bob Halley2021-12-022-2/+45
* 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
|\