summaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
2019-11-18src: expose ability to set optionsShelley Vohr
2019-11-18src: enhance feature access `CHECK`s during bootstrapAnna Henningsen
2019-11-06src: use unique_ptr for InitializeInspector()Anna Henningsen
2019-11-06src: make WaitForInspectorDisconnect an exit hookAnna Henningsen
2019-11-06src: make EndStartedProfilers an exit hookAnna Henningsen
2019-11-06src: use callback scope for main scriptAnna Henningsen
2019-10-22cli: add --trace-uncaught flagAnna Henningsen
2019-10-21src: fewer uses of NODE_USE_V8_PLATFORMShelley Vohr
2019-10-18src: initialize openssl only onceSam Roberts
2019-08-01src: use non-deprecated overload of V8::SetFlagsFromStringMichaël Zasso
2019-07-29src: read break_node_first_line from the inspect optionsSamuel Attard
2019-07-27src: move relative uptime initMicha Hanselmann
2019-07-15build: remove broken intel vtune supportBen Noordhuis
2019-07-10src: implement runtime option --no-node-snapshot for debuggingJoyee Cheung
2019-07-06src: block SIGTTOU before calling tcsetattr()Ben Noordhuis
2019-07-01src: don't abort on EIO when restoring ttyBen Noordhuis
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
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