summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap/node.js
AgeCommit message (Expand)Author
2019-02-13process: refactor lib/internal/bootstrap/node.jsJoyee Cheung
2019-02-13process: use primordials in bootstrap/node.jsJoyee Cheung
2019-02-13process: document the bootstrap process in node.jsJoyee Cheung
2019-02-12process: normalize process.execPath in CreateProcessObject()Joyee Cheung
2019-02-10process: group main thread execution preparation codeJoyee Cheung
2019-02-08process: move deprecation warning initialization into pre_execution.jsJoyee Cheung
2019-02-08lib: move signal event handling into bootstrap/node.jsJoyee Cheung
2019-02-05process: stub unsupported worker methodscjihrig
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-02process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung
2019-02-02process: exit on --debug and --debug-brk after option parsingJoyee Cheung
2019-02-02process: move process mutation into bootstrap/node.jsJoyee Cheung
2019-02-02process: expose process.features.inspectorJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-29policy: ensure workers do not read fs for policyBradley Farias
2019-01-25src: remove has_experimental_policy optionAnna Henningsen
2019-01-23console: refactor inspector console extension installationJoyee Cheung
2019-01-23process: clarify the pre- and post-condition of esm setupJoyee Cheung
2019-01-20test: switch to native v8 coverageBenjamin Coe
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: register the inspector async hooks in bootstrap/node.jsJoyee Cheung
2019-01-16process: refactor coverage setup during bootstrapJoyee Cheung
2019-01-16process: allow StartExecution() to take a main script IDJoyee Cheung
2019-01-10buffer: move initialization of buffer prototype into node.jsJoyee Cheung
2019-01-09worker: remove `--experimental-worker` flagAnna Henningsen
2019-01-06src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen
2019-01-05src: use `internalBinding('config').hasInspector` in JS landJoyee Cheung
2018-12-31process: move --help and --bash-completeion handling to startExecutionJoyee Cheung
2018-12-31process: move setup of process warnings into node.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-31process: move process.features initialization into node.jsJoyee Cheung
2018-12-29process: make internal/queue_microtask.js more self-containedJoyee Cheung
2018-12-27lib: expose all type checks from the internal types moduleRuben Bridgewater
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-21trace_events: move SetupTraceCategoryState into node_trace_events.ccJoyee Cheung
2018-12-21src: move more process methods initialization in bootstrap/node.jsJoyee Cheung
2018-12-21src,lib: prefer internal/options over process._fooAnna Henningsen
2018-12-21src: initialize ICU version in per_process::metadata.versionsJoyee Cheung
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-15src: pass isMainThread into bootstrap/node.js directlyJoyee Cheung
2018-12-14lib: remove internalBinding('config').pendingDeprecationJoyee Cheung
2018-12-13bootstrap: make Buffer and process non-enumerableRuben Bridgewater
2018-12-11lib: move DEP0120 to end of lifecjihrig
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-05src,lib: make process.binding('config') internalMasashi Hirano
2018-12-04lib: remove duplicated noop functionZYSzys