summaryrefslogtreecommitdiff
path: root/lib/domain.js
AgeCommit message (Expand)Author
2017-12-13domain: fix error emit handlingAnatoli Papirovski
2017-12-06events: use Reflect.applyAnatoli Papirovski
2017-12-04events: move domain handling from events to domainvdeturckheim
2017-11-29process: add flag for uncaught exception abortAnna Henningsen
2017-11-19domain: re-implement domain over async_hookvladimir
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-09-20domain: remove `.dispose()`Anna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2016-10-19test,lib,benchmark: match function namesRich Trott
2016-06-07domain: add message for dispose deprecationBrian White
2016-03-21lib: reduce usage of `self = this`Jackson Tian
2016-01-13domains: clear stack when no error handlerJulien Gilli
2015-12-11domains: fix handling of uncaught exceptionsJulien Gilli
2015-10-05src: fix --abort-on-uncaught-exceptionJeremy Whitlock
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-12domain: add soft deprecation noticeChris Dickinson
2014-12-12domain: forward args to .run(fn)micnic
2014-11-22lib: turn on strict modeBen Noordhuis
2014-06-11lib: remove unused variablesBrian White
2014-04-02domain: don't crash on "throw null"Alex Kocharin
2014-01-15Merge remote-tracking branch 'origin/v0.10'Trevor Norris
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