summaryrefslogtreecommitdiff
path: root/src/node.cc
Commit message (Expand)AuthorAgeFilesLines
* lib: add option to disable __proto__Gus Caplan2020-03-181-0/+7
* src: unconditionally include report featurecjihrig2020-03-151-6/+1
* src: implement per-process native Debug() printerJoyee Cheung2020-03-101-0/+4
* src: move InternalCallbackScope to StartExecutionShelley Vohr2020-02-271-0/+6
* src: include large pages source unconditionallyGabriel Schulhof2020-02-241-17/+3
* src: allow to reuse env options handlingDenys Otrishko2020-02-131-67/+6
* build: enable loading internal modules from diskGus Caplan2020-01-311-0/+1
* src: reduce code duplication in BootstrapNodeDenys Otrishko2020-01-251-29/+13
* src: add C++-style sprintf utilityAnna Henningsen2020-01-231-1/+1
* src: use uv_guess_handle() to detect TTYscjihrig2020-01-151-11/+1
* tools: add clang-tidy rule in srcgengjiawen2020-01-111-1/+1
* src: remove uses of node::InitializeV8Platform()Ben Noordhuis2020-01-091-1/+2
* src: make large_pages node.cc include conditionalDenys Otrishko2019-12-271-0/+2
* src: port --bash-completion to C++Joyee Cheung2019-12-251-3/+12
* src: make --use-largepages a runtime optionGabriel Schulhof2019-12-221-10/+20
* bootstrap: use different scripts to setup different configurationsJoyee Cheung2019-12-201-7/+40
* build: auto-load ICU data from --with-icu-default-data-dirStephen Gallagher2019-12-131-0/+20
* src: fix the false isatty() issue on IBMiXu Meng2019-12-101-0/+10
* src: expose ability to set optionsShelley Vohr2019-11-181-6/+10
* src: enhance feature access `CHECK`s during bootstrapAnna Henningsen2019-11-181-1/+2
* src: use unique_ptr for InitializeInspector()Anna Henningsen2019-11-061-4/+3
* src: make WaitForInspectorDisconnect an exit hookAnna Henningsen2019-11-061-25/+1
* src: make EndStartedProfilers an exit hookAnna Henningsen2019-11-061-1/+0
* src: use callback scope for main scriptAnna Henningsen2019-11-061-7/+2
* cli: add --trace-uncaught flagAnna Henningsen2019-10-221-0/+2
* src: fewer uses of NODE_USE_V8_PLATFORMShelley Vohr2019-10-211-1/+1
* src: initialize openssl only onceSam Roberts2019-10-181-7/+0
* 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