226 Commits (3ea3c089cbdc5338b15b542e3fdd73a774c6d31b)

Author SHA1 Message Date
Timothy Gu 7907534a8d
lib: faster type checks for some types 7 years ago
Alex Gresnel ed2f347f27
child_process: set shell to false in fork() 7 years ago
James M Snell 58831b2f24 uv: improvements to process.binding('uv') 7 years ago
Rich Trott 50f45fffc1 lib: modify destructuring for indentation 8 years ago
Rich Trott 6d090e1094 child_process: refactor normalizeSpawnArguments() 8 years ago
Rich Trott 0d22858d67 lib: remove excess indentation 8 years ago
Rich Trott 095c0de94d benchmark,lib,test: use braces for multiline block 8 years ago
Brian White 448c4c62d2
child_process: do not extend result for *Sync() 8 years ago
Gil Tayar 8d7f07f379
child_process: promisify includes stdio in error 8 years ago
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 9 years ago
Pat Pannuto 99f45b2476
child_process: control argv0 for spawned processes 9 years ago
cjihrig ff3ce11894 child_process: support stdio option in fork() 9 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 9 years ago
Rich Trott 0268fd0a9f child_process: preserve argument type 9 years ago
Rich Trott 8da541bf5f Revert "child_process: measure buffer length in bytes" 9 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 10 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 10 years ago