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.52
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.53
Choose a head ref
  • 6 commits
  • 12 files changed
  • 5 contributors

Commits on Mar 12, 2023

  1. Use generics for ddd escape parsing (#1435)

    * Use generics for dddToByte and dddStringToByte
    
    * Introduce generic isDDD helper
    
    Almost all uses of isDigit look exactly the same, turn them into a
    matching helper.
    tmthrgd authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    4c50fd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    800bb6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fcc59a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    6ad6301 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Fix some lint checks by (go) staticcheck ./... (#1442)

    Some warn about deprecation.
    
    PR #1445 already refactored out deprecated ioutil package
    systemcrash authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5cac7fb View commit details
    Browse the repository at this point in the history
  2. Release 1.1.53

    miekg committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a6f9785 View commit details
    Browse the repository at this point in the history
Loading