Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8068f40313
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0cc37209fa
Choose a head ref
  • 8 commits
  • 8,474 files changed
  • 5 contributors

Commits on Oct 10, 2021

  1. typings: fix declaration of primordials

    PR-URL: #40222
    Fixes: #40144
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    targos committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    9e64336 View commit details
    Browse the repository at this point in the history
  2. typings: define types for timers binding

    PR-URL: #40222
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    targos committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    3815a21 View commit details
    Browse the repository at this point in the history
  3. typings: add missing types to options and util bindings

    PR-URL: #40222
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    targos committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    70a5b86 View commit details
    Browse the repository at this point in the history
  4. typings: define types for os binding

    PR-URL: #40222
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    targos committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    9467cba View commit details
    Browse the repository at this point in the history
  5. doc: fix typos in n-api docs

    PR-URL: #40402
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    igncp authored and nodejs-github-bot committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    7dd3adf View commit details
    Browse the repository at this point in the history
  6. meta: update AUTHORS

    PR-URL: #40392
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    nodejs-github-bot authored and Trott committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    49b7ec9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. deps,test,src,doc,tools: update to OpenSSL 3.0

    This pull request updates the OpenSSL version that is statically
    linked with Node.js from OpenSSl 1.1.1 to quictls OpenSSL 3.0.0+quic.
    
    This pull request will replace the OpenSSL version that is currently
    in the deps directory and when performing a normal build
    OpenSSL 3.0+quic will be statically linked to the Node.js executable.
    We will still be able to dynamically link to OpenSSL 1.1.1 and we have
    a CI job which dynamically links to OpenSSL 1.1.1 which is run for
    every pull request to make sure that we maintain backward compatibility.
    
    PR-URL: #38512
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    danbev committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    66da32c View commit details
    Browse the repository at this point in the history
  2. meta: consolidate duplicate AUTHORS entries for hassaanp

    Create a .mailmap entry to consolidate the two AUTHORS entries for
    hassaanp into a single entry.
    
    PR-URL: #40391
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Trott authored and nodejs-github-bot committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    0cc3720 View commit details
    Browse the repository at this point in the history
Loading