summaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
2019-04-23src: use std::vector<size_t> instead of IndexArrayJoyee Cheung
2019-04-23src: enable snapshot with per-isolate dataJoyee Cheung
2019-04-23src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung
2019-04-23inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung
2019-04-20src: split per-process initialization and teardown routinesJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-17src: allows escaping NODE_OPTIONS with backslashesMaël Nison
2019-04-17src: use RAII to manage the main isolate dataJoyee Cheung
2019-04-13lib: create primordials in every contextJoyee Cheung
2019-04-13src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-04process: store argv in EnvironmentJoyee Cheung
2019-04-03process: run RunBootstrapping in CreateEnvironmentJoyee Cheung
2019-03-27src: move AsyncCallbackScope out of EnvironmentJoyee Cheung
2019-03-26process: handle --expose-internals during pre-executionJoyee Cheung
2019-03-25src: guard exit label when inspector disabledDaniel Bevenius
2019-03-22src: refactor thread stopping mechanismAnna Henningsen
2019-03-19process: check no handle or request is active after bootstrapJoyee Cheung
2019-03-19module: do not share the internal require function with public loadersJoyee Cheung
2019-03-16src: shutdown node in-flightGireesh Punathil
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-12src: de-lint header usageRefael Ackermann
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-03-12src: rename Init and Start overloads to something more distinctiveJoyee Cheung
2019-03-11process: delay creation of process.env after bootstrap/node.jsJoyee Cheung
2019-03-09src: guard against calling `Init()` multiple timesAnna Henningsen
2019-03-08src: cleanup in all return paths in node::StartGireesh Punathil
2019-03-07src: fix wrong enum reference in node.ccgengjiawen
2019-03-03src: refactor node options parsers to mitigate MSVC bugRefael Ackermann
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-18src: unify uptime base used across the code baseJoyee Cheung
2019-02-18process: start coverage collection before bootstrapJoyee Cheung
2019-02-18src: use PauseOnNextJavascriptStatement to implement --inspect-brk-nodeJoyee Cheung
2019-02-07src: use NULL check macros to check nullptrZYSzys
2019-02-06src: move process.reallyExit impl into node_process_methods.ccJoyee Cheung
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-03src: remove main_isolateAnna Henningsen
2019-02-03src,lib: remove dead `process.binding()` codeAnna Henningsen
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2019-02-01worker: refactor thread id managementAnna Henningsen
2019-02-01src: move public C++ APIs into src/api/*.ccJoyee Cheung
2019-02-01src: move v8_platform implementation into node_v8_platform-inl.hJoyee Cheung
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