summaryrefslogtreecommitdiff
path: root/lib/child_process.js
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-03-231-0/+7
|\
| * lib: fix stdio/ipc sync i/o regressionBen Noordhuis2015-03-191-0/+7
* | src: enable strict mode in all builtin modulesJulien Gilli2015-03-031-0/+2
|/
* Merge remote-tracking branch 'upstream/v0.10' into merge-0-10-into-0-12Julien Gilli2015-01-121-10/+20
|\
| * lint: fix lint issuesTrevor Norris2014-11-181-4/+2
| * child_process: check fork args is an arraySam Roberts2014-11-181-0/+2
| * child_process: check execFile args is an arraySam Roberts2014-11-181-10/+20
| * child_process: properly support optional argscjihrig2014-09-171-1/+1
| * child_process: handle writeUtf8String errorFedor Indutny2014-07-121-0/+1
* | lib,src: fix spawnSync ignoring its 'env' optionJuanjo2014-12-111-0/+1
* | src: all wrap's now use actual FunctionTemplateTrevor Norris2014-12-051-1/+3
* | 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