summaryrefslogtreecommitdiff
path: root/src/node.cc
Commit message (Expand)AuthorAgeFilesLines
* src: use non-deprecated overload of V8::SetFlagsFromStringMichaël Zasso2019-08-011-2/+4
* src: read break_node_first_line from the inspect optionsSamuel Attard2019-07-291-1/+1
* src: move relative uptime initMicha Hanselmann2019-07-271-1/+3
* build: remove broken intel vtune supportBen Noordhuis2019-07-151-4/+0
* src: implement runtime option --no-node-snapshot for debuggingJoyee Cheung2019-07-101-10/+15
* src: block SIGTTOU before calling tcsetattr()Ben Noordhuis2019-07-061-4/+10
* src: don't abort on EIO when restoring ttyBen Noordhuis2019-07-011-1/+4
* src: refactor uncaught exception handlingJoyee Cheung2019-06-191-5/+3
* src: forbid reset_handler for SIGSEGV handlingAnna Henningsen2019-06-141-6/+8
* src: reset SIGSEGV handler before crashingAnna Henningsen2019-06-141-0/+6
* src: restore stdio on program exitBen Noordhuis2019-06-121-6/+88
* src: split `RunBootstrapping()`Joyee Cheung2019-06-031-64/+75
* src: reorganize inspector and diagnostics initializationJoyee Cheung2019-06-031-15/+50
* src: create Environment properties in Environment::CreateProperties()Joyee Cheung2019-06-031-11/+0
* src: remove memory_tracker-inl.h from header filesSam Roberts2019-05-231-0/+1
* src: ignore SIGXFSZ, don't terminate (ulimit -f)Ben Noordhuis2019-05-231-1/+1
* src: remove freebsd SA_RESETHAND workaroundBen Noordhuis2019-05-231-12/+0
* src: enable V8's WASM trap handlersGus Caplan2019-05-161-3/+55
* src: remove util-inl.h from header filesSam Roberts2019-05-131-0/+1
* src: fix typosgengjiawen2019-05-091-1/+1
* src: refactor profile initializationJoyee Cheung2019-05-021-14/+1
* process: reduce the number of internal frames in async stack traceJoyee Cheung2019-04-281-3/+7
* src: use std::vector<size_t> instead of IndexArrayJoyee Cheung2019-04-231-1/+1
* src: enable snapshot with per-isolate dataJoyee Cheung2019-04-231-1/+14
* src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung2019-04-231-2/+6
* inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung2019-04-231-1/+2
* src: split per-process initialization and teardown routinesJoyee Cheung2019-04-201-14/+32
* inspector: implement --cpu-prof[-path]Joyee Cheung2019-04-191-0/+6
* src: allows escaping NODE_OPTIONS with backslashesMaël Nison2019-04-171-4/+42
* src: use RAII to manage the main isolate dataJoyee Cheung2019-04-171-173/+8
* lib: create primordials in every contextJoyee Cheung2019-04-131-16/+10
* src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung2019-04-131-4/+7
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-2/+1
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* src: port coverage serialization to C++Joyee Cheung2019-04-061-4/+6
* process: store argv in EnvironmentJoyee Cheung2019-04-041-10/+7
* process: run RunBootstrapping in CreateEnvironmentJoyee Cheung2019-04-031-64/+83
* src: move AsyncCallbackScope out of EnvironmentJoyee Cheung2019-03-271-1/+1
* process: handle --expose-internals during pre-executionJoyee Cheung2019-03-261-3/+0
* src: guard exit label when inspector disabledDaniel Bevenius2019-03-251-0/+2
* src: refactor thread stopping mechanismAnna Henningsen2019-03-221-2/+2
* process: check no handle or request is active after bootstrapJoyee Cheung2019-03-191-0/+6
* module: do not share the internal require function with public loadersJoyee Cheung2019-03-191-6/+6
* src: shutdown node in-flightGireesh Punathil2019-03-161-3/+7
* lib: move DTRACE_* probes out of global scopeJames M Snell2019-03-121-1/+1
* src: de-lint header usageRefael Ackermann2019-03-121-12/+22
* src: refactor coverage connectionJoyee Cheung2019-03-121-3/+1
* src: rename Init and Start overloads to something more distinctiveJoyee Cheung2019-03-121-25/+26
* process: delay creation of process.env after bootstrap/node.jsJoyee Cheung2019-03-111-0/+10
* src: guard against calling `Init()` multiple timesAnna Henningsen2019-03-091-0/+5