summaryrefslogtreecommitdiff
path: root/lib/child_process.js
AgeCommit message (Expand)Author
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)
2017-02-21tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso
2017-02-18child_process: remove empty if conditioncjihrig
2017-02-11child_process: align fork/spawn stdio error msgSam Roberts
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2017-01-27child_process: add string shortcut for fork stdioJavis Sullivan
2017-01-17child_process: allow Infinity as maxBuffer valuecjihrig
2017-01-10child_process: support Uint8Array input to methodsAnna Henningsen
2016-12-25child_process: improve input validationcjihrig
2016-12-05child_process: name anonymous functionsbrad-decker
2016-11-02child_process: remove extra newline in errorscjihrig
2016-10-29child_process: remove unreachable codecjihrig
2016-10-24child_process: remove unreachable execSync() codecjihrig
2016-10-14child_process: update outdated commentTanuja-Sawant
2016-09-09child_process, win: fix shell spawn with AutoRunBartosz Sosnowski
2016-08-08child_process: control argv0 for spawned processesPat Pannuto
2016-07-22child_process: support stdio option in fork()cjihrig
2016-07-19child_process: Check stderr before accessing itRobert Chiras
2016-06-30test: test execFile/fork arg validationChuck Langford
2016-06-30child_process: add fork/execFile arg validationRich Trott
2016-06-30child_process: preserve argument typeRich Trott
2016-06-30Revert "child_process: measure buffer length in bytes"Rich Trott
2016-05-25child_process: measure buffer length in bytesRich Trott
2016-05-24child_process: allow buffer encoding in spawnSynccjihrig
2016-05-17src: refactor require('constants')James M Snell
2016-05-14child_process: use /system/bin/sh on androidBen Noordhuis
2016-04-18lib,test,tools: alignment on variable assignmentsRich Trott
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-01-26child_process: add shell option to spawn()cjihrig
2015-11-12child_process: add safety checks on stdio accesscjihrig
2015-11-09lib: Consistent error messages in all modulesmicnic