34 Commits (76340e3f1007998c7cb9d69fa1a42d42663ca6c2)

Author SHA1 Message Date
Brian White 448c4c62d2
child_process: do not extend result for *Sync() 8 years ago
Brian White 8208fdae2b
child_process: reduce nextTick() usage 8 years ago
Brian White dd83d11869
child_process: simplify send() result handling 8 years ago
James M Snell 76327613af errors, child_process: migrate to using internal/errors 8 years ago
cjihrig 97a77288ce child_process: improve ChildProcess validation 8 years ago
cjihrig a9111f9738 child_process: minor cleanup of internals 8 years ago
Sakthipriyan Vairamani (thefourtheye) d75fdd96aa
child_process: improve killSignal validations 8 years ago
James M Snell 62e96096fa lib: more consistent use of module.exports = {} model 8 years ago
Arseniy Maximov 8fc362ea98 child_process: refactor internal/child_process.js 8 years ago
Jackson Tian f9dc722eb5
child_process: move anonymous class to top level 8 years ago
Yuya Tanaka 92eadd3037
child_process: optimize IPC for large data 8 years ago
Anna Henningsen 627ecee9ed child_process: support Uint8Array input to methods 8 years ago
cjihrig 2dcb7f3826 child_process: add public API for IPC channel 8 years ago
Rich Trott a6b1f175c2 tools: fix new-parens violations 8 years ago
cjihrig ccbb3c78cd child_process: reuse existing no-op function 8 years ago
Santiago Gimeno db6253f94a child_process: workaround fd passing issue on OS X 9 years ago
cjihrig d59917b2a3 child_process: emit IPC messages on next tick 9 years ago
James M Snell dcccbfdc79 src: refactor require('constants') 9 years ago
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