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
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
2018-11-09child_process: allow 'http_parser' monkey patching againJimb Esser
2018-10-28src: improve StreamBase write throughputAnna Henningsen
2018-10-25net: deprecate _setSimultaneousAccepts() undocumented functionJames M Snell
2018-10-24src: improve StreamBase read throughputAnna Henningsen
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-15child_process: move process.binding('spawn_sync') to internalBindingAnto Aravinth
2018-08-31dgram: make process.binding('udp_wrap') internalcjihrig
2018-08-29lib: make pipe_wrap binding internalcjihrig
2018-08-29tty: make process.binding('tty_wrap') internalcjihrig
2018-08-28child_process: make process_wrap binding internalcjihrig
2018-08-28child_process: allow typed arrays for inputSarat Addepalli
2018-08-24src: move process.binding('tcp_wrap') to internalDaniel Bevenius
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell