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

dns: default to verbatim=true in dns.lookup() #39987

Closed
wants to merge 18 commits into from

Commits on Sep 3, 2021

  1. dns: default to verbatim=true in dns.lookup()

    Switch the default from false (reorder the result so that IPv4 addresses
    come before IPv6 addresses) to true (return them exactly as the resolver
    sent them to us.)
    
    Fixes: nodejs#31566
    Refs: nodejs#6307
    Refs: nodejs#20710
    Refs: nodejs#38099
    Reissue of nodejs#31567
    Reissue of nodejs#37681
    Reissue of nodejs#37931
    bnoordhuis authored and treysis committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    05bbc0e View commit details
    Browse the repository at this point in the history
  2. dns: fix dns.md

    treysis committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    acdfa26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36c0fe2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. dns: fix test suite, part 1

    treysis committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    09e0021 View commit details
    Browse the repository at this point in the history
  2. dns: fix test suite part 2

    treysis committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    b352e42 View commit details
    Browse the repository at this point in the history
  3. dns: minor lint fix

    treysis committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    7956d2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ca2309 View commit details
    Browse the repository at this point in the history
  5. dns: fix test suite, part 3

    treysis committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    32a4bca View commit details
    Browse the repository at this point in the history
  6. dns: fix lint errors

    treysis committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    5822f5e View commit details
    Browse the repository at this point in the history
  7. dns: fix test suite, part 4

    treysis committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    82af5ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0cb3a69 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. dns: test suite fixes for CI

    treysis committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    dba92ad View commit details
    Browse the repository at this point in the history
  2. dns: fix linter errors

    treysis committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    f5b3eaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ac9106 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e385c66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    431f7b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    424f34f View commit details
    Browse the repository at this point in the history
  7. dns: apply suggestions from code review

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    treysis and aduh95 committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    559c3f3 View commit details
    Browse the repository at this point in the history