207 Commits (03e89b3ff298c63e9620f1547094f7fca76edde7)

Author SHA1 Message Date
Bert Belder b0d2795fe9 child process: fix processes with IPC channel don't emit 'close' 12 years ago
Bert Belder 2418434568 windows: fix single-accept mode for shared server sockets 12 years ago
Ben Noordhuis 63d13e86a5 child_process: emit error on exec failure 12 years ago
Ben Noordhuis 4c150ca0d0 net: fix listen() regression, revert patches 12 years ago
Andreas Madsen 085a09874b cluster: do not use internal server API 12 years ago
Tyler Neylon b48684c6f1 child_process: Fix stdout=null when stdio=['pipe'] 12 years ago
Tom Hughes-Croucher c05f52c254 child_process: improve maxBuffer error message 14 years ago
Fedor Indutny 0a89e8b838 child_process: add .stdin stream to forks 13 years ago
isaacs 1f93aa5d5d 2012.06.15, Version 0.7.11 (unstable) 13 years ago
Andreas Madsen 1e0ce5d1bd domain: the EventEmitter constructor is now always called in nodecore 13 years ago
Bert Belder 10f85fadfe Fix child_process.kill oddities 13 years ago
Bert Belder bb2ce1a108 cluster: don't silently drop messages when the write queue gets big 13 years ago
Bert Belder cfa28690db cluster: don't silently drop messages when the write queue gets big 13 years ago
isaacs 1358632e67 Remove auto-unref 13 years ago
Charlie McConnell 4b021a3541 child_process: expose UV_PROCESS_DETACHED as options.detached 13 years ago
Fedor Indutny 3116522e7c child_process: spawn().ref() and spawn().unref() 13 years ago
Fedor Indutny af98fc9d5f child_process: new stdio API for .spawn() method 13 years ago
Ben Noordhuis a3908f47f1 child_process: hook up handle wrap to owning object 13 years ago
Ben Noordhuis 4ec77e2e28 child_process: rename field _internal to _handle 13 years ago
Andreas Madsen dceebbfa31 child_process: allow sending a net Socket and Server object using child.send 13 years ago
Ben Noordhuis 68f63fe9ec child_process: make copy of options arg 13 years ago
Bert Belder 0e57aafbb1 Optimize writing strings with Socket.write 13 years ago
Bert Belder 55e4d54927 Child process: support the `gid` and `uid` options 13 years ago
Andreas Madsen 5b43c63c88 child_process: emit error when .kill fails 13 years ago
isaacs b9bfb1bc91 child_process: Emit err rather than throw for IPC write failure 13 years ago
Andreas Madsen ab32e9e043 child_process: emit 'channel closed' error instead of throwing 13 years ago
Charlie McConnell c7b8073afc child_process: Separate 'close' event from 'exit' 13 years ago
Micheil Smith 19fd5301bf Expose original argv as process.execArgv for cluster and child_process.fork() 13 years ago
Shea Levy 024451c65c fork: don't clear environment by default 13 years ago
Joshua Holbrook 56cfcea4b4 child_process: remove dummy "setsid" option setting 13 years ago
Joshua Holbrook 4065b241e8 child_process: remove dummy "setsid" option setting 13 years ago
Maciej Małecki c6c6f98f1c util: add `util._extend` for extending objects 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
Andreas Madsen 9da830e895 child_process: stop .disconnect() call if channel is diconnected 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Igor Zinkovsky db3c4efd1d support for sharing streams accross isolates 13 years ago
Andreas Madsen 33b7fc250f child_process: do not disconnect on exit emit 13 years ago
Andreas Madsen 836344c90e Add disconnect method to forked child processes 13 years ago
Andreas Madsen 70884875c9 Allow calling fork() without args or options 13 years ago
Andreas Madsen ca6ededbd1 child_process: add errno property to exceptions 13 years ago
Maciej Małecki 4d49469d0d child_process: fix typo in internal message event name 13 years ago
Fedor Indutny 6b2091b58a debug threads 13 years ago
Ben Noordhuis 42281124d4 child_process: add isolates support 13 years ago
Andreas Madsen 5f08c3cfa1 cluster improvements: Worker class and isolate internal messages 13 years ago
Ryan Dahl 4428b70cba Add isolate version of test-child-process-fork 13 years ago
Ryan Dahl b319699132 Add isolate version of test-child-process-fork 13 years ago
Ben Noordhuis 6df7bdd954 child_process: make .send() throw if message is undefined 13 years ago
Andreas Madsen b084322f52 Add silent option to child_process.fork 13 years ago
Andreas Madsen a599aeb2a8 jslint 13 years ago
Ryan Dahl 60e26668b3 Remove superfluous 'new' 13 years ago