summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* Do no raise an assertion getting a nonexistent rdataset without a txn in a ve...2.2Bob Halley2022-03-121-1/+4
* _validate_name now handles relative names in an absolute zone.Bob Halley2022-03-061-0/+10
* Add missing types to exceptions stubSteven Silvester2022-02-041-0/+2
* resolve func docs - fix `lifetime` var renderingWes2022-02-021-1/+1
* Reduce the number of digits after the decimal point for the Timeout DNSExcept...Craig Leres2022-01-302-2/+2
* typehint constructor for TXTBaseMathias Ertl2022-01-291-1/+7
* add some module level functions for resetting/retrieving the resolverMathias Ertl2022-01-291-0/+5
* fix various typing issues (typos)Sebastian Wagner2022-01-2910-14/+14
* version prep for 2.2.1Bob Halley2022-01-251-1/+1
* Require trailing field in rdata of TLSA and friendsPeter Thomassen2022-01-253-3/+8
* Fix missing import.Martin Horak2022-01-241-0/+1
* Use the version's origin if the zone doesn't have one yet. [#766]Bob Halley2022-01-242-3/+28
* add default of None to backend declarations [#764]Bob Halley2022-01-241-3/+3
* fix win32util.py file modeBob Halley2022-01-241-0/+0
* fix the typo of resolve_address() [#754]Bob Halley2022-01-241-1/+1
* Add missing items to rdtypes/ANY/__init__.pyPeter Thomassen2022-01-241-0/+4
* 2.2.0 versioningv2.2.0Bob Halley2022-01-181-2/+2
* Allow unknown digest types [#625]Bob Halley2021-12-201-2/+0
* add dns.edns.EDECode enumBob Halley2021-12-191-7/+39
* edns: implement Extended DNS Error Option supportTomas Krizek2021-12-191-1/+57
* 2.2.0rc1 versioningBob Halley2021-12-181-2/+2
* 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