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
2017-10-24test: improve message for assert.strictEqual()Jayson D. Henkel
2017-10-18n-api: check against invalid handle scope usageAnna Henningsen
2017-10-18n-api: use module name macroMichael Dawson
2017-10-18test: remove redundant error messagesChristina Chan
2017-10-18n-api,test: use module name macroGabriel Schulhof
2017-10-18test: cleaned up assert messagesmrgorbo
2017-10-11test: fix race condition in addon testKinnan Kwok
2017-10-11test: remove template literalEmily Ford
2017-10-11n-api: add check for large stringsMichael Dawson
2017-09-25n-api: fix warning about size_t compare with intSampson Gao
2017-09-21assert: fix boxed primitives in deepStrictEqualRuben Bridgewater
2017-09-20lib,src: fix consistent spacing inside bracesJames M Snell
2017-09-20n-api: remove n-api module loading flagGabriel Schulhof
2017-09-20n-api: add optional string length parametersSampson Gao
2017-09-20n-api: Context for custom async operationsJason Ginchereau
2017-09-20n-api: change async resource name to napi_valueJason Ginchereau
2017-09-20n-api: stop creating references to primitivesGabriel Schulhof
2017-09-20n-api: use AsyncResource for Work trackingAnna Henningsen
2017-09-20n-api: refactor napi_addon_register_funcTaylor Woll
2017-09-20n-api: napi_is_construct_call->napi_get_new_targetSampson Gao
2017-09-12test,doc: make module name match gyp target nameGabriel Schulhof
2017-09-12n-api: implement napi_run_scriptGabriel Schulhof
2017-09-12n-api: adds function to adjust external memoryChris Young
2017-09-12n-api: implement promiseGabriel Schulhof
2017-09-12test: remove unused parametersDaniil Shakir
2017-09-12n-api: add ability to remove a wrappingGabriel Schulhof
2017-08-14test: use regular expressions in throw assertionsVincent Xue
2017-08-12n-api: add napi_get_node_versionAnna Henningsen
2017-08-10n-api: optimize number API performanceJason Ginchereau
2017-08-10test: mitigate RegEx exceeding 80 charsAditya Anand
2017-07-28test: adjust indentation for stricter lintingRich Trott
2017-07-28n-api: add support for DataViewShivanth MP
2017-07-28n-api: re-use napi_env between modulesGabriel Schulhof
2017-07-28test: changed error message validatorPratik Jain
2017-07-27n-api: add code parameter to error helpersMichael Dawson
2017-07-19test: replace string concat with template literalSong, Bintao Garfield
2017-07-19n-api: add napi_fatal_error APIKyle Farnung
2017-07-19test: handle missing V8 tests in n-api testcjihrig
2017-07-19n-api: wrap test macros in do/whileKyle Farnung
2017-07-19n-api: Implement stricter wrappingGabriel Schulhof
2017-07-19n-api: fix warning in test_generalDaniel Bevenius
2017-07-19n-api: add napi_has_own_property()cjihrig
2017-07-19test: add coverage for napi_typeofMichael Dawson
2017-07-18n-api: add napi_delete_property()cjihrig
2017-07-18n-api: add napi_delete_element()cjihrig
2017-07-18test: verify napi_get_property() walks prototypecjihrig
2017-07-18src,lib,test,doc: correct misspellingsRoman Reiss
2017-06-21n-api: avoid crash in napi_escape_scope()Michael Dawson
2017-06-10test: add coverage for napi_property_descriptorMichael Dawson
2017-06-07test: fix build warning in addons-napi/test_objectJason Ginchereau