Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: miekg/dns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.48
Choose a base ref
...
head repository: miekg/dns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.49
Choose a head ref
  • 8 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 2, 2022

  1. Fix ExamplePrivateHandle (#1354)

    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored Apr 2, 2022
    Configuration menu
    Copy the full SHA
    dedee46 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Add SVCB dohpath key (#1359)

    * Add SVCB dohpath key
    
    The parameter is being added in [its own IETF draft][1] and also being used in
    the [IETF draft about Descovery of Designated Resolvers][2].
    
    Additionally, the mappings of the numeric key values to strings are exported,
    under names consistent with the already existing exported mappings, to make it
    easier for the clients of the module to validate and print SVCB keys.
    
    Testing was done by sending SVCB queries for the "_dns.resolver.arpa" domain to
    OpenDNS's 146.112.41.2 server.
    
    [1]: https://datatracker.ietf.org/doc/html/draft-ietf-add-svcb-dns-02
    [2]: https://datatracker.ietf.org/doc/html/draft-ietf-add-ddr-06.html
    
    * Fix template length, docs; reverse some changes
    
    * Remove incorrect validations; improve docs
    ainar-g authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    08c2616 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Add notes about SVCB draft changes to SVCB-related API (#1364)

    * Add notes about SVCB draft changes to SVCB-related API
    
    * Decrease number of warnings, rephrase
    ainar-g authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    656b740 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Fix examples by using net.JoinHostPort (#1368)

    Small fix in the examples to properly work with v6 addresses.
    
    Closes: #1365 #1367
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    c760d3c View commit details
    Browse the repository at this point in the history
  2. Upgrade our test Go version to 1.17 and 1.18 (#1369)

    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    0d2c95b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Properly parse alpn values in SVCB (#1363)

    * Modify the SVCBAlpn to properly parse/print
    
    * Remove debug
    
    * Change SVCB test from reflect to loop
    
    * Refactor SVCB code to reduce indentation
    
    * When stringifying SVCBAlpn, use strings.Builder for whole process
    
    * Update comment in svcb.go
    
    Co-authored-by: Miek Gieben <miek@miek.nl>
    
    * Describe why we use a specific size for the alpn buffer
    
    Co-authored-by: Miek Gieben <miek@miek.nl>
    shane-ns1 and miekg authored May 10, 2022
    Configuration menu
    Copy the full SHA
    feda877 View commit details
    Browse the repository at this point in the history
  2. Fix dohpath parsing/stringify (#1366)

    * dohpath escaped in String(), and parsed such values
    
    * Update the test for dohpath with escaping
    
    * Fix cut & paste error with svcdohpath error
    shane-ns1 authored May 10, 2022
    Configuration menu
    Copy the full SHA
    bfcbf0f View commit details
    Browse the repository at this point in the history
  3. Release 1.1.49

    miekg committed May 10, 2022
    Configuration menu
    Copy the full SHA
    5521648 View commit details
    Browse the repository at this point in the history
Loading