summaryrefslogtreecommitdiff
path: root/lib/child_process.js
AgeCommit message (Expand)Author
2019-01-23child_process: truncate output when maxBuffer is exceededJeremiah Senkpiel
2019-01-04lib: move DEP0006 to end of lifecjihrig
2018-12-28child_process: simplify argument handlingcjihrig
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-20lib: switch to object spread where possibleRuben Bridgewater
2018-12-16child_process: spawn ignores options in case args is undefinedEduard Bondarenko
2018-11-13Revert "child_process: change windowsHide default to true"Rich Trott
2018-11-01child_process: handle undefined/null for fork() argsShobhit Chittora
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-05child_process: fix switches for alternative shells on WindowsTessei Kameyama
2018-09-05coverage: expose native V8 coverageBenjamin Coe
2018-08-31child_process: fix handling of incorrect uid/gid in spawnDenys Otrishko
2018-08-29lib: make pipe_wrap binding internalcjihrig
2018-08-27child_process: allow typed arrays for inputSarat Addepalli
2018-08-15lib: remove unused exec paramMaleDong
2018-08-07lib: extract validateString validatorJon Moss
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-06-20child_process: change windowsHide default to truecjihrig
2018-05-18child_process: fix exec set stdout.setEncodingkillagu
2018-05-02child_process: name anonymous functionsDenis Fäcke
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-03-29child_process: better spawn error messageBartosz Sosnowski
2018-03-21tools,lib: forbid native Error constructorsMichaël Zasso
2018-03-05lib: port errors to new systemMichaël Zasso
2018-01-20util: implement util.getSystemErrorName()Joyee Cheung
2018-01-18child_process: do not ignore proto values of envAnatoli Papirovski
2018-01-15child_process: ignore undef/proto values of env现充
2017-12-24lib: combine similar error codesWeijia Wang
2017-11-29errors, child_process: use internal/errors codesJon Moss
2017-11-28async_wrap: add provider types for net serverAndreas Madsen
2017-11-11lib: replace string concatenation with templateChandrakala
2017-10-23child_process: restore exec{File}Sync error propsMichaël Zasso
2017-10-19tools: enable additional eslint rulesAnatoli Papirovski
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-10-16child_process: add windowsHide optioncjihrig
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-09-13child_process: set shell to false in fork()Alex Gresnel
2017-08-23uv: improvements to process.binding('uv')James M Snell
2017-07-25lib: modify destructuring for indentationRich Trott
2017-07-12child_process: refactor normalizeSpawnArguments()Rich Trott
2017-07-07lib: remove excess indentationRich Trott
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-13child_process: do not extend result for *Sync()Brian White
2017-06-09child_process: promisify includes stdio in errorGil Tayar
2017-05-09child_process: support promisified `exec(File)`Anna Henningsen
2017-04-04child_process: improve killSignal validationsSakthipriyan Vairamani (thefourtheye)
2017-03-26lib: clarify the usage of 'else'Jackson Tian
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-01child_process: fix deoptimizing use of argumentsVse Mozhet Byt
2017-02-22lib: remove unnecessary assignments with _extendSakthipriyan Vairamani (thefourtheye)