8000 Comparing v5.3.1...v5.6.0 · mafintosh/dns-packet · GitHub
[go: up one dir, main page]

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: mafintosh/dns-packet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.1
Choose a base ref
...
head repository: mafintosh/dns-packet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.6.0
Choose a head ref
  • 10 commits
  • 9 files changed
  • 6 contributors

Commits on Jun 14, 2022

  1. switch to GitHub Actions (#83)

    * Switch to GitHub Actions
    
    * chore(ci): switch to GitHub Actions
    * chore(ci): switch reporter from nyc to c8
    * chore(nyc): remove dependency
    * move .eslintrc to .eslintrc.yaml (be explicit)
    
    * noop: ws
    
    Co-authored-by: silverwind <me@silverwind.io>
    msimerson and silverwind authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    bd33c5f View commit details
    Browse the repository at this point in the history
  2. test node 18

    silverwind committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    a5ee789 View commit details
    Browse the repository at this point in the history
  3. Implement SSHFP records (#80)

    * Add SSHFP record support
    
    Use offset since we may receive a full dns packet
    Account for maximum hash lengths for each hash type
    fix: don't use the output of `Buffer#copy()`, instead use `Buffer#byteLength`
    fix: normalize fingerprint string
    fix: the offset pointer starts out at RDLENGTH
    fix: account for the `RDLENGTH` field in `rsshfp.decode()`
    
    * tests: add test for the SSHFP record type
    wolfy1339 authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    fab30b2 View commit details
    Browse the repository at this point in the history
  4. add SSHFP to readme

    silverwind committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    0fc249c View commit details
    Browse the repository at this point in the history
  5. 5.4.0

    silverwind committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    31d3caf View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. implement the NAPTR record (#89)

    * implement the NAPTR record
    
    * implement NAPTR record for readme
    
    * update
    
    * Update index.js
    
    * Update index.js
    
    * Update index.js
    
    * fix test failed
    
    * Add actual example values to README
    
    * Update README.md
    
    * Update README.md
    
    ---------
    
    Co-authored-by: root <root@wxs1.fyre.ibm.com>
    Co-authored-by: silverwind <me@silverwind.io>
    3 people authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    aca1ff7 View commit details
    Browse the repository at this point in the history
  2. 5.5.0

    silverwind committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a0687b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec4d317 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Add TLSA support (#92)

    * add tlsa record support
    
    * add test for tlsa and update readme
    buffrr authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f14f483 View commit details
    Browse the repository at this point in the history
  2. 5.6.0

    silverwind committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e50f34c View commit details
    Browse the repository at this point in the history
Loading
0