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-04node-api: rtn pending excep on napi_new_instancelegendecas
2021-05-19test: give js-native-api tests consistent namesGabriel Schulhof
2021-05-08test: call functions internallyVoltrex
2021-04-09test: remove unneeded m flag on regular expressionsRich Trott
2021-04-02test: prepare for consistent comma-dangle lint ruleRich Trott
2021-03-11node-api: define version 8Gabriel Schulhof
2021-02-19node-api: force env shutdown deferring behaviorGabriel Schulhof
2021-02-06test: rename n-api to node-apiGabriel Schulhof
2020-12-07tools: enable no-unused-expressions lint ruleMichaël Zasso
2020-10-07n-api: support for object freeze/sealShelley Vohr
2020-09-19n-api: create N-API version 7Gabriel 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-07-08test: add n-api null checks for conversionsGabriel Schulhof
2020-06-02napi: fix memory corruption vulnerabilityTobias Nießen
2020-05-24module: deprecate module.parentAntoine du HAMEL
2020-05-07n-api: add uint32 test for -1Gabriel Schulhof
2020-03-21src: remove calls to deprecated ArrayBuffer methodsMichaël Zasso
2020-03-16n-api: fix comment on expected N-API versionMichael Dawson
2020-03-09n-api: define release 6Gabriel Schulhof
2020-01-26test: cover property n-api null casesGabriel Schulhof
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-31test: refactor common.expectsErrorRuben Bridgewater
2019-12-12src: migrate to new V8 ArrayBuffer APIThang Tran
2019-11-28n-api: implement napi_is_detached_arraybufferDenys Otrishko
2019-10-27doc: remove "it is important to" phrasingRich Trott
2019-10-15n-api: add `napi_detach_arraybuffer`legendecas
2019-10-13src: render N-API weak callbacks as cleanup hooksGabriel Schulhof
2019-09-05n-api: mark version 5 N-APIs as stableGabriel Schulhof
2019-08-01test: refactoring test_error testinghimself65
2019-08-01n-api: refactoring napi_create_function testingOctavian Soldea
2019-07-27n-api: refactor a previous commitOctavian Soldea
2019-07-26n-api: add APIs for per-instance state managementGabriel Schulhof
2019-07-18test: propagate napi_status to JSOctavian Soldea
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-14test: pass null params to napi_xxx_property()Octavian Soldea
2019-05-13tools: force common be required before any other modulesZYSzys
2019-05-06n-api: make napi_get_property_names return stringsAnna Henningsen
2019-05-01test: check `napi_get_reference_value()` during finalizationAnna Henningsen
2019-04-11test: pass null params to napi_create_function()Octavian Soldea
2019-04-05test: cover napi_get/set/has_named_property()Gabriel Schulhof
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-23n-api: remove code from error nameRuben Bridgewater
2019-03-12test: fix compiler warning in test_string.cDaniel Bevenius
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater