75 Commits (928ea564d16da47e615ddac627e0b4d4a40d8196)

Author SHA1 Message Date
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
Thomas Shinnick eba1f7b1a4 child_process: fix order of args to errnoException() 13 years ago
Bert Belder 189dd8f803 Fix line endings and trailing whitespace 13 years ago
Maciej Małecki 6bd0bcd5af child_process: in a new `ChildProcess` set `killed` to false 13 years ago
Igor Zinkovsky 3060266ff1 windows: enable pending accepts knob 13 years ago
koichik 8a729270c1 fix for --harmony_block_scoping 13 years ago
koichik a09b747f30 child_process.fork: don't modify args 13 years ago
Ryan Dahl 651b8a06d6 Fix test/pummel/test-exec.js 13 years ago
Daniel Ennis 59be975322 Improve IPC performance. 13 years ago
Ryan Dahl 96e423a665 Remove child_process_legacy 13 years ago
Ryan Dahl 8c738fa90c child_process.fork: don't overwrite env 13 years ago
Ryan Dahl 12486a6437 Change API for sending handles 13 years ago
Ryan Dahl 26c08a3f35 Do load balancing test in test-child-process-fork2. 13 years ago
Ryan Dahl 899358e797 Add test-child-process-fork2 and fixes to make it work 13 years ago
Ryan Dahl b413c77583 Support sending handles to other processes 13 years ago
Ryan Dahl 26c5905a99 Reimplement child_process.fork 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ryan Dahl 70966002c0 Forward customFds to ChildProcess.spawn 13 years ago
Bert Belder 567470b136 Child processes: support windowsVerbatimArguments option 13 years ago
Ben Noordhuis 5a49522ba7 child process: don't send signal if process is already terminated 13 years ago
Ben Noordhuis 2bbb468428 child process: bind to libuv's kill process API 13 years ago
Ryan Dahl 2908f323e1 win: fix test-child-process-exec-cwd 13 years ago
Ryan Dahl 9166f85285 Remove debug code 13 years ago
Ryan Dahl b30ad11b59 child_process_uv: Handle spawn errors 13 years ago
Ryan Dahl 624dd38d89 child_process_uv: fix test/simple/test-child-process-env 13 years ago
Ryan Dahl 19a62589b2 child_process_uv: add exec, fix simple/test-child-process-exec-cwd 13 years ago
Ryan Dahl 4ac633bf21 Forgot to add child_process_uv.js 13 years ago