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
2018-05-152018-05-15, Version 8.11.2 'Carbon' (LTS)v8.11.2Myles Borins
2018-05-02n-api: add more `int64_t` testsKyle Farnung
2018-05-02doc: Add a missing commajiangq
2018-05-02n-api: add napi_fatal_exceptionMathias Buus
2018-05-02doc: fix typos on n-apiKyle Robinson Young
2018-05-02n-api: update documentationGabriel Schulhof
2018-05-02doc: fix n-api asynchronous threading docsEric Bickle
2018-05-02doc: mark NAPI_AUTO_LENGTH as codeTobias Nießen
2018-05-02doc: fix exporting a function exampleAonghus O Nia
2018-05-02doc: fix typo in n-api.mdVse Mozhet Byt
2018-05-02n-api: add methods to open/close callback scopeMichael Dawson
2018-05-02doc: small typo in n-api.mdiskore
2018-05-02doc: remove usage of you in n-api docMichael Dawson
2018-05-02doc: remove uannecessary RequireMichael Dawson
2018-05-02doc: napi: make header style consistentAli Ijaz Sheikh
2018-05-02doc: napi: fix unbalanced emphasisAli Ijaz Sheikh
2018-05-02doc: updates examples to use NULLMichael Dawson
2018-04-11doc: fix various nitsVse Mozhet Byt
2018-03-072018-03-06 Version 8.10.0 'Carbon' (LTS)v8.10.0Gibson Fahnestock
2018-01-16n-api: add helper for addons to get the event loopAnna Henningsen
2017-12-21doc: use "JavaScript" instead of "Javascript"Rich Trott
2017-12-20doc: update example in module registrationFranziska Hinkelmann
2017-12-20doc: add missing serial commasRich Trott
2017-12-20doc: add missing introduced_in commentsLuigi Pinca
2017-12-20doc: document common pattern for instanceof checksMichael Dawson
2017-12-13doc: fix a typo in n-api documentationVipin Menon
2017-12-13doc: fix typos in N-APISwathi Kalahastri
2017-10-24doc: fix some linksVse Mozhet Byt
2017-10-18doc: update to use NAPI_AUTO_LENGTHMichael Dawson
2017-09-262017-09-26, Node.js Version 8.6.0 (Current)v8.6.0James M Snell
2017-09-26doc: fix outdated code sample in n-api.mdrebornix
2017-09-21doc: fix new nits in linksVse Mozhet Byt
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-122017-09-12, Version 8.5.0 (Current)v8.5.0Myles Borins
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-12doc: fix doc for napi_get_value_string_utf8Daniel Taveras
2017-09-12n-api: add ability to remove a wrappingGabriel Schulhof
2017-09-12doc: added napi_get_value_string_latin1Kyle Farnung
2017-08-142017-08-15, Version 8.4.0 (Current)v8.4.0Anna Henningsen
2017-08-14doc: delintRefael Ackermann