582 Commits (084e54039773eac37aea70c1b602a5e574b6dc80)

Author SHA1 Message Date
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
isaacs cb53cfd8b5 src: Remove outdated comment re assert() 12 years ago
Domenic Denicola fd3657610e vm: update API to use options argument 12 years ago
Trevor Norris 467e00ed02 domain: move error handling directly into instance 12 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 12 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 12 years ago
Trevor Norris ab5dabf876 node: remove duplicate infoBox checks 12 years ago
Trevor Norris 2ef1782bbc node: remove domain nextTick 12 years ago
Trevor Norris 6a5a7b089e node: add inTick and lastThrew to infoBox 12 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 12 years ago
Ben Noordhuis 0161ec87af src, lib: deduplicate errnoException 12 years ago
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