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
2020-04-06n-api: define release 6Gabriel Schulhof
2020-04-06n-api: correct instance data testsGabriel Schulhof
2020-03-02n-api: add napi_get_all_property_nameshimself65
2020-02-25n-api: add APIs for per-instance state managementGabriel Schulhof
2019-10-01n-api: mark version 5 N-APIs as stableGabriel Schulhof
2019-09-20n-api: make func argument of napi_create_threadsafe_function optionallegendecas
2019-09-03n-api: implement date objectJarrod Connolly
2019-04-17test: fix compiler warning in test_string.cDaniel Bevenius
2019-04-05n-api: improve performance creating stringsAnthony Tuininga
2019-03-13n-api: mark thread-safe function as stableGabriel Schulhof
2019-02-28test: remove unused addons-napi directoryRich Trott
2019-02-28test: mark test_threadsafe_function/test as flakyGireesh Punathil
2019-02-28n-api,test: remove last argument in assert.strictEqual()susantruong
2019-02-28n-api: handle reference delete before finalizeMichael Dawson
2019-01-29test: fix arguments order in napi test_exceptionkanishk30
2018-12-26test: use NULL instead of 0 in common.hDaniel Bevenius
2018-12-26test: fix order in assert.strictEqual to actual, expectedKevin Seidel
2018-11-29test: fix order of assert.strictEqual() args to actual, expectedJoshua Belcher
2018-11-29test: fix ordering of assertion valuesAndrew MacCuaig
2018-11-29test: fix assert.strictEqual argument orderet4891
2018-09-20test: remove string literal message from assertionRich Trott
2018-09-20test: checks on napi factory wrap’s finalizationLucas Woo
2018-09-20n-api: add generic finalizer callbackGabriel Schulhof
2018-08-15test: remove unused argument in assertionyahavfuchs
2018-08-06test: fix n-api addon build warningsKyle Farnung
2018-07-24n-api: guard against cond null dereferenceGabriel Schulhof
2018-07-24test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-07-16test: fix build warnings in bigint N-API testAnna Henningsen
2018-07-14napi: add bigint supportGus Caplan
2018-07-12n-api: test uint32 truncationGabriel Schulhof
2018-07-10n-api: create functions directlyGabriel Schulhof
2018-06-30n-api: add API for asynchronous functionsGabriel Schulhof
2018-06-12n-api: back up env before async work finalizeGabriel Schulhof
2018-05-25n-api: throw when entry point is nullGabriel Schulhof
2018-05-22test: add eslint rule to verify assertion inputRuben Bridgewater
2018-05-14src: add environment cleanup hooksAnna Henningsen
2018-05-09test: fix up N-API error testGabriel Schulhof
2018-05-09n-api: make test_error functions staticGabriel Schulhof
2018-05-04n-api: test and doc napi_throw() of a primitiveGabriel Schulhof
2018-05-04n-api: remove unused Test functionDaniel Bevenius
2018-05-04n-api,test: remove superfluous persistentGabriel Schulhof
2018-05-04n-api,test: make method staticGabriel Schulhof
2018-05-04n-api,test: make methods staticGabriel Schulhof
2018-05-04test,n-api: re-write test_error in CGabriel Schulhof
2018-05-04n-api: initialize a module via a special symbolGabriel Schulhof
2018-04-08n-api: add more `int64_t` testsKyle Farnung
2018-04-03n-api: back up env before finalizeGabriel Schulhof
2018-03-27n-api: ensure in-module exceptions are propagatedGabriel Schulhof
2018-03-27n-api: bump version of n-api supportedMichael Dawson
2018-03-22n-api: re-write test_make_callbackGabriel Schulhof