569 Commits (7f63449fde070455b337cd4b8e094d5366eb2dd8)

Author SHA1 Message Date
Maciej Małecki 27a937bcf8 Revert "startup: use `path.resolve` instead of `path.join(cwd, ...)`" 13 years ago
isaacs 634b4de2c8 Pause process.stdin in stdin getter 13 years ago
isaacs 27d8b059fa Pause process.stdin in stdin getter 13 years ago
Maciej Małecki b0c1541227 startup: use `path.resolve` instead of `path.join(cwd, ...)` 13 years ago
Maciej Małecki 1109c8fc4e startup: move `EventEmitter` closer to the lookup 13 years ago
Maciej Małecki c3a9733ac1 startup: use `.hasOwnProperty` instead of `in` 13 years ago
Maciej Małecki 3bc3af0276 process: remove old notices about removed methods 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
Brandon Benvie 52bd0f93bb core: make .deprecate() warn only once 13 years ago
Brandon Benvie 5403a8ce4c core: add `NativeModule.prototype.deprecate` 13 years ago
Brandon Benvie e3c0c86b28 Change removed process methods to be non-enumerable. 13 years ago
isaacs ff0f0aeb40 Fix #2507 Raise errors less agressively when destroying stdio streams 13 years ago
Igor Zinkovsky de78922b12 ref isolate loop 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
Ben Noordhuis 23bb5986d4 Remove unused variable. 13 years ago
Ben Noordhuis 36815e4179 process: fix stack overflow when recursively calling process.exit() 13 years ago
Ben Noordhuis 3d22dbf27b cli: add -p switch, print result of --eval 13 years ago
Igor Zinkovsky 13324bf844 throw from stdout.end and stderr.end 13 years ago
Igor Zinkovsky f84d86b660 make stdout stream non-destroyable 13 years ago
Igor Zinkovsky 5d89540b77 make stderr stream non-destroyable 13 years ago
Ryan Dahl 2a462abf5f process.kill doesn't create error obj correctly 13 years ago
Ryan Dahl 86528489ec new cluster api 14 years ago
Ryan Dahl a936768890 stdout and stderr are blocking when referring to regular files 14 years ago
Igor Zinkovsky 24a69d22a0 process.kill to use uv_kill 14 years ago
Ben Noordhuis 362b5a6c40 process: fix process.nextTick() error case regression 14 years ago
Ben Noordhuis 4d4900fc65 process: optimize process.nextTick() 14 years ago
Ryan Dahl c5d54010bc node cluster is now a module instead of CLI interface 14 years ago
isaacs 2d02e6a992 Add useGlobal flag for standard node repl 14 years ago
Igor Zinkovsky 69b73f9cf0 make process.kill a no-op on windows 14 years ago
Arnout Kazemier e3d2ae0bfd sys has been moved to util 14 years ago
Ryan Dahl 87339a22b1 introduce node cluster 14 years ago
Ryan Dahl c8dbaf579c Remove --use-legacy and --use-uv 14 years ago
Ryan Dahl cdf5d91fe5 Remove tty_legacy 14 years ago
Ryan Dahl 71cce3f45b Remove dgram_legacy 14 years ago
Ryan Dahl 58e892dadd Remove dns_legacy 14 years ago
Ryan Dahl 96e423a665 Remove child_process_legacy 14 years ago
Ryan Dahl be0bb2dc13 Remove net_legacy timers_legacy 14 years ago
Ryan Dahl 2c25507b81 process.stderr goes through libuv now 14 years ago
Ben Noordhuis 326ba25451 tty: unbreak --use-legacy 14 years ago
Ryan Dahl 899358e797 Add test-child-process-fork2 and fixes to make it work 14 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 14 years ago
Ben Noordhuis bc7cfd7cd7 http: remove legacy http library 14 years ago
Ryan Dahl 416c14f644 Remove a few instances of process.binding('stdio') from src/node.js 14 years ago
Ryan Dahl 7e62bc9828 Move process.stdout unref hack to handle_wrap.cc 14 years ago
Ryan Dahl 2e389c6531 scope.Close in GuessHandleType; don't use uv_is_tty 14 years ago
Ryan Dahl 1de156abb1 Bind/use uv_guess_handle 14 years ago
Ryan Dahl 74b6426ec6 Initial pass at new TTY js layer 14 years ago
Ryan Dahl 0f8f863043 Fixes #1726, hack to unref process.stdout 14 years ago