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
2021-10-20doc: format doc/api/*.md with markdown formatterRich Trott
2021-09-22doc: add blank line between commentsRich Trott
2021-09-15doc: clarify that ObjectWrap requires manual cleanup on shutdownGerhard Stöbich
2021-08-30doc: anchor link parity between markdown and html-generated docsfoxxyz
2021-04-10doc: add link to V8Voltrex
2021-02-22doc: use HEAD for links in api docsMichael Dawson
2021-02-08doc: rename N-API to Node-APIGabriel Schulhof
2020-12-15doc: revise addon mulitple initializations textRich Trott
2020-12-13doc: edit addon text about event loop blockingRich Trott
2020-12-10doc: reword POSIX threads text in addons.mdRich Trott
2020-11-12doc: update list styles for remark-parse@9 renderingRich Trott
2020-10-23doc,src,test: revise C++ code for linter updateRich Trott
2020-10-062020-10-06, Version 12.19.0 'Erbium' (LTS)Shelley Vohr
2020-10-01doc: sort md references in ASCII orderAntoine du Hamel
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-08-28doc: simplify "make use of" to "use"Rich Trott
2020-08-112020-08-11, Version 14.8.0 (Current)Shelley Vohr
2020-08-09doc: tidy some addons.md textRich Trott
2020-08-07n-api,src: provide asynchronous cleanup hooksAnna Henningsen
2020-08-01doc: use consistent capitalization for addonsRich Trott
2020-07-14src,doc,test: remove String::New default parameterAnna Henningsen
2020-06-19doc: use sentence-case for headings in docsRich Trott
2020-06-07doc: remove "currently" from addons.mdRich Trott
2020-05-23doc: normalize C++ code block info stringsDerek Lewis
2020-03-31doc: update context-aware section of addon docGabriel Schulhof
2020-03-10doc: remove personal pronoun usage in addons.mdRich Trott
2020-03-06doc: remove em dashesRich Trott
2020-02-12doc: reword section title in addons.mdRich Trott
2019-12-27doc: use code markup/markdown in headers in addons documentationRich Trott
2019-12-24doc: avoid using v8::Persistent in addon docsAnna Henningsen
2019-12-04doc: revise addons introduction for brevity and clarityRich Trott
2019-11-06src: deprecate two- and one-argument AtExit()Anna Henningsen
2019-11-05src: make AtExit() callbacks run in reverse orderAnna Henningsen
2019-10-27doc: remove "it is important to" phrasingRich Trott
2019-10-26doc: delete "a number of" things in the docsRich Trott
2019-10-26doc: remove dashesRich Trott
2019-09-16doc: use consistent unordered list styleNick Schonning
2019-09-10doc: space around listsNick Schonning
2019-09-04doc: start unorded lists at start of lineNick Schonning
2019-08-16doc: mention N-API as recommended approachMichael Dawson
2019-07-02doc: format try...catch consistentlycjihrig
2019-06-22doc: drop 'Note that' in addons docscjihrig
2019-06-22doc: remove obsolete external linkcjihrig
2019-03-06doc: hello addon example should return "world"Geir Hauge
2019-02-22worker: improve integration with native addonsAnna Henningsen
2019-01-08doc: make modules.md more accurateVse Mozhet Byt
2018-12-20test,doc: add tests and docs for addon unloadingAnna Henningsen
2018-11-11test: fix v8 Set/Get compiler warningsDaniel Bevenius
2018-11-10test: fix NewFromUtf8 compiler warningDaniel Bevenius
2018-10-11test: fix compiler warning in doc/api/addons.mdDaniel Bevenius