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
2021-05-25src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-02-13async_hooks: set unhandledRejection async contextSajal Khandelwal
2020-12-21src: use correct microtask queue for checkpointsAnna Henningsen
2020-12-14src: use correct outer Context’s microtask queueAnna Henningsen
2020-10-08src: expose v8::Isolate setup callbacksShelley Vohr
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-07-18src: snapshot nodeJoyee Cheung
2020-05-03src: remove unused v8 Message namespaceAdrian Estrada
2020-04-13src: remove unused v8 Array namespaceJuan José Arboleda
2019-11-06src: use callback scope for main scriptAnna Henningsen
2019-10-14src: implement v8 host weakref hooksGus Caplan
2019-09-23src: perform check before running in runMicrotasks()Jeremy Apthorp
2019-09-16src: print exceptions from PromiseRejectCallbackAnna Henningsen
2019-09-06src: check microtasks before running themShelley Vohr
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-28process: reduce the number of internal frames in async stack traceJoyee Cheung
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-15src: print error before abortingRuben Bridgewater
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung
2019-01-06src: remove unused isolate variableDaniel Bevenius
2019-01-06process: make tick callback and promise rejection callback more robustJoyee Cheung
2019-01-06src: refactor tickInfo accessJoyee Cheung
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung