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-09-08src: use Isolate::TryGetCurrent where appropriateAnna Henningsen
2021-09-08errors: disp ver on fatal except that causes exitDivlo
2021-07-15esm: refine ERR_REQUIRE_ESM errorsGuy Bedford
2021-07-15process: add api to enable source-maps programmaticallylegendecas
2021-06-14report: generates report on threads with no isolateslegendecas
2021-05-25src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-05-18src: fix fatal errors when a current isolate not existlegendecas
2021-02-25src: use non-deprecated V8 module and script APIsMichaƫl Zasso
2020-12-22src: remove unnecessary ToLocalChecked node_errorsDaniel Bevenius
2020-12-13src: guard against env != null in node_errors.ccAnna Henningsen
2020-07-18src: snapshot nodeJoyee Cheung
2020-06-26src: add errorProperties on process.reporthimself65
2020-06-09src: perform bounds checking on error source lineAnna Henningsen
2020-05-28src: remove unused using declarationsDaniel Bevenius
2020-05-25errors: print original exception contextbcoe
2020-04-15src: use basename(argv0) for --trace-uncaught suggestionAnna Henningsen
2020-04-08src: sync access for report and openssl optionsSam Roberts
2020-03-25report: handle on-fatalerror betterHarshitha KP
2020-03-15src: unconditionally include report featurecjihrig
2020-02-08src: remove fixed-size GetHumanReadableProcessNameBen Noordhuis
2020-01-24src: use custom fprintf alike to write errors to stderrAnna Henningsen
2019-12-26src: prevent hard coding stack trace limitlegendecas
2019-12-12build: on Android, use android log library to print stack tracesGiovanni Campagna
2019-11-28src: add more `can_call_into_js()` guardsAnna Henningsen
2019-11-07src: make EndStartedProfilers an exit hookAnna Henningsen
2019-10-22cli: add --trace-uncaught flagAnna Henningsen
2019-09-25src: try showing stack traces when process._fatalException is not setJoyee Cheung
2019-09-24src: disconnect inspector before exiting out of fatal exceptionJoyee Cheung
2019-07-07src: allow fatal exceptions to be enhancedcjihrig
2019-06-27process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-13src: restore stdio on program exitBen Noordhuis
2019-06-09src: handle exceptions from ToDetailString()Anna Henningsen
2019-05-21src, lib: take control of prepareStackTraceGus Caplan
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-26src: move OnMessage to node_errors.ccJoyee Cheung
2019-04-17src: handle fatal error when Environment is not assigned to contextJoyee Cheung
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-03-30inspector: display error when ToggleAsyncHook failsJoyee Cheung
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung
2019-03-06src: refactor `Environment::GetCurrent(isolate)` usageAnna Henningsen
2019-03-04report: rename location to triggercjihrig
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-20report: simplify OnFatalError() handlingcjihrig
2019-02-17src: add debug CHECKs against empty handlesAnna Henningsen
2019-02-03src: handle errors while printing error objectsAnna Henningsen
2019-02-03src: use struct as arguments to node::AssertAnna Henningsen
2019-02-01src: move public C++ APIs into src/api/*.ccJoyee Cheung
2019-01-31src: add handle scope to `OnFatalError()`Anna Henningsen
2019-01-24src: remove unnecessary `filename` variableAnna Henningsen