aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/process
AgeCommit message (Expand)Author
2019-07-20report: modify getReport() to return an ObjectChristopher Hiller
2019-07-20process: refactor unhandledRejection logiccjihrig
2019-07-02process: expose uv_rusage on process.resourcesUsage()vmarchaud
2019-07-02process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-07-02src: refactor uncaught exception handlingJoyee Cheung
2019-07-02lib: refactor unhandled rejection deprecation warning emissionJoyee Cheung
2019-07-02process: hide NodeEnvironmentFlagsSet's `add` functionRuben Bridgewater
2019-06-18process: refactor unhandled rejection handlingJoyee Cheung
2019-06-17process: improve queueMicrotask performanceAnatoli Papirovski
2019-06-17process: code cleanup for nextTickAnatoli Papirovski
2019-05-28Revert "lib: print to stdout/stderr directly instead of using console"Richard Lau
2019-05-17process: inspect error in case of a fatal exceptionRuben Bridgewater
2019-05-13lib: restore `global.module` after --eval code is runAnna Henningsen
2019-05-05process: compatibility patch to backport 1d022e8Ruben Bridgewater
2019-05-05process: improve cwd performanceRuben Bridgewater
2019-04-30lib: remove Reflect.apply where appropriateAnatoli Papirovski
2019-04-29lib: remove outdated optimizationsWeijia Wang
2019-04-29lib: print to stdout/stderr directly instead of using consoleJoyee Cheung
2019-04-29process: reduce the number of internal frames in async stack traceJoyee Cheung
2019-04-27module: initialize module_wrap.callbackMap during pre-executionJoyee Cheung
2019-04-20src: move guessHandleType in the util bindingJoyee Cheung
2019-04-20lib: use getOptionValue instead of process underscore aliasesJoyee Cheung
2019-04-16lib: require globals instead of using the global proxyJoyee Cheung
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-10report: improve signal name validationcjihrig
2019-04-08lib: use safe methods from primordialsMichaël Zasso
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-05lib: make queueMicrotask fasterAnatoli Papirovski
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-04-04process: patch more process properties during pre-executionJoyee Cheung
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-28process: remove protection for SyncWriteStream destroy in stdioMatteo Collina
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-27lib: rename validateMode to parseModeRuben Bridgewater
2019-03-25process: make stdout and stderr emit 'close' on destroyMatteo Collina
2019-03-25process: remove usage of require('util') in `per_thread.js`dnlup
2019-03-23lib: validate Error.captureStackTrace() callsRuben Bridgewater
2019-03-19worker: create per-Environment message port after bootstrapJoyee Cheung
2019-03-19process: set the trace category update handler during bootstrapJoyee Cheung
2019-03-14report: remove unnecessary return in settersRich Trott
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung
2019-03-10report: rename triggerReport() to writeReport()cjihrig
2019-03-05benchmark,lib: add process.hrtime.bigint benchmarkAnna Henningsen
2019-03-05report: warn on process.report object accesscjihrig
2019-03-05report: refactor configuration managementcjihrig
2019-03-03report: use triggerReport() to handle signalscjihrig
2019-03-03report: use triggerReport() to handle exceptionscjihrig