summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
...
* resolve func docs - fix `lifetime` var renderingWes2022-02-011-1/+1
* Reduce the number of digits after the decimal point for the Timeout DNSExcept...Craig Leres2022-01-302-2/+2
* Merge pull request #773 from mathiasertl/masterBob Halley2022-01-292-1/+12
|\
| * 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
|/
* Merge pull request #769 from peterthomassen/20220124_tokenizer_concatenate_re...Bob Halley2022-01-253-3/+8
|\
| * Require trailing field in rdata of TLSA and friendsPeter Thomassen2022-01-253-3/+8
* | add a few other missing things from the current python set APIBob Halley2022-01-241-0/+13
* | Merge pull request #770 from horakmar/masterBob Halley2022-01-241-0/+1
|\ \
| * | Fix missing import.Martin Horak2022-01-241-0/+1
* | | Merge pull request #768 from rthalley/absolute_origin_zone_txn_fixBob Halley2022-01-242-3/+28
|\ \ \
| * | | Use the version's origin if the zone doesn't have one yet. [#766]absolute_origin_zone_txn_fixBob Halley2022-01-232-3/+28
| |/ /
* | | Implement dns.set.Set.symmetric_difference() Support.Joshua M. Keyes2022-01-212-0/+34
|/ /
* | 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