Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2016-10-20test,lib,benchmark: match function namesRich Trott
2016-06-07domain: add message for dispose deprecationBrian White
2016-03-22lib: reduce usage of `self = this`Jackson Tian
2016-01-13domains: clear stack when no error handlerJulien Gilli
2015-12-12domains: fix handling of uncaught exceptionsJulien Gilli
2015-10-06src: fix --abort-on-uncaught-exceptionJeremy Whitlock
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-01-22lib: use const to define constantscjihrig
2015-01-13Remove 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-12lib: remove unused variablesBrian White
2014-04-03domain: don't crash on "throw null"Alex Kocharin
2014-01-16Merge remote-tracking branch 'origin/v0.10'Trevor Norris
2014-01-16domains: exit() only affects active domainsRyan Graham
2014-01-10domain: fix off-by-one in Domain.exit()Ryan Graham
2014-01-10src: revert domain using AsyncListenersTrevor Norris
2014-01-04node: change AsyncListener APITrevor Norris
2013-11-01domain: 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-20fixes #6031 spelling errorsMatthew Aynalem
2013-08-10domain: share object and state with native landTrevor Norris
2013-08-02src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-04-11domain: change name for domain setupTrevor Norris
2013-03-27domain: fix domain callback from MakeCallbackTrevor Norris
2013-02-28process: separate nextTick domain logicTrevor Norris
2012-12-29domain: use camelCase instead of snake_caseisaacs
2012-12-29domain: Do not use uncaughtException handlerisaacs
2012-12-28domain: speed up domain.createRyunosuke SATO
2012-09-25domain: Remove stray console.logisaacs
2012-09-21domain: Properly exit() on domain disposalisaacs
2012-07-17domain: 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-09Fix #3379 prevent domain.intercept passing 1st arg to cbMarc Harter
2012-04-18lintisaacs
2012-04-18Domain featureisaacs