summaryrefslogtreecommitdiff
path: root/lib/domain.js
Commit message (Expand)AuthorAgeFilesLines
* lib: remove unused variablesBrian White2014-06-111-4/+1
* domain: don't crash on "throw null"Alex Kocharin2014-04-021-2/+4
* Merge remote-tracking branch 'origin/v0.10'Trevor Norris2014-01-151-6/+5
|\
| * domains: exit() only affects active domainsRyan Graham2014-01-151-5/+5
* | domain: fix off-by-one in Domain.exit()Ryan Graham2014-01-091-1/+1
* | src: revert domain using AsyncListenersTrevor Norris2014-01-091-85/+73
* | node: change AsyncListener APITrevor Norris2014-01-031-4/+1
* | domain: use AsyncListener APITrevor Norris2013-10-311-143/+177
* | domains: deprecate domain.dispose().Forrest L Norvell2013-08-271-40/+3
* | domain: move error handling directly into instanceTrevor Norris2013-08-231-2/+54
* | fixes #6031 spelling errorsMatthew Aynalem2013-08-191-1/+1
* | domain: share object and state with native landTrevor Norris2013-08-091-1/+20
* | src: Replace macros with util functionsisaacs2013-08-011-1/+1
* | lib: macro-ify type checksBen Noordhuis2013-07-241-1/+1
* | domain: change name for domain setupTrevor Norris2013-04-101-1/+1
|/
* domain: fix domain callback from MakeCallbackTrevor Norris2013-03-261-3/+2
* process: separate nextTick domain logicTrevor Norris2013-02-271-0/+4
* domain: use camelCase instead of snake_caseisaacs2012-12-291-2/+2
* domain: Do not use uncaughtException handlerisaacs2012-12-291-21/+0
* domain: speed up domain.createRyunosuke SATO2012-12-271-1/+1
* domain: Remove stray console.logisaacs2012-09-251-2/+0
* domain: Properly exit() on domain disposalisaacs2012-09-211-1/+6
* domain: Fix stack leak on errorisaacs2012-07-161-0/+2
* domain: Remove first arg from intercepted fnToshihiro Nakamura2012-07-091-1/+1
* domain: run now return callback resultAndreas Madsen2012-06-091-1/+1
* domain: dry decorate using util._extendAndreas Madsen2012-06-091-10/+2
* Fix #3379 prevent domain.intercept passing 1st arg to cbMarc Harter2012-06-081-0/+28
* lintisaacs2012-04-171-1/+1
* Domain featureisaacs2012-04-171-0/+233