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-04-28doc: add `node:` prefix for all core modulesAntoine du Hamel
2022-03-15doc: clarify path search in `child_process.spawn`Damjan Cvetko
2022-03-13doc: improve pipe descriptionMikael Finstad
2022-02-082022-02-08, Version 16.14.0 'Gallium' (LTS)Danielle Adams
2022-01-182022-01-18, Version 17.4.0 (Current)Michaël Zasso
2021-12-20child_process: add support for URL to `cp.fork`Antoine du Hamel
2021-10-31tools: avoid unnecessary escaping in markdown formatterRich Trott
2021-10-20doc: format doc/api/*.md with markdown formatterRich Trott
2021-09-282021-09-28, Version 14.18.0 'Fermium' (LTS)Michaël Zasso
2021-08-30doc: anchor link parity between markdown and html-generated docsfoxxyz
2021-06-232021-06-23, Version 16.4.0 (Current)Danielle Adams
2021-06-04child_process: allow `options.cwd` receive a URLXadillaX
2021-05-122021-05-11, Version 14.17.0 'Fermium' (LTS)Danielle Adams
2021-04-13doc: clarify child_process close eventNitzan Uziely
2021-03-312021-03-31, Version 15.13.0 (Current)Ruy Adorno
2021-03-30doc: add Windows-specific info to subprocess.kill()João Lucas Lucchetta
2021-03-22doc: clarify when child process 'spawn' event is *not* emittedMatthew Francis Brunetti
2021-03-19child_process: add timeout to spawn and forkNitzan Uziely
2021-03-04doc: refactor signal info in child_process.mdDarshan Sen
2021-03-032021-03-03, Version 15.11.0 (Current)Michaël Zasso
2021-02-27child_process: fix spawn and fork abort behaviorNitzan Uziely
2021-02-22doc,child_process: `pid` can be `undefined` when `ENOENT`dr-js
2021-02-19doc,lib: prepare for stricter multi-line array lintingRich Trott
2021-01-152021-01-14, Version 15.6.0 (Current)Danielle Adams
2021-01-09doc: clarify child_process.exec inherits cwdugultopu
2021-01-08doc: clarify subprocess.stdout/in/err/io propertiesJames M Snell
2021-01-06doc: fix broken link for ChildProcessJames M Snell
2021-01-04child_process: add 'overlapped' stdio flagThiago Padilha
2020-12-24child_process: support AbortSignal in forkBenjamin Gruenbaum
2020-12-222020-12-22, Version 15.5.0 (Current)Michaël Zasso
2020-12-12child_process: add signal support to spawnBenjamin Gruenbaum
2020-12-092020-12-09, Version 15.4.0 (Current)Danielle Adams
2020-12-06child_process: add AbortSignal supportBenjamin Gruenbaum
2020-11-15doc: document the error when cwd not exists in child_process.spawnFeelyChau
2020-11-042020-11-04, Version 15.1.0 (Current)Michaël Zasso
2020-10-28child_process: add ChildProcess 'spawn' eventMatthew Francis Brunetti
2020-10-09doc: harmonize version list style in YAML commentsAntoine du Hamel
2020-10-01doc: sort md references in ASCII orderAntoine du Hamel
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-09-27doc: revise introductory child_process textRich Trott
2020-09-24win, child_process: sanitize env variablesBartosz Sosnowski
2020-09-24doc: change type of child_process.signalCode to stringLinn Dahlgren
2020-09-17doc: use command-line/command line consistentlyRich Trott
2020-07-12doc: reword warnings about sockets passed to subprocessesRich Trott
2020-06-29doc: make minor improvements to paragraph in child_process.mdRich Trott
2020-06-26doc: add dynamic source code linksAlec Davidson
2020-06-23doc: use a single space between sentencesRich Trott
2020-06-19doc: use sentence-case for headings in docsRich Trott
2020-06-01net: remove long deprecated server.connections propertyJames M Snell
2020-04-28doc: fix LTS replaceme tagsAnna Henningsen