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

v16.15.0 release proposal #42847

Merged
merged 254 commits into from
Apr 26, 2022
Merged

v16.15.0 release proposal #42847

merged 254 commits into from
Apr 26, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 21, 2022

  1. lib: add fetch

    Fixes: #19393
    
    PR-URL: #41749
    Backport-PR-URL: #42727
    Refs: nodejs/undici#1183
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    targos authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    f17ce91 View commit details
    Browse the repository at this point in the history
  2. deps: update undici to 3e267ece5f

    PR-URL: #41955
    Backport-PR-URL: #42727
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    targos authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    83a6676 View commit details
    Browse the repository at this point in the history
  3. deps: update undici to 4.15.1

    This also adds a script to automate the update and includes the sources
    included in the npm tarball.
    
    PR-URL: #42246
    Backport-PR-URL: #42727
    Fixes: #42199
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tierney Cyren <hello@bnb.im>
    targos authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    721d107 View commit details
    Browse the repository at this point in the history
  4. deps: update undici to 4.16.0

    PR-URL: #42414
    Backport-PR-URL: #42727
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    a670c1f View commit details
    Browse the repository at this point in the history
  5. deps: update undici to 5.0.0

    PR-URL: #42583
    Backport-PR-URL: #42727
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    c64b038 View commit details
    Browse the repository at this point in the history
  6. lib: add FormData global when fetch is enabled

    PR-URL: #41956
    Backport-PR-URL: #42727
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    targos authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    647805a View commit details
    Browse the repository at this point in the history
  7. stream: add forEach method

    Add a `forEach` method to readable streams to enable concurrent
    iteration and align with the iterator-helpers proposal.
    
    Co-Authored-By: Robert Nagy <ronagy@icloud.com>
    PR-URL: #41445
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    2 people authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    dcc5831 View commit details
    Browse the repository at this point in the history
  8. build: add --v8-enable-hugepage flag

    PR-URL: #41487
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    qdaoming authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    9677da4 View commit details
    Browse the repository at this point in the history
  9. crypto: support RFC 2818 compatible checkHost

    The 'subject' option should not only accept the values 'always' and
    'never' because neither is compatible with RFC 2818, i.e., HTTPS. This
    change adds a third value 'default', which implies the behavior that
    HTTPS mandates.
    
    The new 'default' case matches the default behavior of OpenSSL for both
    DNS names and email addresses.
    
    Future Node.js versions should change the default option value from
    'always' to 'default'.
    
    Refs: #36804
    
    PR-URL: #41569
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    tniessen authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    adb88fc View commit details
    Browse the repository at this point in the history
  10. stream: add toArray

    Add the toArray method from the TC39 iterator helper proposal to
    Readable streams. This also enables a common-use case of converting a
    stream to an array.
    
    Co-Authored-By: Robert Nagy <ronagy@icloud.com>
    PR-URL: #41553
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    2 people authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    ac8526e View commit details
    Browse the repository at this point in the history
  11. doc: fix backticks around 'default'

    Refs: #41569
    
    PR-URL: #41613
    Co-authored-by: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    2 people authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    8312972 View commit details
    Browse the repository at this point in the history
  12. stream: support some and every

    This continues on the iterator-helpers work by adding `.some` and
    `.every` to readable streams.
    
    Co-Authored-By: Robert Nagy <ronagy@icloud.com>
    PR-URL: #41573
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    2 people authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    0be2321 View commit details
    Browse the repository at this point in the history
  13. doc: deprecate buffer.slice

    PR-URL: #41596
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    benjamingr authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    e46c7d6 View commit details
    Browse the repository at this point in the history
  14. benchmark: add subarray to buffer-slice

    PR-URL: #41596
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    benjamingr authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    3d4df9c View commit details
    Browse the repository at this point in the history
  15. buffer: alias subarray and slice

    PR-URL: #41596
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    benjamingr authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    84752a4 View commit details
    Browse the repository at this point in the history
  16. stream: support flatMap

    Support the `flatMap` method from the iterator helper TC39 proposal on
    readable streams.
    
    Co-Authored-By: Robert Nagy <ronagy@icloud.com>
    PR-URL: #41612
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    2 people authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    205c018 View commit details
    Browse the repository at this point in the history
  17. stream: add drop and take

    This adds the `drop` and `take` methods to readable streams allowing
    users easily drop and take items from the stream.
    
    This continues the iterator-helper proposal alignment task.
    
    Co-Authored-By: Robert Nagy <ronagy@icloud.com>
    PR-URL: #41630
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    2 people authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    88a4819 View commit details
    Browse the repository at this point in the history
  18. node-api: add node_api_symbol_for()

    Fixes: #41294
    
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: #41329
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    RaisinTen authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    11ec334 View commit details
    Browse the repository at this point in the history
  19. stream: add asIndexedPairs

    Add the asIndexedPairs method for readable streams.
    
    PR-URL: #41681
    Refs: https://github.com/tc39/proposal-iterator-helpers#asindexedpairs
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    benjamingr authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    60e28ba View commit details
    Browse the repository at this point in the history
  20. test: improve stability of oom test

    The OOM test uses a value that caused an OOM crash from V8 on certain
    machines when V8 did not notify the host of OOM soon enough.
    
    PR-URL: #41681
    Refs: https://github.com/tc39/proposal-iterator-helpers#asindexedpairs
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    benjamingr authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    25109a6 View commit details
    Browse the repository at this point in the history
  21. stream: use synchronous error validation on iteration helpers

     is no longer a generator function,
    instead it returns a called generator so that validation can be
    synchronous and not wait for the first iteration
    
    Fixes: #41648
    
    PR-URL: #41652
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    iMoses authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    4b63439 View commit details
    Browse the repository at this point in the history
  22. stream: add reduce

    PR-URL: #41669
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    benjamingr authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    f12cf6d View commit details
    Browse the repository at this point in the history
  23. worker: graduate get/setEnvironmentData APIs

    Signed-off-by: James M Snell <jasnell@gmail.com>
    
    PR-URL: #41272
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    jasnell authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    237affc View commit details
    Browse the repository at this point in the history
  24. build: improve consistency between workflows

    PR-URL: #41791
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Mesteery authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    1452f8d View commit details
    Browse the repository at this point in the history
  25. test: move test-crypto-engine to addon

    Fixes: #41633
    Fixes: #40958
    
    - move test-crypto-engine so that dummy engine
      is only built if tests are run
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #41830
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    mhdawson authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    fd8bf09 View commit details
    Browse the repository at this point in the history
  26. crypto: do not advertise unsupported algorithms

    Fixes: #41857
    
    PR-URL: #41864
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    mscdex authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    46dda31 View commit details
    Browse the repository at this point in the history
  27. process: deprecate multipleResolves

    Deprecate the process multipleResolves event to detect when a promise is
    resolved more than once because it never really worked.
    
    Fixes: #41554
    
    PR-URL: #41872
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    benjamingr authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    bc08165 View commit details
    Browse the repository at this point in the history
  28. build: revert fast-track changes

    PR-URL: #41892
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    panva authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    51847e0 View commit details
    Browse the repository at this point in the history
  29. doc: fix webstream close reject state state doc

    The `closed` promise may reject. Document the states where it rejects
    based on the spec.
    
    Fixes: #41858
    
    PR-URL: #41860
    Co-Authored-By: Mattias Buelens <mattias@buelens.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    2 people authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    b950f5d View commit details
    Browse the repository at this point in the history
  30. tools: fix typo in prefer-primordials.js

    replacable -> replaceable
    
    PR-URL: #41891
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Qingyu Deng <i@ayase-lab.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    eltociear authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    57d5576 View commit details
    Browse the repository at this point in the history
  31. doc: remove unneeded ellipsis in header

    The ellipsis in `All together` is not needed. I've had it on my list of
    "small things to take care of when you get a chance" for a while. The
    Microsoft Style Guide says to not use ellipses except in certain cases,
    and that reminded me to do it. The day has arrived!
    
    PR-URL: #41888
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Trott authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    73f3a2c View commit details
    Browse the repository at this point in the history
  32. lib: add internal genericNodeError() function

    There are a few places in lib where `new Error()` is called and then
    additional properties are attached in various ways. This creates a
    utility function to generate the errors.
    
    PR-URL: #41879
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Trott authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    2a85e0a View commit details
    Browse the repository at this point in the history
  33. doc: add joesepi to collaborators

    Fixes: #41671
    
    PR-URL: #41914
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    joesepi authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    55caa10 View commit details
    Browse the repository at this point in the history
  34. repl: #41690 REPL gives wrong autocomplete on literals

    Fixes: #41690
    
    PR-URL: #41883
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    meixg authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    83267aa View commit details
    Browse the repository at this point in the history
  35. doc: edit process.config deprecation text

    PR-URL: #41889
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    6fd5383 View commit details
    Browse the repository at this point in the history
  36. doc: replace text with paths in toggle SVGs

    Fixes: #41878
    
    PR-URL: #41885
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    mscdex authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    90d9551 View commit details
    Browse the repository at this point in the history
  37. cluster: respect listen backlog set by workers

    PR-URL: #41623
    Co-authored-by: Ouyang Yadong <oyydoibh@gmail.com>
    Reviewed-By: Ouyang Yadong <oyydoibh@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    2 people authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    914f907 View commit details
    Browse the repository at this point in the history
  38. test: remove lint rule for setTimeout() arguments

    With the introduction of the promises API for setTimeout(), the
    requirement that it have two parameters may not be sensible anymore in
    tests.
    
    PR-URL: #41901
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and danielleadams committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    11e76fc View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. build: remove broken x32 arch support

    I added support for x32 back in 2014 but it's been in a state of
    disrepair ever since, not in the least because it was never a fully
    supported architecture in upstream V8.
    
    V8 dropped x32 support entirely in or around 2018 so the removal from
    Node's build system is long overdue.
    
    Refs: #40576
    
    PR-URL: #41905
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    bnoordhuis authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    428b967 View commit details
    Browse the repository at this point in the history
  2. src: don't print interface if sin6_scope_id is 0

    An interface with index 0 doesn't make sense and makes
    `if_indextoname()` to return `ENXIO` which crashes the process.
    
    Fixes: #41500
    
    PR-URL: #41547
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    santigimeno authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    86b9d3a View commit details
    Browse the repository at this point in the history
  3. src: fix query/fragment serialization in URL::SerializeURL

    These are presumably typos.
    
    PR-URL: #41759
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    addaleax authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    170a6cb View commit details
    Browse the repository at this point in the history
  4. src: reserve string allocation space early in URL::SerializeURL

    This can be useful for performance when doing many string
    concatenations.
    
    PR-URL: #41759
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    addaleax authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    703593a View commit details
    Browse the repository at this point in the history
  5. src: use const reference instead of pointer in URL::SerializeURL

    Just some general cleanup to make things C++-y instead of C-y.
    
    PR-URL: #41759
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    addaleax authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    af73a85 View commit details
    Browse the repository at this point in the history
  6. debugger: remove duplicate setPauseOnException call

    Removes the duplicate call of setPauseOnException() inside
    initAfterStart().
    
    Fixes: #41795
    
    PR-URL: #41838
    Reviewed-By: Jan Krems <jan.krems@gmail.com>
    bavulapati authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    83691ad View commit details
    Browse the repository at this point in the history
  7. doc: improve scrollbar appearance in dark mode

    PR-URL: #41890
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Aaron Xie authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    6fc0a25 View commit details
    Browse the repository at this point in the history
  8. fs: refactor to use ES2020 syntax

    PR-URL: #41903
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    xtx1130 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    2d16565 View commit details
    Browse the repository at this point in the history
  9. lib: move kEnumerableProperty to internal/util

    PR-URL: #41877
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Mesteery authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    b1f0cc6 View commit details
    Browse the repository at this point in the history
  10. child_process: kHideConsoleWindows for spawnSync

    kHideConsoleWindows should hide console windows for
    execSync and spawnSync calls as well. This fix adds on
    to #39712.
    
    PR-URL: #41412
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    rzhao271 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    f32c397 View commit details
    Browse the repository at this point in the history
  11. doc: clarify tls.Server 'connection' event documentation

    PR-URL: #41917
    Fixes: #41880
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    prettydiff authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    ce15007 View commit details
    Browse the repository at this point in the history
  12. esm: fix typo in fetch_module

    This PR fixes a minor typo in fetchModule's check for `[eval]` and
    `[stdin]` parent names.
    
    PR-URL: #41924
    Fixes: #41922
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    scovetta authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    47cefec View commit details
    Browse the repository at this point in the history
  13. doc: emphasize security warning in vm module doc

    Refs: #40718
    
    PR-URL: #41916
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e55f340 View commit details
    Browse the repository at this point in the history
  14. doc: fix wrong indent in stream documentation

    PR-URL: #41943
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    meixg authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e21831b View commit details
    Browse the repository at this point in the history
  15. fs: fix writev empty array error behavior

    PR-URL: #41919
    Fixes: #41910
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    benjamingr authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    257a7a5 View commit details
    Browse the repository at this point in the history
  16. doc: fix typo in readableStream.locked description

    PR-URL: #41923
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    c08efba View commit details
    Browse the repository at this point in the history
  17. tls: avoid throw in onerror for bad TLSSocket obj

    TLSWrap.onerror has a helpful debug() call built in to it. However in
    case of a malformed TLSSocket object, where the `_tlsOptions` value is
    an unexpected `undefined`, accessing `_tlsOptions.isServer` causes
    a TypeError to be thrown.
    
    This commit ensures that the debug() call properly logs the state as
    'unknown', instead of the two 'server' and 'client' choices previously
    available. Additionally, onerror branching is adjusted to allow such
    `undefined` options object, by use of optional chaining.
    
    Other methods are not being adjusted, as such a case of `undefined`
    options is not viable during regular processing of the TLSSocket.
    
    Fixes: #41501
    
    PR-URL: #41523
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    sigv authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    9649d65 View commit details
    Browse the repository at this point in the history
  18. doc: add missing buffer in the stream/consumers import example

    PR-URL: #41961
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Mesteery authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    81e56c9 View commit details
    Browse the repository at this point in the history
  19. crypto: expose Web Crypto API on the global scope

    PR-URL: #41938
    Refs: https://developer.mozilla.org/en-US/docs/Web/API/crypto_property
    Refs: #41782
    Refs: https://w3c.github.io/webcrypto
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a592442 View commit details
    Browse the repository at this point in the history
  20. stream: add more forEach tests

    PR-URL: #41937
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    benjamingr authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    0c69045 View commit details
    Browse the repository at this point in the history
  21. fs: fix cb/sync writev empty array behavior

    PR-URL: #41932
    Refs: #41910
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    benjamingr authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    571eb6d View commit details
    Browse the repository at this point in the history
  22. test: fix intl tests on small-icu builds

    PR-URL: #41939
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    31def41 View commit details
    Browse the repository at this point in the history
  23. build,tools: change the quotes in YAML

    Remove useless quotes and use single quotes when needed.
    
    PR-URL: #41756
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tierney Cyren <hello@bnb.im>
    Mesteery authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    5468de5 View commit details
    Browse the repository at this point in the history
  24. build: extend yamllint configuration

    This makes the configuration of yamllint stricter.
    For example, single quote is imposed and only when necessary.
    
    PR-URL: #41756
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tierney Cyren <hello@bnb.im>
    Mesteery authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    24d0c32 View commit details
    Browse the repository at this point in the history
  25. meta: update AUTHORS and .mailmap

    Update .mailmap entries and AUTHORS file.
    
    PR-URL: #41953
    Refs: #41952
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    6f1adf1 View commit details
    Browse the repository at this point in the history
  26. tools: update lint-md-dependencies to rollup@2.67.2

    PR-URL: #41941
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    f8c6232 View commit details
    Browse the repository at this point in the history
  27. build: move tool updates workflow runtime a day later

    Refs: #41973 (comment)
    
    PR-URL: #41982
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    db4a3dc View commit details
    Browse the repository at this point in the history
  28. doc: fix bug in readable.unshift code example

    PR-URL: #41944
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    meixg authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    d77db88 View commit details
    Browse the repository at this point in the history
  29. build: use zoslib_include_dir provided by node-gyp

    The path is based on the zoslib gyp path passed to configure.py
    via --static-zoslib-gyp arg.
    
    PR-URL: #41713
    Co-authored-by: Gaby Baghdadi <baghdadi@ca.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    2 people authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    d2c1624 View commit details
    Browse the repository at this point in the history
  30. doc: deprecate notice for process methods

    Documentation of deprecation notice `_getActiveRequestsInfo` and
    `_getActiveHandlesInfo` since they are internal usage and can be removed
    in future releases.
    
    PR-URL: #41587
    Refs: #40813
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    yashLadha authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    8858950 View commit details
    Browse the repository at this point in the history
  31. fs: support copy of relative links with cp and cpSync

    Fixes: #41693
    
    PR-URL: #41819
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    marcosbc authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    33e4a32 View commit details
    Browse the repository at this point in the history
  32. test: fix typographical error

    "Timeouted" to "Timed out"
    
    PR-URL: #41983
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    95eb03c View commit details
    Browse the repository at this point in the history
  33. tools: update ESLint to 8.9.0

    PR-URL: #41973
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    lpinca authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    1db9cc7 View commit details
    Browse the repository at this point in the history
  34. doc: add marsonya to collaborators

    Fixes: #41781
    
    PR-URL: #41991
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    marsonya authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    dd88f54 View commit details
    Browse the repository at this point in the history
  35. test: fix names of tests marked flaky on IBM i

    Correct the names of two tests that have been marked `FLAKY` on IBM i
    so they will actually be marked as such by the test runner.
    
    Refs: #41812
    Refs: #39683
    
    PR-URL: #41984
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    richardlau authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    711e863 View commit details
    Browse the repository at this point in the history
  36. doc: fix deprecation number

    Refs: #41872
    Refs: #41896
    
    PR-URL: #41990
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a34cc75 View commit details
    Browse the repository at this point in the history
  37. doc: capitalize valgrind

    PR-URL: #41986
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    T-O-R-U-S authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    43894b1 View commit details
    Browse the repository at this point in the history
  38. tools: update remark-preset-lint-node to 3.3.1

    PR-URL: #41999
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    82b64f4 View commit details
    Browse the repository at this point in the history
  39. lib: restrict usage of fetch related globals in core internals

    PR-URL: #41957
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    f4e3917 View commit details
    Browse the repository at this point in the history
  40. build: prevent concurrent CI and CQ workflow runs

    Use concurrency groups to prevent new runs from being started while a
    previous job is already running. This can happen when a lot of unrelated
    jobs are pending because of runner exhaustion.
    
    PR-URL: #42016
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    targos authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    290a2bf View commit details
    Browse the repository at this point in the history
  41. events: set default handler value

    Event handler like BroadcastChannel.onmessage and AbortSignal.onabort
    have a default value of `null` but we return `undefined`.
    
    Return `null` and add a test.
    
    PR-URL: #41970
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    benjamingr authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    b0a8311 View commit details
    Browse the repository at this point in the history
  42. lib: allow respondWithNewView on byob auto allocated streams

    Fixes: #41886
    
    PR-URL: #41887
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    sbquinlan authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    9946b9b View commit details
    Browse the repository at this point in the history
  43. lib: stop installing webcrypto if no_browser_globals is true

    Refs: #41969 (comment)
    
    PR-URL: #41971
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Mesteery authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e80043f View commit details
    Browse the repository at this point in the history
  44. test: run webmessaging/broadcastchannel WPT

    Refs: #38803
    
    PR-URL: #41962
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    bnoordhuis authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    3e354da View commit details
    Browse the repository at this point in the history
  45. doc: adjust a/an word usage

    PR-URL: #41915
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    derekwolpert authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    9800719 View commit details
    Browse the repository at this point in the history
  46. meta: use plain emojis instead of escape sequences

    Refs: #41987
    
    PR-URL: #41989
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Mesteery authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    f5ffa34 View commit details
    Browse the repository at this point in the history
  47. debugger: add debugger alias for exec(expr)

    #41794
    
    PR-URL: #41907
    Reviewed-By: Jan Krems <jan.krems@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    meixg authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e6019a4 View commit details
    Browse the repository at this point in the history
  48. build: add action to close stale feature requests

    Implement the prodecure outlined in
    https://github.com/nodejs/node/blob/master/doc/contributing/feature-request-management.md
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #41981
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    692ee2a View commit details
    Browse the repository at this point in the history
  49. build: allow manual run of feature request action

    add "workflow_dispatch:" so that action can be run
    manuallyl for debugging.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #42037
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    4c47d59 View commit details
    Browse the repository at this point in the history
  50. build: increase operations and test tag

    - increase the operations as 1 was too small to do
      anything
    - add an additional tag that must be present before
      the action will run. I will manually add that tag
      to some feature requests to be able to test
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #42038
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e049173 View commit details
    Browse the repository at this point in the history
  51. src,buffer: evaluate THROW_AND_RETURN_IF_OOB() expression only once

    There's no need to evaluate the expression passed into the macro more
    than once.
    
    Fixes: #41935
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: #41945
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    RaisinTen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    fdea60e View commit details
    Browse the repository at this point in the history
  52. crypto: rename X509_NAME_FLAGS

    Rename X509_NAME_FLAGS to kX509NameFlagsMultiline to better align with
    the naming conventions we use for constexpr values, to distinguish it
    from OpenSSL's built-in X509 constants, and to clarify what specific
    X509 name flags the constant represents.
    
    PR-URL: #42001
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    36b9028 View commit details
    Browse the repository at this point in the history
  53. crypto: check result of BIO_new in X509ToObject

    Match other call sites of BIO_new(BIO_s_mem()) and CHECK the result of
    the call.
    
    Refs: fb3a9cd
    
    PR-URL: #41979
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    70ae0ae View commit details
    Browse the repository at this point in the history
  54. tools: reduce list of globals in ESLint config

    Remove globals already known by ESLint.
    
    PR-URL: #41996
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Tierney Cyren <hello@bnb.im>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    06d8c53 View commit details
    Browse the repository at this point in the history
  55. test: improve vm test coverage

    PR-URL: #41847
    Refs: https://coverage.nodejs.org/coverage-cd5689eed3be54a5/lib/vm.js.html#L364
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    kuriyosh authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    2a1a94b View commit details
    Browse the repository at this point in the history
  56. tools,lib: remove global and Intl from the list of globals

    Refs: #38230
    Refs: #38419
    
    PR-URL: #42014
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    4bba279 View commit details
    Browse the repository at this point in the history
  57. tools: add timers functions to the list of restricted globals

    PR-URL: #42013
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    410d0ce View commit details
    Browse the repository at this point in the history
  58. worker: fix typo in debug statement

    PR-URL: #42011
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    604621a View commit details
    Browse the repository at this point in the history
  59. doc: use openpgp.org for keyserver examples

    The sks-keyservers.net is no longer listed by DNS
    
    PR-URL: #39227
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    nschonni authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    60d6409 View commit details
    Browse the repository at this point in the history
  60. build: cancel running CI jobs when a PR is updated

    Refs: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-a-fallback-value
    
    PR-URL: #42017
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Tierney Cyren <hello@bnb.im>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    targos authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    bc3d8a7 View commit details
    Browse the repository at this point in the history
  61. test: check that fetch globals are disabled by default

    PR-URL: #42015
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    targos authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    9ae6982 View commit details
    Browse the repository at this point in the history
  62. tools: fix bugs in prefer-primordials linter rule

    The ESLint rule would repport false positive if code is using an
    identifier that happens to have the same name as a primordials member.
    
    PR-URL: #42010
    Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    c229889 View commit details
    Browse the repository at this point in the history
  63. esm: remove erroneous context.parentURL property passed to load hook

    PR-URL: #41975
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    JakobJingleheimer authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    9b8c927 View commit details
    Browse the repository at this point in the history
  64. deps: upgrade npm to 8.5.1

    PR-URL: #42039
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    npm-robot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a73536b View commit details
    Browse the repository at this point in the history
  65. test: remove test-stdout-close-catch flaky designation

    The corresponding issue was closed 3 months ago and it has apparently
    been a long time since the failure has been seen in CI.
    
    Refs: #28803
    
    PR-URL: #42045
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    b067808 View commit details
    Browse the repository at this point in the history
  66. esm: improve fetch_module test coverage and remove hack

    PR-URL: #41947
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    1324023 View commit details
    Browse the repository at this point in the history
  67. tools: lint deprecation codes

    Add a rule to make sure deprecation codes are in order.
    
    PR-URL: #41992
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    aace6c2 View commit details
    Browse the repository at this point in the history
  68. fs: fix default length parameter for fs.read

    Currently, specifying an `offset` without a `length`
    throws an `ERR_OUT_OF_RANGE` error.
    This commit provides a more sensible default.
    This change should only affect cases
    where no length is specified and a nonzero offset is,
    which are currently throwing errors.
    
    PR-URL: #40349
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    wbt authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    da87c73 View commit details
    Browse the repository at this point in the history
  69. tools: add console to the list of restricted globals

    PR-URL: #42012
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    bbdf285 View commit details
    Browse the repository at this point in the history
  70. meta: update AUTHORS

    PR-URL: #42058
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mestery <mestery@protonmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    de035bc View commit details
    Browse the repository at this point in the history
  71. doc: make minor fixes to contributing guides

    PR-URL: #41966
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    T-O-R-U-S authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    40ddfa4 View commit details
    Browse the repository at this point in the history
  72. doc: fix typo in http2 endAfterHeaders description

    PR-URL: #42060
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    arobert93 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    51cb780 View commit details
    Browse the repository at this point in the history
  73. tools: enable es2022 env in ESLint config

    This adds more globals to the set known by ESLint.
    
    PR-URL: #42043
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    targos authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    c47b436 View commit details
    Browse the repository at this point in the history
  74. perf_hooks: use arrays to store EntryBuffers

    Also order entries by startTime when calling getEntriesByType.
    
    Fix: #42004
    Fix: #42024
    
    PR-URL: #42032
    Fixes: #42004
    Fixes: #42024
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    meixg authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    b7a307f View commit details
    Browse the repository at this point in the history
  75. tools: update lint-md-dependencies to rollup@2.67.3

    PR-URL: #42057
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    11f747b View commit details
    Browse the repository at this point in the history
  76. lib: add legacy built-in functions to primordials

    PR-URL: #42049
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    91a06bd View commit details
    Browse the repository at this point in the history
  77. meta: remove collaborator

    PR-URL: #42073
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    b969a27 View commit details
    Browse the repository at this point in the history
  78. test: increase Fibonacci argument to 40

    Fixes: #34031
    
    PR-URL: #42055
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    17af006 View commit details
    Browse the repository at this point in the history
  79. doc: add missing api entries on performance

    PR-URL: #42018
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    legendecas authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a658437 View commit details
    Browse the repository at this point in the history
  80. doc: clarify supported versus enabled TLS ciphers

    PR-URL: #42063
    Refs: #42059
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    0c21b58 View commit details
    Browse the repository at this point in the history
  81. doc: move bnoordhuis back to collaborators

    PR-URL: #42064
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    bnoordhuis authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    8c26d8c View commit details
    Browse the repository at this point in the history
  82. doc: clarify persistent ref behavior

    Add explanation of case to be careful of
    in order to avoid native memory being kept
    alive.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #42035
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    3d75c87 View commit details
    Browse the repository at this point in the history
  83. build: update feature close action for testing

    This should process the 4 oldest feature requests.
    Once we've confirmed these are ok we can adjust the
    days before an issue is marked as stale.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #42082
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    0d8f76f View commit details
    Browse the repository at this point in the history
  84. repl: remove preview when press escape

    Fix: #42040
    
    PR-URL: #42053
    Fixes: #42040
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    meixg authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a88d4a2 View commit details
    Browse the repository at this point in the history
  85. test: validate EventEmitterAsyncResource methods throw on invalid this

    PR-URL: #42041
    Refs: https://coverage.nodejs.org/coverage-26f9a91cc9b178d3/lib/events.js.html#L156
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    kuriyosh authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    629d06a View commit details
    Browse the repository at this point in the history
  86. doc: add meixg to triagers

    PR-URL: #42066
    Reviewed-By: Qingyu Deng <i@ayase-lab.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    meixg authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    1eb4d8b View commit details
    Browse the repository at this point in the history
  87. meta: move one or more collaborators to emeritus

    PR-URL: #42068
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    2135f8e View commit details
    Browse the repository at this point in the history
  88. meta: correct link to feature request document

    PR-URL: #42092
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    SimenB authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    d4d9c00 View commit details
    Browse the repository at this point in the history
  89. process: fix named report export

    PR-URL: #41861
    Fixes: #41774
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    madflow authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    61ecdf8 View commit details
    Browse the repository at this point in the history
  90. doc: document change to IncomingMessage.headers enumerability

    The IncomingMessage.headers property was made non-enumerable
    in PR #35281.
    
    PR-URL: #42095
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    ArnoldZokas authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    bc457c2 View commit details
    Browse the repository at this point in the history
  91. src: allow preventing InitializeInspector in env

    PR-URL: #35025
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    codebytere authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    c811b8a View commit details
    Browse the repository at this point in the history
  92. doc,tools: improve navigability of API docs

    PR-URL: #41404
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    ShogunPanda authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    12bf85a View commit details
    Browse the repository at this point in the history
  93. node-api: fix typo in node_api.cc

    PR-URL: #42110
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    austinkelleher authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    bd48ad9 View commit details
    Browse the repository at this point in the history
  94. test: deflake test-common-expect-warning

    The subprocess might exit before the data is flushed. Run the assertion
    after the `'end'` event is emitted.
    
    PR-URL: #42046
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    lpinca authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    978b50f View commit details
    Browse the repository at this point in the history
  95. doc: make building with ninja more discoverable

    Building with ninja would speed up the build
    We have the documenation about building with ninja,
    but not easily discoverable.
    And present this early to the contributors.
    
    PR-URL: #41840
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    bavulapati authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a70a1ce View commit details
    Browse the repository at this point in the history
  96. deps: V8: cherry-pick b66334313c8b

    Original commit message:
    
        [riscv64] use callee save register in regexp
    
        Bug: v8:12502
    
        Change-Id: I8d1b599fc945e276b70901953368768594470204
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3343861
        Reviewed-by: ji qiu <qiuji@iscas.ac.cn>
        Commit-Queue: ji qiu <qiuji@iscas.ac.cn>
        Cr-Commit-Position: refs/heads/main@{#78421}
    
    Refs: v8/v8@b663343
    
    PR-URL: #42067
    Refs: v8/v8@77d5154
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Stewart X Addison <sxa@redhat.com>
    luyahan authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    3f09a6d View commit details
    Browse the repository at this point in the history
  97. deps: V8: cherry-pick 77d515484864

    Original commit message:
    
        [riscv64] Move explicit specialization into .cc file
    
        Building with Gcc-10 causes error "explicit specialization in non-namespace scope".
        This change fixes it.
    
        Bug: v8:12649
    
        Change-Id: I36b2b042b336c2dfd32ba5541fdbbdb8dc8b4fd7
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3473997
        Reviewed-by: ji qiu <qiuji@iscas.ac.cn>
        Commit-Queue: ji qiu <qiuji@iscas.ac.cn>
        Cr-Commit-Position: refs/heads/main@{#79185}
    
    Refs: v8/v8@77d5154
    
    PR-URL: #42067
    Refs: v8/v8@b663343
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Stewart X Addison <sxa@redhat.com>
    luyahan authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    396240b View commit details
    Browse the repository at this point in the history
  98. build: last test of the stale feature action

    - set the days so that we process ~ 40 issues
      so that we can see what kind of feedback we get
      on saying we are going to close stale feature requests
    - set the label to stale instead of stalled so that
      there is no race with the action that closes stalled
      issues
    - fix the links to the feature management doc
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #42085
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    611cbf1 View commit details
    Browse the repository at this point in the history
  99. errors: do not access .stack in debug

    Refs: #41541
    
    PR-URL: #42096
    Refs: #41541
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Mestery <mestery@protonmail.com>
    bcoe authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    37f6f92 View commit details
    Browse the repository at this point in the history
  100. build: add corepack to the auto-updated dependencies

    PR-URL: #42090
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    arcanis authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    042fb6f View commit details
    Browse the repository at this point in the history
  101. deps: upgrade npm to 8.5.2

    PR-URL: #42122
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    npm-robot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    1a0f26f View commit details
    Browse the repository at this point in the history
  102. perf_hooks: do not return all entries with getEntriesBy[Name|Type]

    Fix: #42028
    
    PR-URL: #42104
    Fixes: #42028
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    meixg authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    7c0b8ca View commit details
    Browse the repository at this point in the history
  103. doc: remove repeated a word

    PR-URL: #42138
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    apeltop authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    5980b6d View commit details
    Browse the repository at this point in the history
  104. lib: clean after the cancel algorithm throw error

    PR-URL: #41366
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    MoonBall authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e170440 View commit details
    Browse the repository at this point in the history
  105. crypto: add KeyObject.prototype.equals method

    PR-URL: #42093
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    panva authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    b7599d8 View commit details
    Browse the repository at this point in the history
  106. crypto: validate this value for webcrypto.getRandomValues

    PR-URL: #41760
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    4eecb25 View commit details
    Browse the repository at this point in the history
  107. tools: update eslint to 8.10.0

    PR-URL: #42143
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    f2a1615 View commit details
    Browse the repository at this point in the history
  108. meta: update AUTHORS

    PR-URL: #42142
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    09ab046 View commit details
    Browse the repository at this point in the history
  109. deps: update nghttp2 to 1.47.0

    Added script to update nghttp2 in future. One can use
    ```sh
    $ ./tools/update-nghttp2.sh 1.47.0
    ```
    
    It will automatically copy and update the nghttps in deps.
    
    Fixes: #42089
    
    PR-URL: #42127
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    yashLadha authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    baeb66a View commit details
    Browse the repository at this point in the history
  110. fs: adjust default length for fs.readSync and fsPromises/read

    Makes default length reasonable when nonzero offset is set.
    
    PR-URL: #42128
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    LiviaMedeiros authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    6b55ba2 View commit details
    Browse the repository at this point in the history
  111. src: simplify GetExponentString

    PR-URL: #42121
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e77a7cf View commit details
    Browse the repository at this point in the history
  112. src: do not ignore return value of BIO_reset

    The USE macro indicates that a value is intentionally ignored. Instead,
    CHECK that the function succeeds.
    
    PR-URL: #42103
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    4244b1a View commit details
    Browse the repository at this point in the history
  113. src: simplify arg type of AddFingerprintDigest

    PR-URL: #42101
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    237f47e View commit details
    Browse the repository at this point in the history
  114. src: prefer bool over int in crypto_common

    PR-URL: #42097
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    2fe17f3 View commit details
    Browse the repository at this point in the history
  115. src: simplify TLSWrap::SetSession

    PR-URL: #42087
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    447ae8c View commit details
    Browse the repository at this point in the history
  116. src: combine GetCurveASN1Name and GetCurveNistName

    PR-URL: #42118
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    29fd5ff View commit details
    Browse the repository at this point in the history
  117. http: add default argument for Agent.prototype.getName

    PR-URL: #41906
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    xtx1130 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    16c00c6 View commit details
    Browse the repository at this point in the history
  118. buffer: improve blob read performance

    Fix: #42108
    
    PR-URL: #42117
    Fixes: #42108
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    meixg authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    d40f5a1 View commit details
    Browse the repository at this point in the history
  119. tools: update lint-md rollup dependencies

    Update to @rollup/plugin-commonjs@21.0.2 rollup@2.68.0
    
    PR-URL: #42141
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    8532f83 View commit details
    Browse the repository at this point in the history
  120. build: increase max ops for stale feature action

    Set the limit to match the number used in the
    close stalled action. Required as not all eligeable
    stale features are being processed.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #42130
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    bcabd70 View commit details
    Browse the repository at this point in the history
  121. build: fix usage of input in feature action

    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #42150
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    b2c88ec View commit details
    Browse the repository at this point in the history
  122. doc: remove reference to obsolete security program

    The ecosystem security program via HackerOne is no longer a thing.
    Remove mention of it from SECURITY.md.
    
    PR-URL: #42144
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    5322c73 View commit details
    Browse the repository at this point in the history
  123. test: update V8 trace events test expectations

    The event "V8.GCScavenger" is soon to be deprecated. Most of V8
    trace events are either behind flags and disabled by default, or
    are emitted infrequently. Instead of replacing "V8.GCScavenger"
    with some other random event, this patch updates the tests to
    check that there is some event in the category "v8" whose name
    starts with "V8.".
    
    PR-URL: #42120
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    nickie authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    33b11a3 View commit details
    Browse the repository at this point in the history
  124. src: remove dead code in AddFingerprintDigest

    This function is never called with md_size == 0, and it would make no
    sense to do so in the future either.
    
    PR-URL: #42145
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    3026449 View commit details
    Browse the repository at this point in the history
  125. http2: close stream and session on frameError

    PR-URL: #42147
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    RafaelGSS authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    28af75e View commit details
    Browse the repository at this point in the history
  126. doc: add JakobJingleheimer to collaborators list

    Fixes: #42079
    
    PR-URL: #42185
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    JakobJingleheimer authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    88e67b8 View commit details
    Browse the repository at this point in the history
  127. doc: fix typos

    PR-URL: #42146
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    apeltop authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    d0ce089 View commit details
    Browse the repository at this point in the history
  128. doc: add missing single-quotes to http.OutgoingMessage

    PR-URL: #42162
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    juanarbol authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    993a943 View commit details
    Browse the repository at this point in the history
  129. stream: use .chunk when calling adapters's writev

    Fix: #42157
    
    PR-URL: #42161
    Fixes: #42157
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    meixg authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a5b189c View commit details
    Browse the repository at this point in the history
  130. doc: add next-10 to strategic initiatives

    It was suggested to me that adding the next-10
    effort to the strategic initiatives would be a good
    way to keep the TSC up to date an in the loop on
    the effort.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #42167
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    19b62dd View commit details
    Browse the repository at this point in the history
  131. build: drop shortened URL from lint-commit-message

    The shortened link to the commit message guidelines no longer works
    after they were moved from `docs/guides` to `docs/contributing`. Now
    that `core-validate-commit` outputs an error message pointing to the
    full URL of the commit message guidelines on failure we no longer need
    to include the URL (shortened or otherwise) in the workflow title.
    
    PR-URL: #42168
    Refs: nodejs/core-validate-commit#95
    Refs: #41697
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    richardlau authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    ba56e41 View commit details
    Browse the repository at this point in the history
  132. doc: use parenthesis instead of em dash

    PR-URL: #42202
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    63b468f View commit details
    Browse the repository at this point in the history
  133. test: fix test-process-env-tz.js by using RegExp

    Not all environment returns 'Central European Summer Time', 'British
    Summer Time' and 'Coordinated Universal Time'. E.g. Some environment
    like Chinese returns '中欧夏令时间', '英国夏令时间' and '协调世界时'.
    
    PR-URL: #42113
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    XadillaX authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    70281e1 View commit details
    Browse the repository at this point in the history
  134. doc: add note about nghttp2 hd pair size

    PR-URL: #42172
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    RafaelGSS authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    1260453 View commit details
    Browse the repository at this point in the history
  135. doc: clarify that some modules don't work when compiled without ssl

    PR-URL: #42198
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    17172fe View commit details
    Browse the repository at this point in the history
  136. loader: fix esm resolve for symlink file

    Fix: #42195
    
    PR-URL: #42197
    Fixes: #42195
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    meixg authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    2cbf45b View commit details
    Browse the repository at this point in the history
  137. meta: update AUTHORS

    PR-URL: #42227
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    137ca4e View commit details
    Browse the repository at this point in the history
  138. src: skip revoke_data_object if uuid is not found

    Fix: #42206
    
    PR-URL: #42212
    Fixes: #42206
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    meixg authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    d4b1b5c View commit details
    Browse the repository at this point in the history
  139. test: cover 32-bit sizes in generatePrime

    PR-URL: #42207
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    623be18 View commit details
    Browse the repository at this point in the history
  140. tools: update lint-md-dependencies to rollup@2.69.1

    PR-URL: #42226
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    fe5578b View commit details
    Browse the repository at this point in the history
  141. doc: remove "considered" for clarity

    "considered undefined" suggests that it's not REALLY undefined. It's
    really undefined. Be firm!
    
    PR-URL: #42218
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    cda623c View commit details
    Browse the repository at this point in the history
  142. http2: add edge case to GOAWAY request

    PR-URL: #42190
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    RafaelGSS authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    ddef6bb View commit details
    Browse the repository at this point in the history
  143. doc: remove erroneous comma in cluster explainer

    PR-URL: #42238
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    275b66d View commit details
    Browse the repository at this point in the history
  144. url, src: modify one special_back_slash

    Make it always equals to `false`.
    
    PR-URL: #42112
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    XadillaX authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    78647ed View commit details
    Browse the repository at this point in the history
  145. src: return proper URLs from node_api_get_module_file_name

    Using `file://${path}` does not properly escape special URL characters.
    
    PR-URL: #41758
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    addaleax authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    db9f775 View commit details
    Browse the repository at this point in the history
  146. doc: update stale feature messages

    - update the messages to reflect additional
      bikeshedding that took place when action
      was implemented in
      https://github.com/nodejs/node/blob/master/.github/workflows/close-stale-feature-requests.yml.
    - fix links to this document in messages as
      we moved the contributing docs location.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #42217
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    6545094 View commit details
    Browse the repository at this point in the history
  147. src: fix unchecked return warning from coverity

    Fix unchecked return warning from coverity in
    src/env.cc. Added check in same manner as other
    places where uv_async_init is called.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #42176
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    830f93d View commit details
    Browse the repository at this point in the history
  148. doc: readline 'line' event emits final line

    Updated docs to reflect current behaviour of readline:
    final line of input will be emitted via `'line'` event
    when input stream `'end'` event is emitted even when
    the input is not newline terminated.
    
    Refs: nodejs/node-v0.x-archive#7238
    
    PR-URL: #42214
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    mattpr authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    6763bed View commit details
    Browse the repository at this point in the history
  149. crypto: add CHECKs to remaining BIO_s_mem allocs

    PR-URL: #42155
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    602f34e View commit details
    Browse the repository at this point in the history
  150. tools: fix web streams API links

    PR-URL: #42153
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    mscdex authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    3593953 View commit details
    Browse the repository at this point in the history
  151. meta: add dependencies label to label-pr-config

    PR-URL: #42129
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Mesteery authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    c56e15a View commit details
    Browse the repository at this point in the history
  152. crypto: fix fingerprint string size calculation

    The function generating fingerprint strings never accesses more than
    EVP_MAX_MD_SIZE * 3 characters, including the terminating '\0'.
    
    PR-URL: #42175
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    7f43f94 View commit details
    Browse the repository at this point in the history
  153. build: use ccache in make-v8.sh on ppc64le and s390x

    If `ccache` is available, use it during V8 builds on ppc64le and s390x.
    Only create the `gcc` and `g++` shims if necessary.
    
    PR-URL: #42204
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    richardlau authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    c5da1dd View commit details
    Browse the repository at this point in the history
  154. url: trim leading and trailing C0 control chars

    Emulate the WHATWHG URL parse behavior of trimming leading and trailing
    C0 control characters. This moves url.parse() slightly closer to
    WHATWHG URL behavior. The current behavior is possibly insecure for some
    uses. (The url.parse() API is marked as Legacy and the documentation
    specifically says it has known bugs and insecure behaviors. Still this
    change makes a lot of sense.)
    
    This issue was reported by P0cas. https://github.com/P0cas
    
    PR-URL: #42196
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    962a8ec View commit details
    Browse the repository at this point in the history
  155. string_decoder: fix crash when calling __proto__.write()

    This makes the function throw an exception from JS instead of crashing.
    
    Fixes: #41949
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: #42062
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    RaisinTen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    f21f104 View commit details
    Browse the repository at this point in the history
  156. doc: remove refs to old OpenSSL list-* commands

    The last release line that did not support the new openssl list command
    was OpenSSL 1.1.0, which reached its end-of-life status years ago.
    
    PR-URL: #42235
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    436bdde View commit details
    Browse the repository at this point in the history
  157. deps: upgrade npm to 8.5.3

    PR-URL: #42205
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    npm-robot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    6b721d7 View commit details
    Browse the repository at this point in the history
  158. lib: fix AsyncResource.bind not using 'this' from the caller by default

    PR-URL: #42177
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    Reviewed-By: Bryan English <bryan@bryanenglish.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    rochdev authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    dcebb99 View commit details
    Browse the repository at this point in the history
  159. doc: deprecate string coercion in fs.write, fs.writeFileSync

    This also affects `fs.writeFile`, `fs.appendFile`, and
    `fs.appendFileSync`
    
    Refs: #41677
    
    PR-URL: #42149
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    LiviaMedeiros authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a84896e View commit details
    Browse the repository at this point in the history
  160. src: use emplace_back instead of push_back

    PR-URL: #42159
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    yashLadha authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    de3748a View commit details
    Browse the repository at this point in the history
  161. test: use global webcrypto for WPT tests

    PR-URL: #42236
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    aduh95 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    3cc06de View commit details
    Browse the repository at this point in the history
  162. src,crypto: avoid tristate Maybe<bool> in ExportJWKEcKey()

    The function currently uses the return value to convey whether an
    exception was thrown while it was running by using either Just(true) or
    Nothing<bool>(). Unfortunately, Maybe<bool> also has a third state -
    Just(false), which doesn't make any sense here. So this change avoids
    the possibility of a tristate return value by making use of Maybe<void>
    which only has two valid states - JustVoid() / Nothing<void>(), which
    fits right in.
    
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: #42223
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    RaisinTen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    bf1f485 View commit details
    Browse the repository at this point in the history
  163. debugger: correct typo in inspect_repl.js

    PR-URL: #42267
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    cola119 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e9d7af1 View commit details
    Browse the repository at this point in the history
  164. doc: remove outdated timeout.unref content

    resolve: #42239
    
    PR-URL: #42241
    Fixes: #42239
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    meixg authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    9fa6e44 View commit details
    Browse the repository at this point in the history
  165. http2: fix potential integer overflow

    Fix report from coverity on potential integer overflow
    in http2.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #42248
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    d301a88 View commit details
    Browse the repository at this point in the history
  166. esm: add runtime warning for specifier resolution flag

    PR-URL: #42252
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    GeoffreyBooth authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    25017ca View commit details
    Browse the repository at this point in the history
  167. src: perform minor cleanups on zlib code

    - Use `final` to indicate the classes that we actually
      instantiate
    - Properly use `const` (and the necessary associated `const_cast`
      for zlib because we don’t define `ZLIB_CONST` and allow shared
      builds)
    - Store the JS callback in an internal field rather than a `Global`
      (which improves memory leak debugging capabilities, removes
      a potential future memory leak footgun, and aligns the code
      with the rest of the codebase more closely)
    - Other minor C++ cleanup
    
    PR-URL: #42247
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    addaleax authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    90ce5c9 View commit details
    Browse the repository at this point in the history
  168. deps: V8: cherry-pick c6f6626deb14

    Original commit message:
    
        [riscv64] Fix segmentation fault of webpack-make from cockpit
    
        issue: riscv-collab/v8#520
    
        Change-Id: I7fe298ad16a2f599805929db0f084a81c4eb7f7a
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3503170
        Auto-Submit: Yahan Lu <yahan@iscas.ac.cn>
        Reviewed-by: ji qiu <qiuji@iscas.ac.cn>
        Reviewed-by: Yahan Lu <yahan@iscas.ac.cn>
        Commit-Queue: Yahan Lu <yahan@iscas.ac.cn>
        Cr-Commit-Position: refs/heads/main@{#79376}
    
    Refs: v8/v8@c6f6626
    
    PR-URL: #42240
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    luyahan authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    ba1d949 View commit details
    Browse the repository at this point in the history
  169. src: remove redundant buffer size check

    This condition is already checked by the CHECK_BUFLEN_IN_RANGE macro,
    so if it was true here, that would contradict the previous check.
    
    PR-URL: #42257
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    268fd97 View commit details
    Browse the repository at this point in the history
  170. test: add test case for reverted 17.7 regression

    Refs: #42279
    
    PR-URL: #42283
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    245577e View commit details
    Browse the repository at this point in the history
  171. url: preserve null char in WHATWG URL errors

    A null character in the middle of an invalid URL was resulting in an
    error message that truncated the input string. This preserves the entire
    input string in the error message.
    
    Refs: #39592
    
    PR-URL: #42263
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e918570 View commit details
    Browse the repository at this point in the history
  172. src: include internal/options in the snapshot

    This patch enables internal/options to be included in the snapshot,
    so that when lazy loading the run time options, the modules only
    need to make sure that the options are queried lazily and do not
    have to lazy load the internal/options module together. We can
    still guarantee that no run time options are serialized into the
    state-independent bootstrap snapshot with the assertion inside
    GetCLIOptions().
    
    PR-URL: #42203
    Refs: #37476
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    joyeecheung authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    376b3c4 View commit details
    Browse the repository at this point in the history
  173. meta: update AUTHORS

    PR-URL: #42317
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a122eb1 View commit details
    Browse the repository at this point in the history
  174. deps: cares: cherry-pick b5a3d96

    Original commit message:
    
    Asterisks should be allowed in host validation as CNAMEs may reference
    wildcard domains
    
    CloudFlare appears to use this logic in CNAMEs as per
    #42171
    
    Fixes: c-ares/c-ares#457
    Fix By: Brad House (@bradh352)
    
    PR-URL: #42216
    Fixes: #42171
    Fixes: #457
    Refs: c-ares/c-ares#457
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    bradh352 authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    8d734cb View commit details
    Browse the repository at this point in the history
  175. doc: improve pipe description

    I spent hours trying to make it work only to
    learn that it's not supported in node anymore,
    so I thought I'd save other people the time in the future.
    
    https://groups.google.com/g/nodejs/c/SxNKLclbM5k?pli=1
    
    PR-URL: #42295
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    mifi authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    43b8a4f View commit details
    Browse the repository at this point in the history
  176. doc: clarify the meaning of legacy status

    Fixes: #42230
    Fixes: #42232
    
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: #42269
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    RaisinTen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    f53b454 View commit details
    Browse the repository at this point in the history
  177. tools: update eslint to 8.11.0

    PR-URL: #42318
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    7636370 View commit details
    Browse the repository at this point in the history
  178. src: check return value of HMAC_Final

    PR-URL: #42303
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    5eaa591 View commit details
    Browse the repository at this point in the history
  179. esm: improve typings and code coverage

    PR-URL: #42305
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    bmeck authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    2e42ccf View commit details
    Browse the repository at this point in the history
  180. src: avoid returning invalid value from hex2bin

    If the input is not a valid hexadecimal digit, hex2bin should not return
    an invalid value, which is not handled correctly by the caller, which is
    the PercentDecode function. However, PercentDecode only ever calls the
    hex2bin function with valid hexadecimal digits, so mark the code path
    that previously returned an invalid value for non-digits as UNREACHABLE.
    
    PR-URL: #42307
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    0e3e3fd View commit details
    Browse the repository at this point in the history
  181. src: simplify bound check in ParseArrayIndex

    PR-URL: #42306
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    57b619d View commit details
    Browse the repository at this point in the history
  182. tools: update lint-md-dependencies to rollup@2.70.0 unified@10.1.2

    PR-URL: #42316
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Joe Sepi <sepi@joesepi.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    97aa236 View commit details
    Browse the repository at this point in the history
  183. tools: update doc to highlight.js@11.5.0 unified@10.1.2

    PR-URL: #42315
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Joe Sepi <sepi@joesepi.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    1c10615 View commit details
    Browse the repository at this point in the history
  184. src: check EC_POINT_get_affine_coordinates result

    PR-URL: #42304
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    5b30e28 View commit details
    Browse the repository at this point in the history
  185. src: fix coverity warnings in node_file.cc

    Fix two warnings about a useless call and not checking
    a return value.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #42272
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    7fe16ec View commit details
    Browse the repository at this point in the history
  186. test: improve _http_outgoing coverage

    PR-URL: #42213
    Refs: https://coverage.nodejs.org/coverage-29bb2bb57d2a993e/lib/_http_outgoing.js.html
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    kuriyosh authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    3d37efe View commit details
    Browse the repository at this point in the history
  187. test: improve _http_incoming.js coverage

    PR-URL: #42211
    Refs: https://coverage.nodejs.org/coverage-010cb714161102de/lib/_http_incoming.js.html
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    kuriyosh authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    6d422ad View commit details
    Browse the repository at this point in the history
  188. doc: clarify path search in child_process.spawn

    The documentation about command lookup could be more clear and note
    differences between Windows and Linux/OSX.
    Current text gives the impression that if one passes `options.env`
    without `PATH`, the path search will fall back on `process.env.PATH`.
    In reality, passing environment without `PATH` to `execvp` causes it
    to look for the binary only in `/usr/bin:/bin`.
    Also Windows behaves different and more in line with the current
    documentation text.
    
    PR-URL: #41418
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    zobo authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    3188dcb View commit details
    Browse the repository at this point in the history
  189. doc: fix async iterable pipeline signal examples

    Fix the pipeline examples to show that async generators receive
    an AbortSignal wrapped in an object.
    
    PR-URL: #42258
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    tilgovi authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    4f6b187 View commit details
    Browse the repository at this point in the history
  190. lib: refactor to use primordials in lib/assert.js

    PR-URL: #41702
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    marsonya authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    ebe2b6d View commit details
    Browse the repository at this point in the history
  191. esm: make extension-less errors in type:module actionable

    PR-URL: #42301
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    bmeck authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    c777cb3 View commit details
    Browse the repository at this point in the history
  192. doc: update base branch name for nodejs/nodejs.org

    PR-URL: #42355
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    df19099 View commit details
    Browse the repository at this point in the history
  193. doc: add @ShogunPanda to collaborators

    PR-URL: #42362
    Fixes: #42245
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    ShogunPanda authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    835e65b View commit details
    Browse the repository at this point in the history
  194. doc: revise async_hooks docs

    The only significant change is to replace AsyncHooks with `AsyncHook`.
    
    PR-URL: #42337
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    fb42f99 View commit details
    Browse the repository at this point in the history
  195. doc: remove unneeded lint disable comment

    PR-URL: #42374
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    cb07930 View commit details
    Browse the repository at this point in the history
  196. doc: fix Embedder's Guide link to V8 official docs

    PR-URL: #42373
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    aroyan authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    7073017 View commit details
    Browse the repository at this point in the history
  197. test: improve https_renew_cert.sh script

    - To avoid unnecessarily large diffs, only generate a new private key
      if necessary. Otherwise, reuse the existing private key and only
      issue a new certificate.
    - Remove an unnecessary conversion step using openssl rsa and the
      intermediate rsa.pem and csr.pem files.
    - Extend the certificate validity from 1 year to 10 years.
    - Show a text representation of the issued certificate upon completion
      such that the user can verify the validity.
    - Make the script executable.
    - Use "#!/usr/bin/env bash" instead of "#!/bin/bash".
    - Allow the script to be called from any directory.
    
    Refs: #42342
    Refs: #37990
    
    PR-URL: #42343
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    04243a8 View commit details
    Browse the repository at this point in the history
  198. worker: do not send message if port is closing

    Fixes: #42296
    
    PR-URL: #42357
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a458fbf View commit details
    Browse the repository at this point in the history
  199. http: trace http client by perf_hooks

    PR-URL: #42345
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    theanarkh authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    39fb114 View commit details
    Browse the repository at this point in the history
  200. doc: document goal to have examples

    As discussed in next-10 mini-summit on documentation
    see minutes where next steps were discussed -
    https://github.com/nodejs/next-10/blob/main/meetings/2022-02-16.md
    and minutes from summit -
    https://github.com/nodejs/next-10/blob/main/meetings/2022-02-16.md
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #42274
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    83391d1 View commit details
    Browse the repository at this point in the history
  201. src: convert hex2bin() into a regular function

    No need to write hex2bin() as a function template because it's only
    called with a char parameter.
    
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: #42321
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RaisinTen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    73ce911 View commit details
    Browse the repository at this point in the history
  202. test: give slow tests more time on Rasberry PIs

    Refs: #42379
    
    A number of tests have been failing internmittently
    on the Rasberry PIs with timeouts since the update
    to OpenSSL 3.0. Give them more time.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #42380
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    mhdawson authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e3bced1 View commit details
    Browse the repository at this point in the history
  203. doc: add that chacha20-poly1305 is IETF version

    PR-URL: #42370
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    682248c View commit details
    Browse the repository at this point in the history
  204. deps: upgrade npm to 8.5.5

    PR-URL: #42382
    Reviewed-By: Ruy Adorno <ruyadorno@github.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    npm-robot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    7e73e5e View commit details
    Browse the repository at this point in the history
  205. test,crypto: add and update empty passphrase regression tests

    Refs: openssl/openssl#17507
    Refs: #41428
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: #42319
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    RaisinTen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    ad17c9c View commit details
    Browse the repository at this point in the history
  206. doc: improve README.md usability

    * The logo takes a lot of room doesn't add information.
    * Make Node.js a top-level header and Table of Contents a  second-level
      header.
    
    This looks better, improve semantics, makes the README.md more usable in
    its raw form, and aligns us with README.md practices in other projects
    like TypeScript and Deno.
    
    PR-URL: #42378
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Trott authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    208ab57 View commit details
    Browse the repository at this point in the history
  207. crypto: fix auth tag length error when mode != GCM

    PR-URL: #42383
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    tniessen authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    f990308 View commit details
    Browse the repository at this point in the history
  208. tools: update lint-md-dependencies to rollup@2.70.1

    PR-URL: #42403
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    789e604 View commit details
    Browse the repository at this point in the history
  209. meta: update AUTHORS

    PR-URL: #42404
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    nodejs-github-bot authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a363842 View commit details
    Browse the repository at this point in the history
  210. esm: fix relative imports for https

    PR-URL: #42119
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    bmeck authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    b68db72 View commit details
    Browse the repository at this point in the history
  211. esm: fix base URL for network imports

    PR-URL: #42131
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    bmeck authored and danielleadams committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    166eb78 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. 2022-04-26, Version 16.15.0 'Gallium' (LTS)

    Notable changes:
    
    Add fetch API
    
    Adds experimental support to the fetch API. This adds the `--experimental-fetch`
    flag that installs the `fetch`, `Request`, `Response`, `Headers`, and `FormData`
    globals.
    
    * (SEMVER-MINOR) add fetch (Michaël Zasso) #41749
    * (SEMVER-MINOR) add FormData global when fetch is enabled (Michaël Zasso) #41956
    
    Other notable changes
    
    * build:
      * remove broken x32 arch support (Ben Noordhuis) #41905
    * crypto:
      * (SEMVER-MINOR) add KeyObject.prototype.equals method (Filip Skokan) #42093
    * doc:
      * add @ShogunPanda to collaborators (Paolo Insogna) #42362
      * add JakobJingleheimer to collaborators list (Jacob Smith) #42185
      * add joesepi to collaborators (Joe Sepi) #41914
      * add marsonya to collaborators (Akhil Marsonya) #41991
      * deprecate string coercion in `fs.write`, `fs.writeFileSync` (Livia
        Medeiros) #42149
      * deprecate notice for process methods (Yash Ladha) #41587
    * esm:
      * (SEMVER-MINOR) support https remotely and http locally under flag
        (Bradley Farias) #36328
    * module:
      * (SEMVER-MINOR) unflag esm json modules (Geoffrey Booth) #41736
    * node-api:
      * (SEMVER-MINOR) add node_api_symbol_for() (Darshan Sen) #41329
    * process:
      * deprecate multipleResolves (Benjamin Gruenbaum) #41872
    * stream:
      * (SEMVER-MINOR) support some and every (Benjamin Gruenbaum) #41573
      * (SEMVER-MINOR) add toArray (Benjamin Gruenbaum) #41553
      * (SEMVER-MINOR) add forEach method (Benjamin Gruenbaum) #41445
    
    PR-URL: #42847
    danielleadams committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    e243282 View commit details
    Browse the repository at this point in the history