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

async_wrap,src: promise hook integration #13000

Closed
wants to merge 16 commits into from
Closed

async_wrap,src: promise hook integration #13000

wants to merge 16 commits into from

Commits on May 12, 2017

  1. async_wrap,src: promise hook integration

    This change provides unified tracking of asynchronous promise lifecycles
    for both domains and async hooks.
    Matt Loring committed May 12, 2017
    Configuration menu
    Copy the full SHA
    ef35de1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Reintroduce promise hook sharing

    Matt Loring committed May 15, 2017
    Configuration menu
    Copy the full SHA
    563c1b0 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Matt Loring committed May 15, 2017
    Configuration menu
    Copy the full SHA
    4aaadc0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Clean up comments

    Matt Loring committed May 23, 2017
    Configuration menu
    Copy the full SHA
    70f9675 View commit details
    Browse the repository at this point in the history
  2. remove unused variables

    addaleax authored and Matt Loring committed May 23, 2017
    Configuration menu
    Copy the full SHA
    0afbcfc View commit details
    Browse the repository at this point in the history
  3. use .As<>() for casting

    addaleax authored and Matt Loring committed May 23, 2017
    Configuration menu
    Copy the full SHA
    833ad39 View commit details
    Browse the repository at this point in the history
  4. align arguments (trevnorris review)

    addaleax authored and Matt Loring committed May 23, 2017
    Configuration menu
    Copy the full SHA
    5717d75 View commit details
    Browse the repository at this point in the history
  5. add CHECK_NE() (trevnorris review)

    addaleax authored and Matt Loring committed May 23, 2017
    Configuration menu
    Copy the full SHA
    34ee31f View commit details
    Browse the repository at this point in the history
  6. re-untangle domain/async_hooks promise support

    addaleax authored and Matt Loring committed May 23, 2017
    Configuration menu
    Copy the full SHA
    e0c194b View commit details
    Browse the repository at this point in the history
  7. async_hooks: only set up hooks if used

    addaleax authored and Matt Loring committed May 23, 2017
    Configuration menu
    Copy the full SHA
    e1c11e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d47e97a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    012171a View commit details
    Browse the repository at this point in the history
  10. Remove redundant domain tracking

    Matt Loring committed May 23, 2017
    Configuration menu
    Copy the full SHA
    4e38bda View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Fix lint errors

    Matt Loring committed May 24, 2017
    Configuration menu
    Copy the full SHA
    13313bb View commit details
    Browse the repository at this point in the history
  2. Performance improvements

    Matt Loring committed May 24, 2017
    Configuration menu
    Copy the full SHA
    9b9c310 View commit details
    Browse the repository at this point in the history
  3. Appease linter

    Matt Loring committed May 24, 2017
    Configuration menu
    Copy the full SHA
    81ff7f6 View commit details
    Browse the repository at this point in the history