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

src: unload native addons when the environment is destroyed #24861

Closed

Commits on Dec 6, 2018

  1. test,doc: add tests and docs for addon unloading

    Originally from portions of nodejs#23319.
    addaleax authored and Gabriel Schulhof committed Dec 6, 2018
    Copy the full SHA
    c991280 View commit details
    Browse the repository at this point in the history
  2. src: unload addons when environment quits

    This is an alternative to nodejs#23319
    which attaches the loaded addons to the environment and closes them
    when the environment is destroyed.
    Gabriel Schulhof committed Dec 6, 2018
    Copy the full SHA
    005cbc9 View commit details
    Browse the repository at this point in the history
  3. squash! whitespace fixes

    Gabriel Schulhof committed Dec 6, 2018
    Copy the full SHA
    df7aa7a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. review suggestions

    Gabriel Schulhof committed Dec 11, 2018
    Copy the full SHA
    584f643 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. replace atexit(3) with library destructor

    Gabriel Schulhof committed Dec 17, 2018
    Copy the full SHA
    0b5d597 View commit details
    Browse the repository at this point in the history