207 Commits (03e89b3ff298c63e9620f1547094f7fca76edde7)

Author SHA1 Message Date
Javis Sullivan 3268863ebc child_process: add string shortcut for fork stdio 8 years ago
cjihrig 8f3ff98f0e child_process: allow Infinity as maxBuffer value 8 years ago
Anna Henningsen 627ecee9ed child_process: support Uint8Array input to methods 8 years ago
cjihrig fc7b0dda85 child_process: improve input validation 8 years ago
brad-decker bbed075325 child_process: name anonymous functions 8 years ago
cjihrig 49d1c366d8 child_process: remove extra newline in errors 8 years ago
cjihrig ec7c27f4cb child_process: remove unreachable code 8 years ago
cjihrig dd13d71eb3 child_process: remove unreachable execSync() code 8 years ago
Tanuja-Sawant 835fbeee00 child_process: update outdated comment 8 years ago
Bartosz Sosnowski b90f3da9de
child_process, win: fix shell spawn with AutoRun 8 years ago
Pat Pannuto 99f45b2476
child_process: control argv0 for spawned processes 8 years ago
cjihrig ff3ce11894 child_process: support stdio option in fork() 8 years ago
Robert Chiras 765de1ae11 child_process: Check stderr before accessing it 9 years ago
Chuck Langford 99cfd53097 test: test execFile/fork arg validation 9 years ago
Rich Trott 0548e5d12a child_process: add fork/execFile arg validation 8 years ago
Rich Trott 0268fd0a9f child_process: preserve argument type 8 years ago
Rich Trott 8da541bf5f Revert "child_process: measure buffer length in bytes" 8 years ago
Rich Trott c9a5990a76 child_process: measure buffer length in bytes 9 years ago
cjihrig dc76afffb6 child_process: allow buffer encoding in spawnSync 9 years ago
James M Snell dcccbfdc79 src: refactor require('constants') 9 years ago
Ben Noordhuis f4f6c6e815 child_process: use /system/bin/sh on android 9 years ago
Rich Trott 31600735f4 lib,test,tools: alignment on variable assignments 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
cjihrig c3bb4b1aa5 child_process: add shell option to spawn() 9 years ago
cjihrig 7b355c5bb3 child_process: add safety checks on stdio access 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Ben Noordhuis 57bce60da3 child_process: don't fork bomb ourselves from -e 9 years ago
James M Snell 32037b78a2 child_process: check execFile and fork args 9 years ago
Ben Noordhuis 607aa3ac82 child_process: add callback parameter to .send() 9 years ago
Roman Reiss 5acad6b163 child_process: fix arguments comments 9 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 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