569 Commits (7f63449fde070455b337cd4b8e094d5366eb2dd8)

Author SHA1 Message Date
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
Trevor Norris 5b636feaa8 process: relocate needSpinner calls 12 years ago
Andrew Paprocki c081809344 vm: add support for timeout argument 13 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