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-06-14test: mark test_buffer/test_finalizer flakyMichael Dawson
2022-05-27node-api: emit uncaught-exception on unhandled tsfn callbackslegendecas
2022-04-07node-api,src: fix module registration in MSVC C++Vladimir Morozov
2022-03-07src: return proper URLs from node_api_get_module_file_nameAnna Henningsen
2022-02-05test: enable no-empty ESLint ruleRich Trott
2021-09-08Revert "src: skip test_fatal/test_threads for Debug builds"Anna Henningsen
2021-06-14report: generates report on threads with no isolateslegendecas
2021-06-08src: skip test_fatal/test_threads for Debug buildsDaniel Bevenius
2021-05-18src: fix fatal errors when a current isolate not existlegendecas
2021-05-05node-api: faster threadsafe_functionFedor Indutny
2021-04-13test: fix typo in comment in binding.cTobias Nießen
2021-04-02test: prepare for consistent comma-dangle lint ruleRich Trott
2021-03-19node-api: stop ref gc during environment teardownGabriel Schulhof
2021-03-11node-api: define version 8Gabriel Schulhof
2021-02-10node-api: allow retrieval of add-on file nameGabriel Schulhof
2021-02-06test: rename n-api to node-apiGabriel Schulhof
2021-02-02test: remove outdated V8 flagMichaël Zasso
2021-01-27test,doc,lib: adjust object literal newlines for lint ruleRich Trott
2020-11-21n-api: fix test_async_context warningsGabriel Schulhof
2020-11-05n-api: unlink reference during its destructorGabriel Schulhof
2020-10-31n-api: napi_make_callback emit async init with resource of async_contextlegendecas
2020-10-27n-api: revert change to finalizationMichael Dawson
2020-10-07test: adjust comments for upcoming lint ruleRich Trott
2020-08-27n-api: re-implement async env cleanup hooksGabriel Schulhof
2020-08-21n-api: handle weak no-finalizer refs correctlyGabriel Schulhof
2020-08-12test: skip node-api/test_worker_terminate_finalizationAnna Henningsen
2020-08-11test: fix test_worker_terminate_finalizationAnna Henningsen
2020-08-07n-api,src: provide asynchronous cleanup hooksAnna Henningsen
2020-08-06test: convert most N-API tests from C++ to CGabriel Schulhof
2020-06-10n-api: ensure scope present for finalizationMichael Dawson
2020-05-24module: deprecate module.parentAntoine du HAMEL
2020-05-23Revert "n-api: detect deadlocks in thread-safe function"Anna Henningsen
2020-05-16buffer,n-api: release external buffers from BackingStore callbackAnna Henningsen
2020-04-30test: fix out-of-bound reads from invalid sizeof usageAnna Henningsen
2020-04-30test: add missing calls to napi_async_destroyAnna Henningsen
2020-04-28n-api: fix false assumption on napi_async_context structureslegendecas
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-03-09n-api: define release 6Gabriel Schulhof
2020-02-06n-api: free instance data as referenceGabriel Schulhof
2020-01-04n-api: keep napi_env alive while it has finalizersAnna Henningsen
2019-12-12src: migrate to new V8 ArrayBuffer APIThang Tran
2019-11-30test: port worker + buffer test to N-APIAnna Henningsen
2019-09-05n-api: mark version 5 N-APIs as stableGabriel Schulhof
2019-07-26n-api: add APIs for per-instance state managementGabriel Schulhof
2019-06-28test: use assert() in N-API async testAnna Henningsen
2019-06-22n-api: make func argument of napi_create_threadsafe_function optionallegendecas
2019-06-14n-api: defer Buffer finalizer with SetImmediateAnna Henningsen
2019-05-30test: cover import of a *.node file with a policy manifestEvgenii Shchepotev