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.66
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.67
Choose a head ref
  • 5 commits
  • 9 files changed
  • 5 contributors

Commits on May 31, 2025

  1. Add ResponseWriter.Net function (#1651)

    * Add ResponseWriter.Net function
    
    * rename Net to Network
    brianshea2 authored May 31, 2025
    Configuration menu
    Copy the full SHA
    96a6b9c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Bump the all group with 4 updates (#1653)

    Bumps the all group with 4 updates: [golang.org/x/net](https://github.com/golang/net), [golang.org/x/sync](https://github.com/golang/sync), [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/tools](https://github.com/golang/tools).
    
    
    Updates `golang.org/x/net` from 0.39.0 to 0.40.0
    - [Commits](golang/net@v0.39.0...v0.40.0)
    
    Updates `golang.org/x/sync` from 0.13.0 to 0.14.0
    - [Commits](golang/sync@v0.13.0...v0.14.0)
    
    Updates `golang.org/x/sys` from 0.32.0 to 0.33.0
    - [Commits](golang/sys@v0.32.0...v0.33.0)
    
    Updates `golang.org/x/tools` from 0.32.0 to 0.33.0
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.32.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.40.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: golang.org/x/sync
      dependency-version: 0.14.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: golang.org/x/sys
      dependency-version: 0.33.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: golang.org/x/tools
      dependency-version: 0.33.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    4669827 View commit details
    Browse the repository at this point in the history
  2. Annotate unpack* function errors with where the error happened. (#1590)

    This commit adds annotations to the error message when an error occurs
    during unpacking of a DNS message, the annotation will give detiail on
    where in the DNS message the unpacking error occured at. This helps to
    improve the debugability of such errors.
    
    Co-authored-by: Eric Skoglund <eric.skoglund@internetstiftelsen.se>
    EricIO and Eric Skoglund authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    186ccfb View commit details
    Browse the repository at this point in the history
  3. Error: change a whole bunch error messages' prefix (#1657)

    * Error: change a whole bunch error messages' prefix
    
    Long ago we started using 'bad ...' as the error messages, the "dns:"
    prefix is used for panic's not in normal errors, remove are replace a
    whole bunch of "dns:" with "bad ..."
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    
    * Error: change a whole bunch error messages' prefix
    
    Long ago we started using 'bad ...' as the error messages, the "dns:"
    prefix is used for panic's not in normal errors, remove are replace a
    whole bunch of "dns:" with "bad ..."
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    
    * Use "bad" here too and use terminoloy from Msg struct
    
    Extra instead of Ar count
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    
    ---------
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    09e0436 View commit details
    Browse the repository at this point in the history
  4. Release 1.1.67

    miekg committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    330db33 View commit details
    Browse the repository at this point in the history
Loading