summaryrefslogtreecommitdiff
path: root/lib/child_process.js
Commit message (Expand)AuthorAgeFilesLines
* lib: add missing `new` for errors lib/*.jsMayhem2015-03-241-2/+2
* child_process: add debug and error detailsZach Bruggeman2015-02-051-2/+12
* lib: reduce util.is*() usagecjihrig2015-01-311-27/+28
* child_process: clone spawn options argumentcjihrig2015-01-261-0/+1
* child_process: remove redundant conditionVladimir Kurchatkin2015-01-251-2/+1
* lib: use const to define constantscjihrig2015-01-211-12/+12
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib,src: fix spawnSync ignoring its 'env' optionJuanjo2014-12-091-0/+1
* src: all wraps now use actual FunctionTemplateTrevor Norris2014-12-091-1/+3
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* child_process: improve spawn() argument handlingcjihrig2014-09-251-22/+18
* src: be more intelligent about use of "arguments"Trevor Norris2014-09-031-1/+2
* child_process: do not access stderr when stdio set to 'ignore'cjihrig2014-07-231-4/+4
* lib: noisy deprecation of child_process customFdsRyan Graham2014-07-101-3/+6
* child_process: accept uid/gid everywhereFedor Indutny2014-07-021-0/+2
* child_process: don't throw on EAGAINCharles2014-06-241-1/+3
* child_process: use full path for cmd.exe on Win32Ed Morley2014-06-241-1/+1
* lib: remove unused variablesBrian White2014-06-111-1/+0
* Merge branch 'v0.10'Fedor Indutny2014-06-051-1/+3
|\
| * child_process: do not set args before throwingGreg Sabia Tucker2014-05-161-2/+0
| * child_process: spawn() does not throw TypeErrorGreg Sabia Tucker2014-05-131-1/+5
* | child_process: don't throw on EMFILE/ENFILEBen Noordhuis2014-05-221-1/+10
* | child_process: add path to spawn ENOENT ErrorRyan Cole2014-05-221-1/+8
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-05-011-1/+2
|\ \ | |/
| * child_process: fix deadlock when sending handlesFedor Indutny2014-04-141-1/+2
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-03-101-1/+10
|\ \ | |/
| * child_process: fix sending handle twiceFedor Indutny2014-03-051-1/+10
* | child_process: execFileSync stderr should inheritTimothy J Fontaine2014-02-181-1/+12
* | child_process: js bits for spawnSync/execSyncTimothy J Fontaine2014-02-101-80/+296
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-241-2/+10
|\ \ | |/
| * child_process: fix spawn() optional argumentsSam Roberts2014-01-161-2/+10
* | child_process: better error reporting for execFedor Indutny2014-01-091-5/+14
* | child_process: don't crash process on internal opsAlexis Campailla2013-12-061-12/+47
* | lib: child_process spawn handle ENOENT correctlyAlexis Campailla2013-12-051-4/+1
* | child_process: deliver ENOENT on nextTickTimothy J Fontaine2013-11-201-1/+8
* | child_process: Avoid extra copy for string stdioisaacs2013-08-271-11/+35
* | child_process: Callback with Buffers from execSeth Fitzsimmons2013-08-271-9/+22
* | lib: remove unused variables and functionsBrian White2013-08-151-5/+1
* | src: Replace macros with util functionsisaacs2013-08-011-23/+23
* | child_process: add 'shell' option to .exec()Ben Noordhuis2013-07-291-0/+4
* | lib: macro-ify type checksBen Noordhuis2013-07-241-23/+23
* | src, lib: update after internal api changeBen Noordhuis2013-07-201-37/+38
* | src, lib: deduplicate errnoExceptionBen Noordhuis2013-07-201-15/+1
* | {stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris2013-07-031-2/+2
* | child_process: emit 'disconnect' asynchronouslyBen Noordhuis2013-06-201-1/+1
|/
* child_process: fix handle deliveryBen Noordhuis2013-05-131-2/+7
* child_process: fix O(n*m) scan of cmd stringBen Noordhuis2013-04-111-8/+6
* child_process: acknowledge sent handlesFedor Indutny2013-04-031-0/+29
* child_process: don't emit same handle twiceBen Noordhuis2013-03-251-0/+1
* child_process: fix sending utf-8 to child processBen Noordhuis2013-03-251-1/+3