summaryrefslogtreecommitdiff
path: root/lib/internal/process
AgeCommit message (Expand)Author
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
2019-03-02doc,lib,test: rename node-report to reportcjihrig
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-26report: refactor argument validationcjihrig
2019-02-26report: refactor triggerReport()cjihrig
2019-02-24process: setup signal handler in prepareMainThreadExecutionJoyee Cheung
2019-02-20report: remove verbose settingcjihrig
2019-02-13lib: simplify 'umask'MaleDong
2019-02-10process: group main thread execution preparation codeJoyee Cheung
2019-02-09report: rename setDiagnosticReportOptions()cjihrig
2019-02-09report: refactor report option validationcjihrig
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-02-08lib: move signal event handling into bootstrap/node.jsJoyee Cheung
2019-02-05process: stub unsupported worker methodscjihrig
2019-02-03inspector,vm: remove --eval wrapperAnna Henningsen
2019-02-02process: move process mutation into bootstrap/node.jsJoyee Cheung
2019-01-31report: fix typo in error messagecjihrig
2019-01-30process: simplify report uncaught exception logiccjihrig
2019-01-30lib: refactor ERR_SYNTHETICcjihrig
2019-01-30worker: move worker thread setup code into the main scriptJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-29policy: ensure workers do not read fs for policyBradley Farias
2019-01-25lib: refactor policy code for readabilityAnna Henningsen
2019-01-24report: remove `internalBinding('config').hasReport`Anna Henningsen
2019-01-23process: fix call process.reallyExit, vs., bindingBenjamin Coe
2019-01-23process: clarify the pre- and post-condition of esm setupJoyee Cheung
2019-01-18src: merge into coreGireesh Punathil
2019-01-17process: allow reading umask in workerscjihrig
2019-01-17policy: manifest with subresource integrity checksBradley Farias
2019-01-16process: refactor coverage setup during bootstrapJoyee Cheung
2019-01-16process: allow StartExecution() to take a main script IDJoyee Cheung
2019-01-06process: make tick callback and promise rejection callback more robustJoyee Cheung
2019-01-06src: refactor tickInfo accessJoyee Cheung
2019-01-05src: use `internalBinding('config').hasInspector` in JS landJoyee Cheung