548 Commits (9741291fe9b6b96f41c284032ef6ac9a4750bc63)

Author SHA1 Message Date
Chris Dickinson 0af4c9ea74 src: fix domains + --abort-on-uncaught-exception 10 years ago
Petka Antonov 872702d9b7 node: implement unhandled rejection tracking 10 years ago
Sam Roberts e9eb2ec1c4 process: fix regression in unlistening signals 10 years ago
Yosuke Furukawa fd30eb2152 src: fix jslint errors 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Bert Belder 2b6a0f85f3 src: remove the tracing module entirely 10 years ago
Trevor Norris 8f41db6104 node: fix throws before timer module is loaded 10 years ago
Trevor Norris 0d60ab3efe src: remove Async Listener 10 years ago
Trevor Norris b1e9d330aa node: fix throws before timer module is loaded 10 years ago
Trevor Norris b6559553a4 src: remove Async Listener 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Sam Roberts 743a009bad process: pid can be a string in process.kill() 11 years ago
Fedor Indutny ef46ca61b5 node: do not crash on IPC stdin 10 years ago
Ben Noordhuis 29d7fd6bb8 src: move debug agent from deps/ to src/ 10 years ago
Fedor Indutny 7a0cfe9b11 deps: re-implement debugger-agent 11 years ago
Fedor Indutny 6a610a0f67 deps: re-implement debugger-agent 11 years ago
Vladimir Kurchatkin 30bd7b672c node: support v8 microtask queue 11 years ago
Julien Gilli 90d1147b8b cluster: centralize removal from workers list. 11 years ago
Trevor Norris 807acf7f98 src: require EventEmitter via NativeModule 11 years ago
Jackson Tian 931cbc175f lib: don't use emitter.listeners(type).length 11 years ago
Sam Roberts 832ec1cd50 process: throw TypeError if kill pid not a number 11 years ago
Fedor Indutny b55c9d68aa configure: --v8-options option 11 years ago
Timothy J Fontaine 06453a94a7 src: domain should not replace nextTick function 11 years ago
Trevor Norris 6cbfcdad46 src: move AsyncListener from process to tracing 11 years ago
Trevor Norris d9e1e4c661 env: add watched_providers for AsyncListener 11 years ago
Trevor Norris c9abb59638 node: make AsyncListenerInst field more explicit 11 years ago
Fedor Indutny e796e11087 node: do not ever close stdio 11 years ago
Fedor Indutny fc26fd6b38 node: do not ever close stdio 11 years ago
Trevor Norris 56ebf308dc node: clear nextTickQueue when using domains 11 years ago
Trevor Norris e6016dae34 node: remove asyncStack 11 years ago
Trevor Norris f32c1ffe56 node: only run same AL once on error 11 years ago
Trevor Norris bf08ac462e node: compare AsyncListener instances, not uid's 11 years ago
Trevor Norris 60fcc11be2 node: ensure same AL inst only runs once 11 years ago
Trevor Norris 63ccfc3536 async_wrap/timers: remove Add/RemoveAsyncListener 11 years ago
Trevor Norris 646ac18d79 node: AsyncListener use separate storage mechanism 11 years ago
Trevor Norris 828f14556e src: revert domain using AsyncListeners 11 years ago
Trevor Norris a40b463674 node: properly check uid when adding AsyncListener 11 years ago
Trevor Norris d9fc6af32a node: change AsyncListener API 11 years ago
Sam Roberts 8aac118b69 process: document kill(0), disallow kill(O_RDWR) 12 years ago
Vladimir Kurchatkin 16a402c0b5 node: fix removing AsyncListener in callback 11 years ago
Trevor Norris 5757642e91 node: allow nextTick infinite recursion 11 years ago
Trevor Norris bc39bdd995 domain: use AsyncListener API 11 years ago
Trevor Norris efa62fd9cc node: add AsyncListener support 12 years ago
Trevor Norris 4b84e42f67 node: don't share state with in_tick/last_threw 12 years ago
isaacs b30a03eda0 process: use exit 1 for uncaughtException 12 years ago
isaacs 39aafcf801 process: Fix regression from a5dba82 12 years ago
isaacs 6808706c3b process: Use exit code 8 consistently 12 years ago
isaacs a5dba82ee2 process: Add exitCode property 12 years ago
Ben Noordhuis 756b622295 src: add multi-context support 12 years ago
isaacs 906a175a0b process: Add internal _rawDebug() method 12 years ago