aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/process
AgeCommit message (Expand)Author
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
2018-11-03lib: make coverage work for Node.jsBenjamin
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-17timers: run nextTicks after each immediate and timerAnatoli Papirovski
2018-10-15lib: migrate process.binding to internalBindingsurreal8
2018-10-06vm: add dynamic import supportGus Caplan
2018-10-04process: allow reading from stdout/stderr socketsAnna Henningsen
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-25process: add `multipleResolves` eventRuben Bridgewater
2018-09-21worker,coverage: support V8 coverage generationAnna Henningsen
2018-09-05util: make util binding internalcjihrig
2018-09-05coverage: expose native V8 coverageBenjamin Coe
2018-09-04url: provide pathToFileURL and fileURLToPathguybedford
2018-08-29tty: make process.binding('tty_wrap') internalcjihrig
2018-08-19src: move process.binding('signal_wrap') to internalBindingJames M Snell
2018-07-31vm: rename vm.Module to vm.SourceTextModuleGus Caplan
2018-07-16process: refactor emitWarningRuben Bridgewater
2018-06-24process: avoid using the same fd for ipc and stdiocjihrig
2018-06-21process: split bootstrappers by threads that can run themJoyee Cheung
2018-06-20process: remove unused arguments in setup()Joyee Cheung
2018-06-06worker: enable stdioAnna Henningsen
2018-06-06worker: initial implementationAnna Henningsen
2018-06-01lib: unmask mode_t values with 0o777Joyee Cheung
2018-05-31src: refactor bootstrap to use bootstrap objectJames M Snell