563 Commits (f9dd34d301ab385ae316769b85ef916f9b70b6f6)

Author SHA1 Message Date
Ben Noordhuis 234551a22a buffer: fix Buffer::HasInstance() check 12 years ago
isaacs 916aebabb8 debugger: Make the debugger timeout configurable 12 years ago
isaacs 016810913d node: Do not use fn.apply() in process._makeCallback 12 years ago
Dave Olszewski 14c911de77 domain: empty stack on all exceptions 12 years ago
isaacs 6c80ef01c1 node: emit 'exit' when exiting with error 12 years ago
isaacs ec8ebaf300 domain: use camelCase instead of snake_case 12 years ago
isaacs 4401bb47bf domain: Do not use uncaughtException handler 12 years ago
isaacs 244924823e stdio: Do not read from stdout/err 12 years ago
isaacs bb56dcc450 tty/stdin: Refactor for streams2 12 years ago
isaacs 372cb32dc4 module: Support cycles in native module requires 13 years ago
isaacs 21c741f257 Print warning when maxTickDepth is reached 13 years ago
Bert Belder ea1cba6246 windows: don't blow when a signal handler is attached 13 years ago
isaacs 985e3a25cb lint 13 years ago
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