217 Commits (ab34f9dec200490c935c179f0f3244c3fa38cc88)

Author SHA1 Message Date
Anna Henningsen fe5ca3ff27
child_process: support promisified `exec(File)` 8 years ago
Sakthipriyan Vairamani (thefourtheye) d75fdd96aa
child_process: improve killSignal validations 8 years ago
Jackson Tian dc9717c805 lib: clarify the usage of 'else' 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Vse Mozhet Byt dd81d539e2 child_process: fix deoptimizing use of arguments 8 years ago
Sakthipriyan Vairamani (thefourtheye) dce37dc35b
lib: remove unnecessary assignments with _extend 8 years ago
Michaël Zasso 193468667b tools: enable one-var-declaration-per-line ESLint rule 8 years ago
cjihrig a1c652ae60 child_process: remove empty if condition 8 years ago
Sam Roberts 4cafa60c99 child_process: align fork/spawn stdio error msg 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
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