summaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
2019-06-14src: forbid reset_handler for SIGSEGV handlingAnna Henningsen
2019-06-14src: reset SIGSEGV handler before crashingAnna Henningsen
2019-06-12src: restore stdio on program exitBen Noordhuis
2019-06-03src: split `RunBootstrapping()`Joyee Cheung
2019-06-03src: reorganize inspector and diagnostics initializationJoyee Cheung
2019-06-03src: create Environment properties in Environment::CreateProperties()Joyee Cheung
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-23src: ignore SIGXFSZ, don't terminate (ulimit -f)Ben Noordhuis
2019-05-23src: remove freebsd SA_RESETHAND workaroundBen Noordhuis
2019-05-16src: enable V8's WASM trap handlersGus Caplan
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-09src: fix typosgengjiawen
2019-05-02src: refactor profile initializationJoyee Cheung
2019-04-28process: reduce the number of internal frames in async stack traceJoyee Cheung
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