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-08-30lib: add diagnostics channel for process and workertheanarkh
2022-06-03lib: use null-prototype objects for property descriptorsAntoine du Hamel
2021-12-30child_process: queue pending messagesErick Wendel
2021-08-12lib: use validatorVoltrex
2021-07-02stream: error Duplex write/read if not writable/readableRobert Nagy
2021-04-01lib: change wording in lib/internal/child_process commentAkhil Marsonya
2021-01-28lib: refactor to use validateObjectZiJian Liu
2021-01-21lib: refactor to use validateArrayZiJian Liu
2021-01-05lib,src: update cluster to use ParentMichael Dawson
2021-01-04child_process: add 'overlapped' stdio flagThiago Padilha
2020-12-04child_process: refactor to use more primordialsZijian Liu
2020-10-28child_process: add ChildProcess 'spawn' eventMatthew Francis Brunetti
2020-10-07lib: use remaining typed arrays from primordialsMichaël Zasso
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-08-17lib: allow to validate enums with validateOneOfDenys Otrishko
2020-08-15errors: improve ERR_INVALID_OPT_VALUE errorDenys Otrishko
2020-07-06lib: replace http to https of comment link urlssapics
2020-01-12child_process: remove unnecessary use of inner stateChetan Karande
2020-01-03child_process: create proper public API for `channel`Anna Henningsen
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-24child_process: replace var with const/let in internal/child_process.jsLuis Camargo
2019-11-06child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-05-31child_process: runtime deprecate _channelcjihrig
2019-05-27child_process: simplify spawn argument parsingcjihrig
2019-05-20child_process: setup stdio on error when possiblecjihrig
2019-05-16child_process: refactor stdioStringToArray functionzero1five
2019-05-10tools: enable block-scoped-var eslint ruleRoman Reiss
2019-04-29child_process: only stop readable side of stream passed to procAnna Henningsen
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-27child_process: rename _validateStdtio to getValidStdioRuben Bridgewater
2019-03-21lib: remove usage of require('util')dnlup
2019-03-18child_process: ensure message sanity at sourceGireesh Punathil
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-07child_process: fire close event from stdiokohta ito
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-02-06child_process: close pipe ends that are re-pipedGireesh Punathil
2018-12-20lib: switch to object spread where possibleRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-28lib: convert to arrow functionhorihiro