176 Commits (953b3e75e899d99c43654280b2c2777f1364f0b0)

Author SHA1 Message Date
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
Alexis Campailla 0da4e0e843 child_process: don't crash process on internal ops 11 years ago
Alexis Campailla 9ba0d905b0 lib: child_process spawn handle ENOENT correctly 11 years ago
Timothy J Fontaine 40d5e9074a child_process: deliver ENOENT on nextTick 11 years ago
isaacs ee695e935d child_process: Avoid extra copy for string stdio 11 years ago
Seth Fitzsimmons 711d1934ea child_process: Callback with Buffers from exec 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis c13bfdc091 child_process: add 'shell' option to .exec() 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 11 years ago
Ben Noordhuis 0161ec87af src, lib: deduplicate errnoException 11 years ago
Trevor Norris 278183a902 {stream,udp,tls}_wrap: remove unused offset/length 12 years ago
Ben Noordhuis b255f4c10a child_process: emit 'disconnect' asynchronously 12 years ago
Ben Noordhuis 21bd456763 child_process: fix handle delivery 12 years ago