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
2022-11-10doc, async_hooks: improve and add migration hintsGerhard Stöbich
2022-04-20doc: add `node:` prefix for all core modulesAntoine du Hamel
2022-03-30doc: fix comment text in async_hooks exampleRich Trott
2022-03-17doc: revise async_hooks docsRich Trott
2022-02-082022-02-08, Version 16.14.0 'Gallium' (LTS)Danielle Adams
2022-02-03async_hooks: fix imports in context exampleYash Ladha
2022-02-03doc: add note about resource type in async_hooksTony Gorez
2022-01-21doc: fix async_hooks example in api docsakhil marsonya
2021-11-302021-11-30, Version 17.2.0 (Current)Michaël Zasso
2021-11-13async_hooks: expose async_wrap providersRafael Gonzaga
2021-10-20doc: format doc/api/*.md with markdown formatterRich Trott
2021-09-24doc: fix typo in `async_hooks.md`xuchaobei
2021-08-30doc: anchor link parity between markdown and html-generated docsfoxxyz
2021-08-16doc: correct cjs code to match mjs codeRaz Luvaton
2021-06-27doc: use ASCII order for md refsAntoine du Hamel
2021-06-25doc: esm examples /w imports for process, BufferGuy Bedford
2021-06-04async_hooks: stabilize part of AsyncLocalStoragevdeturckheim
2021-04-26async_hooks,doc: replace process.stdout.fd with 1Darshan Sen
2021-04-202021-04-20, Version 16.0.0 (Current)Beth Griggs
2021-04-03doc: fix asyncLocalStorage.run() descriptionDarkripper214
2021-03-25doc: reduce header nesting in async_hooks.mdRich Trott
2021-02-18doc: clarify that async_hook callbacks cannot be asyncJames M Snell
2021-01-25doc: improve AsyncLocalStorage introductionRomuald Brillout
2021-01-09async_hooks: add thisArg to AsyncResource.bindJames M Snell
2021-01-07doc: revise method text in async_hooks.mdRich Trott
2021-01-06doc: avoid memory leak warning in async_hooks exampleJames M Snell
2021-01-06doc: revise exit() and run() text in async_hooks.mdRich Trott
2021-01-04doc: reduce abbreviations in async_hooks.mdRich Trott
2021-01-02doc: improve ALS.enterWith and exit descriptionsAndrey Pechkurov
2020-11-12doc: update list styles for remark-parse@9 renderingRich Trott
2020-10-09doc: changes description must end with a periodAntoine du Hamel
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-09-30doc: make minor edits for consistencyRich Trott
2020-09-16doc: replace "you should do X" with "do X"Rich Trott
2020-08-19doc: improve async_hooks snippetsAndrey Pechkurov
2020-08-112020-08-11, Version 14.8.0 (Current)Shelley Vohr
2020-08-09doc: use _Static method_ instead of _Class Method_Rich Trott
2020-08-07doc: use _Class Method_ in async_hooks.mdRich Trott
2020-08-04async_hooks: add AsyncResource.bind utilityJames M Snell
2020-07-03doc: improve async_hooks asynchronous context exampleDenys Otrishko
2020-07-01doc: change "currently not considered public" to "not supported"Rich Trott
2020-06-26doc: add dynamic source code linksAlec Davidson
2020-06-19doc: use sentence-case for headings in docsRich Trott
2020-06-11doc: add snippet for AsyncResource and EE integrationAndrey Pechkurov
2020-05-262020-05-26, Version 12.17.0 'Erbium' (LTS)Michaël Zasso
2020-05-09async_hooks: move PromiseHook handler to JSStephen Belanger
2020-05-08doc: add troubleshooting guide for AsyncLocalStorageAndrey Pechkurov
2020-05-08doc: remove AsyncWrap mentions from async_hooks.mdAndrey Pechkurov