summaryrefslogtreecommitdiff
path: root/lib/child_process.js
AgeCommit message (Expand)AuthorFilesLines
2015-09-06child_process: check execFile and fork argsJames M Snell1-10/+20
2015-09-06child_process: add callback parameter to .send()Ben Noordhuis1-7/+3
2015-07-12child_process: fix arguments commentsRoman Reiss1-5/+5
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani1-2/+4
2015-06-11lib: don't use global BufferRoman Reiss1-0/+1
2015-05-28child_process: expose ChildProcess constructorEvan Lucas1-848/+4
2015-05-09lib: fix eslint stylesYosuke Furukawa1-2/+2
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris1-6/+6
2015-04-09lib: reduce process.binding() callsBrendan Ashworth1-60/+15
2015-03-24lib: add missing `new` for errors lib/*.jsMayhem1-2/+2
2015-02-05child_process: add debug and error detailsZach Bruggeman1-2/+12
2015-01-31lib: reduce util.is*() usagecjihrig1-27/+28
2015-01-26child_process: clone spawn options argumentcjihrig1-0/+1
2015-01-25child_process: remove redundant conditionVladimir Kurchatkin1-2/+1
2015-01-21lib: use const to define constantscjihrig1-12/+12
2015-01-12Remove excessive copyright/license boilerplateisaacs1-21/+0
2014-12-09lib,src: fix spawnSync ignoring its 'env' optionJuanjo1-0/+1
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris1-1/+3
2014-11-22lib: turn on strict modeBen Noordhuis1-0/+2
2014-09-25child_process: improve spawn() argument handlingcjihrig1-22/+18
2014-09-03src: be more intelligent about use of "arguments"Trevor Norris1-1/+2
2014-07-23child_process: do not access stderr when stdio set to 'ignore'cjihrig1-4/+4
2014-07-10lib: noisy deprecation of child_process customFdsRyan Graham1-3/+6
2014-07-02child_process: accept uid/gid everywhereFedor Indutny1-0/+2
2014-06-24child_process: don't throw on EAGAINCharles1-1/+3
2014-06-24child_process: use full path for cmd.exe on Win32Ed Morley1-1/+1
2014-06-11lib: remove unused variablesBrian White1-1/+0
2014-06-05Merge branch 'v0.10'Fedor Indutny1-1/+3
2014-05-22child_process: don't throw on EMFILE/ENFILEBen Noordhuis1-1/+10
2014-05-22child_process: add path to spawn ENOENT ErrorRyan Cole1-1/+8
2014-05-16child_process: do not set args before throwingGreg Sabia Tucker1-2/+0
2014-05-13child_process: spawn() does not throw TypeErrorGreg Sabia Tucker1-1/+5
2014-05-01Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-1/+2
2014-04-14child_process: fix deadlock when sending handlesFedor Indutny1-1/+2
2014-03-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-1/+10
2014-03-05child_process: fix sending handle twiceFedor Indutny1-1/+10
2014-02-18child_process: execFileSync stderr should inheritTimothy J Fontaine1-1/+12
2014-02-10child_process: js bits for spawnSync/execSyncTimothy J Fontaine1-80/+296
2014-01-24Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-2/+10
2014-01-16child_process: fix spawn() optional argumentsSam Roberts1-2/+10
2014-01-09child_process: better error reporting for execFedor Indutny1-5/+14
2013-12-06child_process: don't crash process on internal opsAlexis Campailla1-12/+47
2013-12-05lib: child_process spawn handle ENOENT correctlyAlexis Campailla1-4/+1
2013-11-20child_process: deliver ENOENT on nextTickTimothy J Fontaine1-1/+8
2013-08-27child_process: Avoid extra copy for string stdioisaacs1-11/+35
2013-08-27child_process: Callback with Buffers from execSeth Fitzsimmons1-9/+22
2013-08-15lib: remove unused variables and functionsBrian White1-5/+1
2013-08-01src: Replace macros with util functionsisaacs1-23/+23
2013-07-29child_process: add 'shell' option to .exec()Ben Noordhuis1-0/+4
2013-07-24lib: macro-ify type checksBen Noordhuis1-23/+23