571 Commits (4643b8b6671607a7aff60cbbd0b384dcf2f6959e)

Author SHA1 Message Date
Ben Noordhuis 12d0f0bd3a lib, src: remove errno global 12 years ago
Trevor Norris 0c1e7b53d0 process: separate nextTick domain logic 12 years ago
isaacs 875e4a0c59 core: Remove the nextTick for running the main file 12 years ago
isaacs 3b2e9d2648 stream: remove lowWaterMark feature 12 years ago
Trevor Norris 7301ba3969 process: fix bug where spinner wasn't called 12 years ago
Trevor Norris ec4200068c process: allow ticker to cross communicate better 12 years ago
Trevor Norris 86c0745a5e process: streamlining tick callback logic 12 years ago
isaacs 95ac576bf9 Revert "Move MakeCallback to JS" 12 years ago
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