Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-11node-api: add deprecation code of uncaught exceptionChengzhong Wu
2022-10-11node-api: avoid calling virtual methods in base's dtorChengzhong Wu
2022-10-11node-api: cleanup redundant static modifierslegendecas
2022-07-31node-api: explicitly set __cdecl for API functionsVladimir Morozov
2022-07-31node-api: emit uncaught-exception on unhandled tsfn callbackslegendecas
2022-07-31node-api: format Node-API related codeVladimir Morozov
2022-04-24src: return proper URLs from node_api_get_module_file_nameAnna Henningsen
2022-04-24node-api: fix typo in `node_api.cc`Austin Kelleher
2021-08-22src: add a constructor overload for CallbackScopeDarshan Sen
2021-07-11node-api: cctest on v8impl::Referencelegendecas
2021-06-02src: replace `auto`s in node_api.ccXadillaX
2021-05-31node-api: fix shutdown crashesMichael Dawson
2021-05-17node-api: faster threadsafe_functionFedor Indutny
2021-02-10node-api: allow retrieval of add-on file nameGabriel Schulhof
2020-11-16n-api: factor out calling patternGabriel Schulhof
2020-10-31n-api: napi_make_callback emit async init with resource of async_contextlegendecas
2020-09-26src: allow N-API addon in `AddLinkedBinding()`Anna Henningsen
2020-08-27n-api: re-implement async env cleanup hooksGabriel Schulhof
2020-08-07n-api: fix use-after-free with napi_remove_async_cleanup_hookAnna Henningsen
2020-08-07n-api,src: provide asynchronous cleanup hooksAnna Henningsen
2020-07-24n-api: run all finalizers via SetImmediate()Gabriel Schulhof
2020-06-25worker: add public method for marking objects as untransferableAnna Henningsen
2020-05-28n-api: remove `napi_env::CallIntoModuleThrow`Gabriel Schulhof
2020-05-23Revert "n-api: detect deadlocks in thread-safe function"Anna Henningsen
2020-04-29n-api: simplify uv_idle wranglingBen Noordhuis
2020-04-19n-api: detect deadlocks in thread-safe functionGabriel Schulhof
2020-04-16Revert "n-api: detect deadlocks in thread-safe function"Gabriel Schulhof
2020-04-09n-api: detect deadlocks in thread-safe functionGabriel Schulhof
2020-01-08doc,src: clarify that one napi_env is per-modulelegendecas
2020-01-04n-api: keep napi_env alive while it has finalizersAnna Henningsen
2019-11-20src: fix -Winconsistent-missing-override warningcjihrig
2019-11-19src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen
2019-08-01src: allow generic C++ callables in SetImmediate()Anna Henningsen
2019-07-26n-api: add APIs for per-instance state managementGabriel Schulhof
2019-07-11n-api: make thread-safe-function calls properlyGabriel Schulhof
2019-06-22n-api: make func argument of napi_create_threadsafe_function optionallegendecas
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-14n-api: defer Buffer finalizer with SetImmediateAnna Henningsen
2019-05-26src: move DiagnosticFilename inlines into a -inl.hSam Roberts
2019-05-23src: remove env-inl.h from header filesSam Roberts
2019-05-23src: move ThreadPoolWork inlines into a -inl.hSam Roberts
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-24n-api: do not require JS Context for `napi_async_destroy()`Anna Henningsen
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-03-10src: apply clang-tidy various improvementgengjiawen
2019-02-22worker: improve integration with native addonsAnna Henningsen
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2019-02-17n-api: turn NAPI_CALL_INTO_MODULE into a functionAnna Henningsen
2019-02-17n-api: do not call into JS when that is not allowedAnna Henningsen
2019-02-07src: use NULL check macros to check nullptrZYSzys