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: ruby/resolv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: ruby/resolv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 9 commits
  • 3 files changed
  • 6 contributors

Commits on Dec 14, 2023

  1. Fix typo

    deivid-rodriguez committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5dfdcfb View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Merge pull request #46 from deivid-rodriguez/fix-typo

    Fix typo
    hsbt authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    00bcade View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. CI: Run on Windows

    nobu committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b7d73b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from ruby/test-windows

    CI: Run on Windows
    nobu authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    fcef03d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    fa812d6 View commit details
    Browse the repository at this point in the history
  2. Simplify adding new entries

    nobu committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    081b8df View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Implement CAA resource record

    This patch implements handling of CAA resource records defined by [RFC8659].
    
    - There are no known deployment of CAA records outside of IN (Internet),
      but the RFC does not state that CAA records are class-specific.
      Thus `CAA` class is defined as a class-independent RRType.
    - `CAA` class stores `flags` field (a 1-octet bitset) as an Integer.
      In this way it's easier to ensure the encoded RR is in the valid wire format.
    
    [RFC8659]: https://datatracker.ietf.org/doc/html/rfc8659
    
    Co-authored-by: aeris <[email protected]>
    hanazuki and aeris committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    cfc4de7 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge pull request #48 from hanazuki/caa

    Implement CAA resource record
    sorah authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c6c84e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Bump up 0.4.0

    hsbt committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    44ae1e8 View commit details
    Browse the repository at this point in the history
Loading