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: v12.20.1
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.20.2
Choose a head ref
  • 6 commits
  • 167 files changed
  • 5 contributors

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    f5c706e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. deps: upgrade npm to 6.14.11

    PR-URL: #37173
    Reviewed-By: Myles Borins <[email protected]>
    Reviewed-By: Beth Griggs <[email protected]>
    ruyadorno committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    427968d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. async_hooks: fix leak in AsyncLocalStorage exit

    If exit is called and then run or enterWith are called within the
    exit function, the als instace should not be added to the storageList
    additional times. The correct behaviour is to remove the instance
    from the storageList before executing the exit handler and then to
    restore it after.
    
    PR-URL: #35779
    Reviewed-By: Vladimir de Turckheim <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Gerhard Stöbich <[email protected]>
    Reviewed-By: Andrey Pechkurov <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Qard authored and ruyadorno committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    e8a4e56 View commit details
    Browse the repository at this point in the history
  2. http: do not loop over prototype in Agent

    Fixes: #36364
    
    PR-URL: #36410
    Reviewed-By: Gerhard Stöbich <[email protected]>
    Reviewed-By: Ricky Zhou <[email protected]>
    targos authored and ruyadorno committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    cd9a810 View commit details
    Browse the repository at this point in the history
  3. http2: check write not scheduled in scope destructor

    Fixes: #33156
    
    PR-URL: #36241
    Backport-PR-URL: #36355
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    davedoesdev authored and ruyadorno committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    4ac8f37 View commit details
    Browse the repository at this point in the history
  4. 2021-02-10, Version 12.20.2 'Erbium' (LTS)

    Notable changes:
    
    * deps:
      * upgrade npm to 6.14.11 (Ruy Adorno) [#37173](#37173)
    
    PR-URL: #37286
    ruyadorno committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    abf8088 View commit details
    Browse the repository at this point in the history
Loading