summaryrefslogtreecommitdiff
path: root/lib/internal/process
AgeCommit message (Expand)Author
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
2019-01-01coverage: pass cwd to path.resolve() in setupcjihrig
2019-01-01coverage: use process._rawDebug() during setupcjihrig
2018-12-31process: move setup of process warnings into node.jsJoyee Cheung
2018-12-31process: move worker bootstrap code into worker_thread_only.jsJoyee Cheung
2018-12-31process: split worker IO into internal/worker/io.jsJoyee Cheung
2018-12-31process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-12-22process: move child process IPC setup condition into node.jsJoyee Cheung
2018-12-21src: move more process methods initialization in bootstrap/node.jsJoyee Cheung
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-17process: improve `--redirect-warnings` handlingRuben Bridgewater
2018-12-13process: properly close file descriptor on exitRuben Bridgewater
2018-12-13lib: refactor argument validation using validateStringZYSzys
2018-12-13src: remove internalBinding('config').warningFileJoyee Cheung
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-08lib: improve error creation performanceRuben Bridgewater
2018-12-06process: simplify check in previousValueIsValid()cjihrig
2018-12-05src,lib: make process.binding('config') internalMasashi Hirano
2018-12-04process: provide dummy stdio for non-console Windows appsAnna Henningsen
2018-12-01lib: move setupAllowedFlags() into per_thread.jsJoyee Cheung
2018-11-28lib: chenged anonymous function to arrow functionnakashima
2018-11-28lib: rearm pre-existing signal event registrationsGireesh Punathil
2018-11-27process: emit unhandled warning immediatelyAnatoli Papirovski
2018-11-18lib: set stderr._destroy to dummyDestroyJoyee Cheung
2018-11-07src: cache the result of GetOptions() in JS landJoyee Cheung