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-02-17src: define noreturn attribute for windowsAlexander Smarus
2019-01-22n-api: mark thread-safe function as stableGabriel Schulhof
2018-11-18src: factor out Node.js-agnostic N-APIsGabriel Schulhof
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-09-13n-api: add generic finalizer callbackGabriel Schulhof
2018-07-12napi: add bigint supportGus Caplan
2018-07-05n-api: restrict exports by versionKyle Farnung
2018-06-30n-api: add API for asynchronous functionsGabriel Schulhof
2018-05-10src: add environment cleanup hooksAnna Henningsen
2018-04-24n-api: initialize a module via a special symbolGabriel Schulhof
2018-03-20n-api: add napi_fatal_exceptionMathias Buus
2018-03-15n-api: take n-api out of experimentalMichael Dawson
2018-02-06n-api: add methods to open/close callback scopeMichael Dawson
2018-01-02src: remove duplicate words in commentsTobias Nießen
2017-12-01tools: add cpplint rule for NULL usageDaniel Bevenius
2017-11-21n-api: add helper for addons to get the event loopAnna Henningsen
2017-09-24n-api: fix warning about size_t compare with intSampson Gao
2017-09-19n-api: add optional string length parametersSampson Gao
2017-09-14n-api: napi_is_construct_call->napi_get_new_targetSampson Gao
2017-09-14n-api: Context for custom async operationsJason Ginchereau
2017-09-14n-api: refactor napi_addon_register_funcTaylor Woll
2017-09-14n-api: change async resource name to napi_valueJason Ginchereau
2017-09-14n-api: use AsyncResource for Work trackingAnna Henningsen
2017-09-10n-api: implement napi_run_scriptGabriel Schulhof
2017-08-30n-api: adds function to adjust external memoryChris Young
2017-08-25n-api: implement promiseGabriel Schulhof
2017-08-22n-api: add ability to remove a wrappingGabriel Schulhof
2017-08-12n-api: add napi_get_node_versionAnna Henningsen
2017-08-08n-api: optimize number API performanceJason Ginchereau
2017-07-27n-api: add support for DataViewShivanth MP
2017-07-14n-api: add napi_fatal_error APIKyle Farnung
2017-07-13n-api: add code parameter to error helpersMichael Dawson
2017-07-06n-api: add napi_has_own_property()cjihrig
2017-07-01n-api: add napi_delete_property()cjihrig
2017-07-01n-api: add napi_delete_element()cjihrig
2017-05-27n-api: add napi_get_versionMichael Dawson
2017-05-24src: correct endif comment SRC_NODE_API_H__Daniel Bevenius
2017-04-20n-api: remove napi_get_value_string_length()Jason Ginchereau
2017-04-14n-api: add string api for latin1 encodingSampson Gao
2017-04-11n-api: implement async helper methodstaylor.woll
2017-04-11n-api: change napi_callback to return napi_valueTaylor Woll
2017-04-03n-api: add support for abi stable module APIJason Ginchereau