summaryrefslogtreecommitdiff
path: root/lib/child_process.js
AgeCommit message (Expand)Author
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
2014-09-25child_process: improve spawn() argument handlingcjihrig
2014-09-03src: be more intelligent about use of "arguments"Trevor Norris
2014-07-23child_process: do not access stderr when stdio set to 'ignore'cjihrig
2014-07-10lib: noisy deprecation of child_process customFdsRyan Graham
2014-07-02child_process: accept uid/gid everywhereFedor Indutny
2014-06-24child_process: don't throw on EAGAINCharles
2014-06-24child_process: use full path for cmd.exe on Win32Ed Morley
2014-06-11lib: remove unused variablesBrian White
2014-06-05Merge branch 'v0.10'Fedor Indutny
2014-05-22child_process: don't throw on EMFILE/ENFILEBen Noordhuis
2014-05-22child_process: add path to spawn ENOENT ErrorRyan Cole
2014-05-16child_process: do not set args before throwingGreg Sabia Tucker
2014-05-13child_process: spawn() does not throw TypeErrorGreg Sabia Tucker
2014-05-01Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-04-14child_process: fix deadlock when sending handlesFedor Indutny
2014-03-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-03-05child_process: fix sending handle twiceFedor Indutny
2014-02-18child_process: execFileSync stderr should inheritTimothy J Fontaine
2014-02-10child_process: js bits for spawnSync/execSyncTimothy J Fontaine
2014-01-24Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-01-16child_process: fix spawn() optional argumentsSam Roberts
2014-01-09child_process: better error reporting for execFedor Indutny
2013-12-06child_process: don't crash process on internal opsAlexis Campailla
2013-12-05lib: child_process spawn handle ENOENT correctlyAlexis Campailla
2013-11-20child_process: deliver ENOENT on nextTickTimothy J Fontaine
2013-08-27child_process: Avoid extra copy for string stdioisaacs