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 <[email protected]>
    Reviewed-By: Evan Lucas <[email protected]>
    Reviewed-By: Zijian Liu <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    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 <[email protected]>
    Reviewed-By: Evan Lucas <[email protected]>
    Reviewed-By: Zijian Liu <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    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 <[email protected]>
    Reviewed-By: Evan Lucas <[email protected]>
    Reviewed-By: Zijian Liu <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    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 <[email protected]>
    Reviewed-By: Evan Lucas <[email protected]>
    Reviewed-By: Zijian Liu <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    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 <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    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 <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    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 <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    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 <[email protected]>
    Reviewed-By: Zijian Liu <[email protected]>
    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