45 Commits (75606c4f6901ce4086addb0e54b1e88d108eaf8b)

Author SHA1 Message Date
James M Snell 58831b2f24 uv: improvements to process.binding('uv') 7 years ago
Tristian Flanagan f2b01cba7b child_process: defer error to next tick 9 years ago
Anna Henningsen 611851daba child_process: fix handle passing w large payloads 8 years ago
Anna Henningsen 75a19fb379
net,child_process: improve naming in internal code 8 years ago
Ruben Bridgewater 095357e26e
lib: tweak use of internal/errors 8 years ago
Sebastiaan Deckers bb29405904
lib,src: fix consistent spacing inside braces 8 years ago
Rich Trott 0d22858d67 lib: remove excess indentation 8 years ago
Rich Trott 85dacd63f0 lib: use consistent indentation for ternaries 8 years ago
Tobias Nießen fe730d34ce child_process: use internal/errors 8 years ago
Santiago Gimeno 71ca122def
child_process: fix handleless NODE_HANDLE handling 8 years ago
cjihrig 87d682b69a child_process: emit IPC messages on next tick 8 years ago
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