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-10-24async_hooks: skip runtime checks when disabledAndreas Madsen
2017-10-04async_wrap: allow user to pass execution_async_idTrevor Norris
2017-10-04async_wrap: add constructor for PromiseWrapTrevor Norris
2017-10-04async_hooks: consistent internal namingAndreas Madsen
2017-09-25async_hooks: support promise resolve hookAnna Henningsen
2017-09-20n-api: change async resource name to napi_valueJason Ginchereau
2017-09-20http2,async-wrap: introduce AliasedBuffer classMike Kaufman
2017-09-20src: refactor async callback handlingAnna Henningsen
2017-09-20src: move DomainEnter,DomainExit to node.ccAnna Henningsen
2017-09-12src: reduce code duplicationJames M Snell
2017-09-12async_wrap: unroll unnecessarily DRY codeTrevor Norris
2017-09-12async_wrap: return undefined if domain is disposedTrevor Norris
2017-09-12async_hooks: emitAfter correctly on fatalExceptionTrevor Norris
2017-08-10async_hooks: CHECK that resource is not emptyAnna Henningsen
2017-08-02src: return MaybeLocal in AsyncWrap::MakeCallbackTobias Nießen
2017-08-01src: replace deprecated ForceSet() methodFranziska Hinkelmann
2017-07-19async_hooks: C++ Embedder API overhaulAndreas Madsen
2017-07-11async_hooks: proper id stacking for PromisesAnna Henningsen
2017-07-11async_hooks: rename currentId and triggerIdAndreas Madsen
2017-07-11async_wrap: use kTotals to enable PromiseHookTrevor Norris
2017-07-11async_wrap: expose enable/disablePromiseHook APIAnna Henningsen
2017-07-11async_hooks: use resource objects for PromisesAnna Henningsen
2017-06-10async_hooks: minor refactor to callback invocationAnna Henningsen
2017-06-05async_hooks: use parent promise as triggerIdJiaLi.Passion
2017-06-05async_wrap: run destroy in uv_timer_tTrevor Norris
2017-05-28async_wrap: fix Promises with later enabled hooksAnna Henningsen
2017-05-28async_wrap,src: wrap promises directlyMatt Loring
2017-05-28async_hooks: implement C++ embedder APIAnna Henningsen
2017-05-28async_wrap,src: promise hook integrationMatt Loring
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-05-10async_hooks: initial async_hooks implementationTrevor Norris
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-05-10async_wrap: use more specific providersTrevor Norris
2017-05-10async_wrap: use double, not int64_t, for async idTrevor Norris
2017-03-10meta: restore original copyright headerJames M Snell
2016-12-22async_wrap: clear destroy_ids vectorTrevor Norris
2016-12-02async_wrap: call destroy() callback in uv_idle_tTrevor Norris
2016-12-02async_wrap: make Initialize a static class memberTrevor Norris
2016-12-02async_wrap: mode constructor/destructor to .ccTrevor Norris
2016-06-28src: fix readability/inheritance cpplint warningsBen Noordhuis
2016-06-02async_wrap: pass uid to JS as doubleTrevor Norris
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-28async_wrap: don't abort on callback exceptionTrevor Norris
2016-03-28async_wrap: notify post if intercepted exceptionTrevor Norris
2016-03-28async_wrap: setupHooks now accepts objectTrevor Norris
2016-03-28src,http_parser: remove KickNextTick callTrevor Norris
2016-03-08src,http: fix uncaughtException miss in httpTrevor Norris
2016-02-18async_wrap: add uid to all asyncWrap hooksAndreas Madsen