summaryrefslogtreecommitdiff
path: root/lib/child_process.js
AgeCommit message (Expand)Author
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
2015-10-29child_process: don't fork bomb ourselves from -eBen Noordhuis
2015-09-06child_process: check execFile and fork argsJames M Snell
2015-09-06child_process: add callback parameter to .send()Ben Noordhuis
2015-07-12child_process: fix arguments commentsRoman Reiss
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-11lib: don't use global BufferRoman Reiss
2015-05-28child_process: expose ChildProcess constructorEvan Lucas
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris
2015-04-09lib: reduce process.binding() callsBrendan Ashworth
2015-03-24lib: add missing `new` for errors lib/*.jsMayhem
2015-02-05child_process: add debug and error detailsZach Bruggeman
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-26child_process: clone spawn options argumentcjihrig
2015-01-25child_process: remove redundant conditionVladimir Kurchatkin
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-09lib,src: fix spawnSync ignoring its 'env' optionJuanjo
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
2014-11-22lib: turn on strict modeBen Noordhuis