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-05-20n-api: Retain last code when getting error infoJason Ginchereau
2017-05-16n-api: remove compiler warningAnna Henningsen
2017-05-09n-api: Handle fatal exception in async callbackJason Ginchereau
2017-05-09n-api: napi_get_cb_info should fill arrayJason Ginchereau
2017-05-03n-api: remove unnecessary try-catch bracket from certain APIsGabriel Schulhof
2017-04-28n-api: Sync with back-compat changesJason Ginchereau
2017-04-27n-api: Reference and external testsJason Ginchereau
2017-04-25n-api: Enable scope and ref APIs during exceptionJason Ginchereau
2017-04-25n-api: tighten null-checking and clean up last errorGabriel Schulhof
2017-04-20n-api: remove napi_get_value_string_length()Jason Ginchereau
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-04-14n-api: fix coverity scan reportMichael Dawson
2017-04-14n-api: add string api for latin1 encodingSampson Gao
2017-04-11n-api: fix -Wmismatched-tags compiler warningBen Noordhuis
2017-04-11n-api: implement async helper methodstaylor.woll
2017-04-11n-api: change napi_callback to return napi_valueTaylor Woll
2017-04-08napi: initialize and check status properlyGabriel Schulhof
2017-04-08n-api: cache Symbol.hasInstanceGabriel Schulhof
2017-04-07n-api: Update property attrs enum to match JS specJason Ginchereau
2017-04-05n-api: create napi_env as a real structureGabriel Schulhof
2017-04-05napi: supress invalid coverity leak messageMichael Dawson
2017-04-05n-api: break dep between v8 and napi attributesMichael Dawson
2017-04-03n-api: add support for abi stable module APIJason Ginchereau