550 Commits (7a5b023bacadc7e80935718607ee1adf57c9a967)

Author SHA1 Message Date
Bert Belder 600a6468dc process: use uv_signal instead of ev_signal 13 years ago
Timothy J Fontaine 382f22f229 timers: implement setImmediate 13 years ago
isaacs b3cf3f35fc Report errors properly from --eval and stdin 13 years ago
isaacs 430d94ef85 nextTick: Preserve depth in error/reentry cases 13 years ago
isaacs 19ecc17e6b nextTick: explicitly no-op when _exiting 13 years ago
isaacs 4e5fe2d45a nextTick: Handle tick callbacks after each tick 13 years ago
isaacs 0109a9f90a Move MakeCallback to JS 13 years ago
Jonas Westerlund a9b0bcfafe Assign to property of global, instead of implicit global variable 13 years ago
isaacs 441e792849 stdin.pipe: Replace forgotten opts member 13 years ago
isaacs 5ec056633f Fix #3503: stdin: resume() on pipe(dest) 13 years ago
isaacs 5b39929d47 Add --no-deprecation and --trace-deprecation flags 13 years ago
Andreas Madsen 6d70a4ae16 node: change the constructor name of process from EventEmitter to process 13 years ago
Bert Belder 10f85fadfe Fix child_process.kill oddities 13 years ago
Fedor Indutny af98fc9d5f child_process: new stdio API for .spawn() method 13 years ago
Andreas Madsen 81a4edcf6a cluster: remove NODE_UNIQUE_ID from env on startup 13 years ago
Ben Noordhuis bd907174e8 node: delete NODE_CHANNEL_FD from env 13 years ago
Felix Geisendörfer 814033365b Fix process.nextTick throw call sites 13 years ago
Nathan Rajlich b894521bd2 process: ensure that "exit" doesn't get emitted twice on a natural exit 13 years ago
Nathan Rajlich 98b4596a46 process: lint 13 years ago
Nathan Rajlich 0b5235e68c process: make --eval and reading scripts from stdin act the same 13 years ago
isaacs 10ce3d129d Domain hooks in ReqWrap<T> and MakeCallback 13 years ago
isaacs 963459d736 Domain feature 13 years ago
isaacs 8a15147bc5 Reapply "debug: Wait 50ms before running the main module" 13 years ago
Nathan Rajlich 208b230744 repl: add a 'useColors' option to the repl 13 years ago
Fedor Indutny 00224771e3 Revert "debug: Wait 50ms before running the main module" 13 years ago
Nathan Rajlich 698e795a5f repl: fix 'terminal' mode autodetection on global repls 13 years ago
Nathan Rajlich aad12d0b26 readline: migrate ansi/vt100 logic from tty to readline 13 years ago
Nathan Rajlich feaa8a41c7 cmd: add a -i / --interactive flag to force the REPL 13 years ago
isaacs c781f17742 debug: Wait 50ms before running the main module 13 years ago
Nathan Rajlich 11d8823791 process: add `process.config` 13 years ago
Nathan Rajlich f9da776b33 process: listen for the "exit" even on the main repl 13 years ago
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