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
2022-03-21async_hooks: remove destroyed symbol on PromisesGerhard Stöbich
2022-02-11src: remove separate definitions for static constexpr membersAnna Henningsen
2021-11-18Revert "async_hooks: merge resource_symbol with owner_symbol"Darshan Sen
2021-11-13async_hooks: eliminate require side effectsStephen Belanger
2021-07-28async_hooks: merge resource_symbol with owner_symbolDarshan Sen
2021-07-23async_hooks: eliminate native PromiseHookStephen Belanger
2021-06-02src: set PromiseHooks by EnvironmentBryan English
2021-05-07async_hooks: use new v8::Context PromiseHook APIStephen Belanger
2021-03-15src: use non-deprecated GetCreationContext from V8Michaël Zasso
2020-12-14src: use correct outer Context’s microtask queueAnna Henningsen
2020-10-10src: remove unused AsyncWrapObjectJames M Snell
2020-10-07src: add check against non-weak BaseObjects at process exitAnna Henningsen
2020-08-03async_hooks: fix id assignment in fast-path promise hookAndrey Pechkurov
2020-08-03async_hooks: execute destroy hooks earlierGerhard Stoebich
2020-07-28async_hooks: optimize fast-path promise hook for ALSAndrey Pechkurov
2020-07-18src: snapshot nodeJoyee Cheung
2020-07-14async_hooks: improve resource stack performanceAnna Henningsen
2020-06-19async_hooks: callback trampoline for MakeCallbackStephen Belanger
2020-06-14src: introduce BaseObject base FunctionTemplateAnna Henningsen
2020-05-28src: remove unused using declarationsDaniel Bevenius
2020-05-22src: use enum for refed flag on native immediatesAnna Henningsen
2020-05-22src: use symbol to store `AsyncWrap` resourceAnna Henningsen
2020-05-18src: add promise_resolve to SetupHooks commentDaniel Bevenius
2020-05-12src: fix typo in comment in async_wrap.ccDaniel Bevenius
2020-05-09src: fix compiler warning in async_wrap.ccAnna Henningsen
2020-05-09async_hooks: move PromiseHook handler to JSStephen Belanger
2020-04-28src: add AsyncWrapObject constructor template factoryStephen Belanger
2020-04-11src: remove unused v8::TryCatch namespaceJuan José Arboleda
2020-03-27src: cleanup DestroyParam when Environment exitsAnna Henningsen
2020-03-11async_hooks: avoid resource reuse by FileHandleGerhard Stoebich
2020-03-05src: pass resource object along with InternalMakeCallbackAnna Henningsen
2020-03-02src: improve handling of internal field countingJames M Snell
2020-02-11async_hooks: add executionAsyncResourceMatteo Collina
2019-11-29src: cleanup unused headersAlexandre Ferrando
2019-08-01src: allow generic C++ callables in SetImmediate()Anna Henningsen
2019-07-23src: do not include partial AsyncWrap instances in heap dumpAnna Henningsen
2019-07-13src: replace already elevated Object, Local v8 namespaceJuan José Arboleda
2019-05-20async_hooks: don't reuse resource in HttpAgentGerhard Stoebich
2019-05-13async_hooks: only disable promise hook if wantedAnna Henningsen
2019-05-12src: remove extra semicolons after macrosgengjiawen
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-04-22src: do not reuse async resource in http parsersDaniel Beckert
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-27src: move AsyncHooks out of EnvironmentJoyee Cheung
2019-03-21src: remove `AddPromiseHook()`Anna Henningsen
2019-03-12src: de-lint header usageRefael Ackermann
2019-02-07src: use NULL check macros to check nullptrZYSzys
2019-02-01src: move public C++ APIs into src/api/*.ccJoyee Cheung
2019-01-29src: pass along errors from PromiseWrap instantiationAnna Henningsen