summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap
AgeCommit message (Expand)Author
2019-02-05process: stub unsupported worker methodscjihrig
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-03src,lib: remove dead `process.binding()` codeAnna 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-02-02lib: save primordials during bootstrap and use it in builtinsJoyee 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-24crypto: add crypto modules to cannotUseCacheDaniel Bevenius
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-16src: pass cli options to bootstrap/loaders.js lexicallyJoyee Cheung
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-12src: simplify NativeModule caching and remove redundant dataJoyee 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-31crypto: add crypto/keys to cannotUseCacheDaniel Bevenius
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-30lib: remove unintended access to deps/Anna Henningsen
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-20os: move process.binding('os') to internalBindingbriete
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-18src: always compile and store code cache for native modulesJoyee 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-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-11lib: move DEP0120 to end of lifecjihrig