summaryrefslogtreecommitdiff
path: root/dns/rdtypes/svcbbase.py
Commit message (Expand)AuthorAgeFilesLines
* Add basic DDR support. (#919)Bob Halley2023-04-071-0/+1
* Basic SVCB and HTTPS doco.Bob Halley2022-11-271-1/+1
* join adjacent strings (formatting)Bob Halley2022-03-171-3/+1
* black autoformattingBob Halley2022-03-151-60/+69
* more lgtm lintingBob Halley2022-02-171-1/+1
* fix various typing issues (typos)Sebastian Wagner2022-01-291-1/+1
* avoid compatibility warnings for python 3.12Bob Halley2021-07-101-3/+3
* Lint passBob Halley2021-05-021-1/+1
* Update SVCB to the current spec.Brian Wellington2021-04-211-33/+44
* Add missing dns.rdtypes.util imports [Issue #648].processing_order_fixBob Halley2021-03-091-0/+1
* we should not canonicalize SVCB/HTTPS alias target either!Bob Halley2020-10-061-1/+1
* The alias target of an SVCB or HTTPS rdata must not be compressed.Bob Halley2020-10-061-1/+1
* processing order implementationBob Halley2020-09-021-0/+7
* more constructor checking workBob Halley2020-08-261-14/+11
* stronger constructor checking in SVCB/HTTPS paramsBob Halley2020-08-251-17/+8
* checkpoint rdata constructor checkingBob Halley2020-08-211-3/+3
* one import of dns.immutable is enoughBob Halley2020-08-191-1/+0
* make name and rdata use the immutable decoratormore-immutBob Halley2020-08-191-18/+29
* detect escapes > 255Bob Halley2020-08-101-1/+4
* Make SVCB and HTTPS immutable.Bob Halley2020-08-081-17/+28
* SVCB and HTTPS supportBob Halley2020-08-071-0/+524