490 Commits (9da67fa5198f3c0839904ae05cbfe88c61b3ad09)

Author SHA1 Message Date
Trevor Norris 3a2f273bd7 buffer: use smalloc as backing data store 12 years ago
Trevor Norris 4b31a2d8da process: use Tock for nextTickQueue items 12 years ago
Trevor Norris bcb85a1d31 src: remove old comment code 12 years ago
Trevor Norris b846842aff process: remove spinner 12 years ago
Trevor Norris 9a6c0853bc process: remove max tick check for domains 12 years ago
Trevor Norris 0761c90204 process: remove maxTickDepth from _tickCallback 12 years ago
Trevor Norris 5b636feaa8 process: relocate needSpinner calls 12 years ago
Andrew Paprocki c081809344 vm: add support for timeout argument 12 years ago
Trevor Norris f0b68892d4 domain: fix domain callback from MakeCallback 12 years ago
Bert Belder bf83251eea windows: enable watching signals with process.on('SIGXYZ') 12 years ago
Ben Noordhuis e99dff4617 deps: upgrade libuv to 7b66ea1 12 years ago
isaacs 80472bc301 domain: Fix double-exit on nested domains 12 years ago
isaacs 7c9ff8e94a lint 12 years ago
isaacs 29cd0f2a77 domains: Handle errors thrown in nested error handlers 12 years ago
isaacs 5038f40185 node: Add --throw-deprecation 12 years ago
Nathan Rajlich 4d809e297f process: invoke EventEmitter on `process` 12 years ago
Nathan Rajlich dd6432dcf0 process: invoke EventEmitter on `process` 12 years ago
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 12 years ago
isaacs 21c741f257 Print warning when maxTickDepth is reached 12 years ago
Bert Belder ea1cba6246 windows: don't blow when a signal handler is attached 12 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