16 Commits (82fdaae901b06f25c869f2c1cfe71ae2b57299d0)

Author SHA1 Message Date
cjihrig e854f60585 child_process: add keepOpen option to send() 9 years ago
cjihrig 1952844f45 child_process: support options in send() 9 years ago
Brian White 12274a5c1b child_process: fix data loss with readable event 9 years ago
Fedor Indutny 6712a1faa5 internal/child_process: call postSend on error 9 years ago
Michaël Zasso 7ce0e04f44 lib: fix style issues after eslint update 9 years ago
Rich Trott 57a51a00e8 child_process: guard against race condition 9 years ago
Dave 34b535f4ca child_process: flush consuming streams 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Rich Trott cf0130dc0d lib: return boolean from child.send() 9 years ago
Rich Trott cdcf00a0b9 lib,doc: return boolean from child.send() 9 years ago
Fedor Indutny 36b969ff44 child_process: `null` channel handle on close 9 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Evan Lucas 3bc7e58ab0 child_process: use stdio.fd even if it is 0 9 years ago
Ben Noordhuis 607aa3ac82 child_process: add callback parameter to .send() 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Evan Lucas a77c330c32 child_process: expose ChildProcess constructor 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Brendan Ashworth 1219e7466c lib: reduce process.binding() calls 10 years ago
Mayhem 1832743e18 lib: add missing `new` for errors lib/*.js 10 years ago
Zach Bruggeman 9a8f18613d child_process: add debug and error details 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 785481149d child_process: clone spawn options argument 10 years ago
Vladimir Kurchatkin 301a968a40 child_process: remove redundant condition 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Juanjo 946cec7b65 lib,src: fix spawnSync ignoring its 'env' option 10 years ago
Juanjo ea945bf068 lib,src: fix spawnSync ignoring its 'env' option 10 years ago
Trevor Norris 819690fd98 src: all wraps now use actual FunctionTemplate 10 years ago
Trevor Norris 5962dbef49 src: all wrap's now use actual FunctionTemplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
cjihrig 9d95774722 child_process: improve spawn() argument handling 10 years ago
Trevor Norris 9b8837b355 src: be more intelligent about use of "arguments" 10 years ago
cjihrig ea89fdfec4 child_process: do not access stderr when stdio set to 'ignore' 10 years ago
Fedor Indutny 7f86baf5c7 child_process: handle writeUtf8String error 10 years ago
Ryan Graham 245469587c lib: noisy deprecation of child_process customFds 10 years ago
Fedor Indutny ae1e325e8a child_process: accept uid/gid everywhere 10 years ago
Charles be8114e5c5 child_process: don't throw on EAGAIN 10 years ago
Ed Morley c08da463ad child_process: use full path for cmd.exe on Win32 11 years ago
Brian White 03e9f84933 lib: remove unused variables 11 years ago
Ben Noordhuis a367f62adf child_process: don't throw on EMFILE/ENFILE 11 years ago
Ryan Cole f09b02786f child_process: add path to spawn ENOENT Error 11 years ago
Greg Sabia Tucker 7bd08c5062 child_process: do not set args before throwing 11 years ago
Greg Sabia Tucker 92875501d2 child_process: spawn() does not throw TypeError 11 years ago
Fedor Indutny 1bd4f3a605 child_process: fix deadlock when sending handles 11 years ago
Fedor Indutny 5e06ce4fb9 child_process: fix sending handle twice 11 years ago
Timothy J Fontaine 937e2e351b child_process: execFileSync stderr should inherit 11 years ago
Timothy J Fontaine e8df267674 child_process: js bits for spawnSync/execSync 11 years ago
Sam Roberts 67e9298fb6 child_process: fix spawn() optional arguments 11 years ago
Fedor Indutny 730e511b35 child_process: better error reporting for exec 11 years ago