Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/dns caa #35466

Closed
wants to merge 11 commits into from
Closed

Feature/dns caa #35466

wants to merge 11 commits into from

Commits on Oct 2, 2020

  1. Copy the full SHA
    b5de9b4 View commit details
    Browse the repository at this point in the history
  2. Added support for resolving DNS CAA records

    This adds support for DNS Certification Authority
    Authorization (RFC 6844) to nodejs.
    
    This closes nodejs#19239 and possibly affects nodejs#14713.
    lxdicted committed Oct 2, 2020
    Copy the full SHA
    08d2e88 View commit details
    Browse the repository at this point in the history
  3. Fixed a typo

    lxdicted committed Oct 2, 2020
    Copy the full SHA
    5a08eaa View commit details
    Browse the repository at this point in the history
  4. Whitespace changes

    lxdicted committed Oct 2, 2020
    Copy the full SHA
    9218871 View commit details
    Browse the repository at this point in the history
  5. Added missing types

    lxdicted committed Oct 2, 2020
    Copy the full SHA
    eaafda6 View commit details
    Browse the repository at this point in the history
  6. Partially reverted change

    lxdicted committed Oct 2, 2020
    Copy the full SHA
    71f350b View commit details
    Browse the repository at this point in the history
  7. Documentation update

    lxdicted committed Oct 2, 2020
    Copy the full SHA
    bb9a6ec View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. MacOS compile fix

    lxdicted committed Oct 3, 2020
    Copy the full SHA
    87db47d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Fixed documentation version

    lxdicted committed Oct 4, 2020
    Copy the full SHA
    5e52515 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d1e115f View commit details
    Browse the repository at this point in the history
  3. Documentation update

    lxdicted committed Oct 4, 2020
    Copy the full SHA
    1e18c47 View commit details
    Browse the repository at this point in the history