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
2021-06-11node-api: avoid crashing on passed-in null stringGabriel Schulhof
2021-06-08node-api: avoid SecondPassCallback crashMichael Dawson
2021-06-04node-api: rtn pending excep on napi_new_instancelegendecas
2021-06-01src: fix typosbl-ue
2021-04-19node-api: make reference weak parameter an indirect link to referencesChengzhong Wu
2021-04-15src: fix finalization crashJames M Snell
2021-03-25node-api: fix crash in finalizationMichael Dawson
2021-03-19node-api: stop ref gc during environment teardownGabriel Schulhof
2021-02-19node-api: force env shutdown deferring behaviorGabriel Schulhof
2020-11-21n-api: clean up binding creationGabriel Schulhof
2020-11-18n-api: improve consistency of how we get contextMichael Dawson
2020-11-16n-api: factor out calling patternGabriel Schulhof
2020-11-05n-api: unlink reference during its destructorGabriel Schulhof
2020-10-27n-api: revert change to finalizationMichael Dawson
2020-10-07n-api: support for object freeze/sealShelley Vohr
2020-08-21n-api: handle weak no-finalizer refs correctlyGabriel Schulhof
2020-08-01n-api: support type-tagging objectsGabriel Schulhof
2020-07-31n-api: simplify bigint-from-word creationGabriel Schulhof
2020-07-24n-api: run all finalizers via SetImmediate()Gabriel Schulhof
2020-06-10n-api: ensure scope present for finalizationMichael Dawson
2020-06-02napi: fix memory corruption vulnerabilityTobias Nießen
2020-05-28n-api: remove `napi_env::CallIntoModuleThrow`Gabriel Schulhof
2020-05-16buffer,n-api: release external buffers from BackingStore callbackAnna Henningsen
2020-04-27buffer,n-api: fix double ArrayBuffer::Detach() during cleanupAnna Henningsen
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-21src: remove calls to deprecated ArrayBuffer methodsMichaël Zasso
2020-02-06n-api: free instance data as referenceGabriel Schulhof
2020-01-31n-api: rename 'promise' parameter to 'value'Tobias Nießen
2020-01-14n-api: return napi_invalid_arg on napi_create_bigint_wordslegendecas
2020-01-12n-api: add napi_get_all_property_nameshimself65
2019-12-12src: migrate to new V8 ArrayBuffer APIThang Tran
2019-11-30n-api: detach external ArrayBuffers on env exitAnna Henningsen
2019-11-28n-api: implement napi_is_detached_arraybufferDenys Otrishko
2019-11-28n-api: add missed nullptr check in napi_has_own_propertyDenys Otrishko
2019-11-19src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen
2019-11-12src: migrate off ArrayBuffer::GetContentsAnna Henningsen
2019-10-15n-api: add `napi_detach_arraybuffer`legendecas
2019-10-13src: render N-API weak callbacks as cleanup hooksGabriel Schulhof
2019-09-09n-api: delete callback bundle via referenceGabriel Schulhof
2019-07-26n-api: add APIs for per-instance state managementGabriel Schulhof
2019-07-17n-api: correct bug in napi_get_last_errorOctavian Soldea
2019-06-23n-api: add error message for date expectedGabriel Schulhof
2019-06-17n-api: define ECMAScript-compliant accessors on napi_define_classlegendecas
2019-06-17n-api: define ECMAScript-compliant accessors on napi_define_propertieslegendecas
2019-06-08src: add napi_define_class() null checksOctavian Soldea
2019-05-24n-api: DRY napi_coerce_to_x() API methodsBen Noordhuis
2019-05-23src: remove env-inl.h from header filesSam Roberts
2019-05-13src: remove util-inl.h from header filesSam Roberts