summaryrefslogtreecommitdiff
path: root/lib/internal/child_process.js
AgeCommit message (Expand)Author
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-05child_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-22lib: 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-08child_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-27child_process: make process_wrap binding internalcjihrig
2018-08-27child_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
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-08-09src: move process.binding('uv') to internalBindingJames M Snell
2018-08-07lib: extract validateString validatorJon Moss
2018-08-05lib,src: standardize `owner_symbol` for handlesAnna Henningsen
2018-07-28dgram: hide underscored Socket propertiescjihrig
2018-05-18string_decoder: lazy loadedRuben Bridgewater