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-05-16node-api: explicitly set __cdecl for API functionsVladimir Morozov
2022-03-21node-api: format Node-API related codeVladimir Morozov
2021-03-11node-api: define version 8Gabriel Schulhof
2020-08-27n-api: re-implement async env cleanup hooksGabriel Schulhof
2020-08-07n-api,src: provide asynchronous cleanup hooksAnna Henningsen
2019-01-23n-api: change #ifdef to #if in node_api_typesDaniel Bevenius
2019-01-22n-api: mark thread-safe function as stableGabriel Schulhof
2018-11-18src: factor out Node.js-agnostic N-APIsGabriel Schulhof
2018-07-12napi: add bigint supportGus Caplan
2018-07-09n-api: remove experimental gate from status codesGabriel Schulhof
2018-06-30n-api: add API for asynchronous functionsGabriel Schulhof
2018-06-07src, tools: add check for left leaning pointersDaniel Bevenius
2018-02-06n-api: add methods to open/close callback scopeMichael Dawson
2017-10-18n-api: check against invalid handle scope usageAnna Henningsen
2017-09-14n-api: Context for custom async operationsJason Ginchereau
2017-08-25n-api: implement promiseGabriel Schulhof
2017-08-12n-api: add napi_get_node_versionAnna Henningsen
2017-06-21n-api: avoid crash in napi_escape_scope()Michael Dawson
2017-04-11n-api: implement async helper methodstaylor.woll
2017-04-11n-api: change napi_callback to return napi_valueTaylor Woll
2017-04-07n-api: Update property attrs enum to match JS specJason Ginchereau
2017-04-03n-api: add support for abi stable module APIJason Ginchereau