summaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-29src: pass along errors from process obj instantiationAnna Henningsen
2019-01-27src: simplify inspector initialization in node::Start()Joyee Cheung
2019-01-23report: remove `InitializeReport()`Anna Henningsen
2019-01-22src: pass along errors from `--security-reverts`Anna Henningsen
2019-01-18src: merge into coreGireesh Punathil
2019-01-16src: reset `StopTracingAgent()` before platform teardownAnna Henningsen
2019-01-16src: pass cli options to bootstrap/loaders.js lexicallyJoyee Cheung
2019-01-16process: allow StartExecution() to take a main script IDJoyee Cheung
2019-01-12src: dispose of V8 platform in `process.exit()`Anna Henningsen
2019-01-11process: move C++ process events into node_process_events.ccJoyee Cheung
2019-01-11src: declare process-related C++ methods in node_process.hJoyee Cheung
2019-01-11src: move process object creation into node_process_object.ccJoyee Cheung
2019-01-11src: clean up `node::Init()` wrt embedder scenariosAnna Henningsen
2019-01-09src: move InternalMakeCallback and MakeCallbackJoyee Cheung
2019-01-09src: use generic helper for splitting stringsAnna Henningsen
2019-01-08src: move per-process global variables into node::per_processJoyee Cheung
2019-01-06src: move arch, platform and release into node_metadata.ccJoyee Cheung
2019-01-06src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen
2019-01-02src: simplify JS Array creationAnna Henningsen
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-26src: do not leak NodeTraceStateObserverAnna Henningsen
2018-12-24src: fix compiler warningscjihrig
2018-12-24src: move process.nextTick and promise setup into node_task_queue.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: use std::vector for setting up process.execPathAnna 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-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-17process: move environment variable proxy code into node_env_var.ccJoyee Cheung
2018-12-15src: pass isMainThread into bootstrap/node.js directlyJoyee Cheung
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-09inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung
2018-12-03src: move version metadata into node_metadata{.h, .cc}Joyee Cheung
2018-12-03src: move READONLY_* macros into util.hJoyee Cheung
2018-12-04src: use NativeModuleLoader to compile all the bootstrappersJoyee Cheung
2018-12-03src: use custom TryCatch subclassGus Caplan
2018-11-30src: move C++ binding/addon related code into node_binding{.h, .cc}Joyee Cheung
2018-11-28src: use NativeModuleLoader to compile per_context.jsJoyee Cheung
2018-11-23src: enable detailed source positions in V8Yang Guo
2018-11-20src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-11-17Revert "src: enable detailed source positions in V8"Refael Ackermann
2018-11-16src: emit warnings from V8Gus Caplan
2018-11-15src: compile native modules and their code cache in C++Joyee Cheung
2018-11-13src: enable detailed source positions in V8Yang Guo
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-11-10deps: introduce `llhttp`Fedor Indutny
2018-11-06src: move error handling code into node_errors.ccJoyee Cheung