summaryrefslogtreecommitdiff
path: root/lib/internal/child_process.js
AgeCommit message (Expand)Author
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
2018-04-29child_process: fix leak when passing http socketsSantiago Gimeno
2018-04-23net: honor default values in Socket constructorSantiago Gimeno
2018-03-15child_process: define EACCES as a runtime errorGireesh Punathil
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-02-16child_process: fix stdio sockets creationSantiago Gimeno
2018-02-07errors: move error creation helpers to errors.jsJoyee Cheung
2018-02-01src: simplify handles for libuv streamsAnna Henningsen
2017-11-28async_wrap: add provider types for net serverAndreas Madsen
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-08-23uv: improvements to process.binding('uv')James M Snell
2017-08-13child_process: defer error to next tickTristian Flanagan
2017-08-08child_process: fix handle passing w large payloadsAnna Henningsen
2017-07-26net,child_process: improve naming in internal codeAnna Henningsen
2017-07-22lib: tweak use of internal/errorsRuben Bridgewater
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-07lib: remove excess indentationRich Trott
2017-07-07lib: use consistent indentation for ternariesRich Trott
2017-07-03child_process: use internal/errorsTobias Nießen
2017-07-01child_process: fix handleless NODE_HANDLE handlingSantiago Gimeno
2017-06-24child_process: emit IPC messages on next tickcjihrig
2017-06-13child_process: do not extend result for *Sync()Brian White