summaryrefslogtreecommitdiff
path: root/lib/domain.js
AgeCommit message (Expand)Author
2014-01-15domains: exit() only affects active domainsRyan Graham
2014-01-09domain: fix off-by-one in Domain.exit()Ryan Graham
2014-01-09src: revert domain using AsyncListenersTrevor Norris
2014-01-03node: change AsyncListener APITrevor Norris
2013-10-31domain: use AsyncListener APITrevor Norris
2013-08-27domains: deprecate domain.dispose().Forrest L Norvell
2013-08-23domain: move error handling directly into instanceTrevor Norris
2013-08-19fixes #6031 spelling errorsMatthew Aynalem
2013-08-09domain: share object and state with native landTrevor Norris
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-04-10domain: change name for domain setupTrevor Norris
2013-03-26domain: fix domain callback from MakeCallbackTrevor Norris
2013-02-27process: separate nextTick domain logicTrevor Norris
2012-12-29domain: use camelCase instead of snake_caseisaacs
2012-12-29domain: Do not use uncaughtException handlerisaacs
2012-12-27domain: speed up domain.createRyunosuke SATO
2012-09-25domain: Remove stray console.logisaacs
2012-09-21domain: Properly exit() on domain disposalisaacs
2012-07-16domain: Fix stack leak on errorisaacs
2012-07-09domain: Remove first arg from intercepted fnToshihiro Nakamura
2012-06-09domain: run now return callback resultAndreas Madsen
2012-06-09domain: dry decorate using util._extendAndreas Madsen
2012-06-08Fix #3379 prevent domain.intercept passing 1st arg to cbMarc Harter
2012-04-17lintisaacs
2012-04-17Domain featureisaacs