Commits
User selector
Commit History
Commits on Jul 5, 2021
node-api: cctest on v8impl::Reference
Show description for 392213acommitted
Commits on Jun 1, 2021
src: replace `auto`s in node_api.cc
Show description for 46acbb0committed
Commits on May 20, 2021
node-api: fix shutdown crashes
Show description for c32c5f0committed
Commits on May 5, 2021
node-api: faster threadsafe_function
Show description for 7abc7e4committed
Commits on Feb 10, 2021
node-api: allow retrieval of add-on file name
Show description for ad3ebedandcommitted
Commits on Nov 16, 2020
n-api: factor out calling pattern
Show description for 2fd2235committed
Gabriel Schulhof
Commits on Oct 31, 2020
n-api: napi_make_callback emit async init with resource of async_context
Show description for 3a7537dauthored andcommitted
Commits on Sep 26, 2020
src: allow N-API addon in `AddLinkedBinding()`
Show description for ff38165authored andcommitted
Commits on Aug 27, 2020
n-api: re-implement async env cleanup hooks
Show description for 0848f56andcommitted
Commits on Aug 7, 2020
n-api: fix use-after-free with napi_remove_async_cleanup_hook
Show description for 262d0d0authored andcommitted
Commits on Aug 6, 2020
n-api,src: provide asynchronous cleanup hooks
Show description for 22cbbcfcommitted
Commits on Jul 24, 2020
n-api: run all finalizers via SetImmediate()
Show description for a74a6e3committed
Gabriel Schulhof
Commits on Jun 25, 2020
worker: add public method for marking objects as untransferable
Show description for 88fb5a5authored andcommitted
Commits on May 28, 2020
n-api: remove `napi_env::CallIntoModuleThrow`
Show description for 6a1df3bcommitted
Gabriel Schulhof
Commits on May 23, 2020
Revert "n-api: detect deadlocks in thread-safe function"
Show description for b18d8ddauthored andcommitted
Commits on Apr 29, 2020
n-api: simplify uv_idle wrangling
Show description for eebf52dauthored andcommitted
Commits on Apr 19, 2020
n-api: detect deadlocks in thread-safe function
Show description for d26ca06committed
Gabriel Schulhof
Commits on Apr 16, 2020
Revert "n-api: detect deadlocks in thread-safe function"
Show description for d3d5ecacommitted
Gabriel Schulhof
Commits on Apr 9, 2020
n-api: detect deadlocks in thread-safe function
Show description for aeb7084committed
Gabriel Schulhof
Commits on Jan 8, 2020
doc,src: clarify that one napi_env is per-module
Show description for 96eceb7authored andcommitted
Commits on Jan 4, 2020
n-api: keep napi_env alive while it has finalizers
Show description for 493faf6committed
Commits on Nov 20, 2019
src: fix -Winconsistent-missing-override warning
Show description for 3871cc5committed
Commits on Nov 19, 2019
src: mark ArrayBuffers with free callbacks as untransferable
Show description for 6cb8e4bcommitted
Commits on Jul 31, 2019
src: allow generic C++ callables in SetImmediate()
Show description for 5207deccommitted
Commits on Jul 25, 2019
n-api: add APIs for per-instance state management
Show description for 5030e81committed
Gabriel Schulhof
Commits on Jul 11, 2019
n-api: make thread-safe-function calls properly
Show description for f5b40b2committed
Gabriel Schulhof
Commits on Jun 22, 2019
n-api: make func argument of napi_create_threadsafe_function optional
Show description for 5705d7bauthored andcommitted
Commits on Jun 19, 2019
src: refactor uncaught exception handling
Show description for a33c3c6committed
Commits on Jun 14, 2019
n-api: defer Buffer finalizer with SetImmediate
Show description for 3ca0df2committed
Commits on May 26, 2019
src: move DiagnosticFilename inlines into a -inl.h
Show description for 02f9a0fauthored andcommitted
Commits on May 23, 2019
src: remove env-inl.h from header files
Show description for 60b315ccommittedsrc: move ThreadPoolWork inlines into a -inl.h
Show description for 6ded4f2committed
Commits on May 13, 2019
src: remove util-inl.h from header files
Show description for b6bfc19committed
Commits on Apr 24, 2019
n-api: do not require JS Context for `napi_async_destroy()`
Show description for 55fbcdacommittedsrc: apply clang-tidy rule modernize-use-equals-default
Show description for 51079dbauthored andcommitted