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

worker: improve integration with native addons (take II) #26175

Closed
wants to merge 11 commits into from

Commits on Feb 20, 2019

  1. worker: improve integration with native addons

    Allow loading add-ons from multiple Node.js instances if they are
    declared context-aware; in particular, this applies to N-API addons.
    
    Also, plug a memory leak that occurred when registering N-API addons.
    
    Refs: nodejs#23319
    addaleax committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    49781f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28017ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b89e762 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    170629f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fb648c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    404301d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f97646 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    859610f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1b8fd9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    73ddc80 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c0f9d3 View commit details
    Browse the repository at this point in the history