summaryrefslogtreecommitdiff
path: root/src/node_options.cc
Commit message (Expand)AuthorAgeFilesLines
* src: allow --interpreted-frames-native-stack in NODE_OPTIONSMatheus Marchini2019-08-271-0/+3
* src: rename --security-reverts to ...-revertSam Roberts2019-08-171-1/+6
* module: implement "exports" proposal for CommonJSJan Krems2019-07-231-0/+1
* policy: add policy-integrity to mitigate policy tamperingBradley Farias2019-07-201-0/+16
* esm: implement "pkg-exports" proposalGuy Bedford2019-07-181-0/+4
* src: add missing option parser template for the DebugOptionsParserSamuel Attard2019-07-151-0/+11
* src: simplify --debug flagscjihrig2019-07-131-5/+3
* src: simplify DEP0062 logiccjihrig2019-07-091-7/+2
* src: implement runtime option --no-node-snapshot for debuggingJoyee Cheung2019-07-101-0/+4
* inspector: added --inspect-publish-uidAleksei Koziatinskii2019-06-031-0/+21
* inspector: implement --heap-profJoyee Cheung2019-05-261-0/+31
* esm: remove experimental status from JSON modulesMyles Borins2019-05-221-9/+0
* esm: --experimental-wasm-modules integration supportMyles Borins2019-05-171-0/+9
* inspector: implement --cpu-prof-intervalJoyee Cheung2019-05-051-0/+9
* tls: add --tls-min-v1.2 CLI switchSam Roberts2019-05-051-0/+4
* tls: disallow conflicting TLS protocol optionsSam Roberts2019-05-031-0/+5
* tls,cli: add --trace-tls command-line flagcjihrig2019-05-021-0/+4
* inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung2019-04-231-6/+18
* lib: replace --diagnostic-report-* with --report-*Joyee Cheung2019-04-221-13/+13
* inspector: implement --cpu-prof[-path]Joyee Cheung2019-04-191-0/+12
* esm: replace --entry-type with --input-typeGeoffrey Booth2019-04-161-6/+6
* process: add --unhandled-rejections flagRuben Bridgewater2019-04-151-3/+15
* lib,src,doc: add --heapsnapshot-signal CLI flagcjihrig2019-04-121-0/+4
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-2/+2
* esm: fix typosGeoffrey Booth2019-04-031-1/+1
* esm: phase two of new esm implementationguybedford2019-03-271-2/+43
* tls: support TLSv1.3Sam Roberts2019-03-201-9/+23
* inspector: patch C++ debug options instead of process._breakFirstLineJoyee Cheung2019-03-191-0/+1
* src: de-lint header usageRefael Ackermann2019-03-121-1/+3
* src: forbid access to CLI options before bootstrapping is doneJoyee Cheung2019-03-091-0/+6
* report: refactor configuration managementcjihrig2019-03-051-1/+7
* bootstrap: experimental --frozen-intrinsics flagGuy Bedford2019-03-041-0/+4
* src: fix warnings around node_optionsRefael Ackermann2019-03-031-5/+7
* src: refactor node options parsers to mitigate MSVC bugRefael Ackermann2019-03-031-30/+69
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-1/+1
* src: add debugging array allocatorAnna Henningsen2019-02-251-0/+4
* report: remove verbose settingcjihrig2019-02-201-10/+0
* src: allow --perf-prof-unwinding-info in NODE_OPTIONSTom Gallacher2019-02-081-0/+4
* src: allow --perf-basic-prof-only-functions in NODE_OPTIONSTom Gallacher2019-02-081-0/+4
* lib: use `internal/options` to query `--abort-on-uncaught-exception`Joyee Cheung2019-02-081-1/+8
* process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung2019-02-021-0/+5
* process: exit on --debug and --debug-brk after option parsingJoyee Cheung2019-02-021-0/+6
* src: workaround MSVC compiler bugRefael Ackermann2019-01-311-10/+14
* src: simplify inspector initialization in node::Start()Joyee Cheung2019-01-271-0/+9
* src: remove has_experimental_policy optionAnna Henningsen2019-01-251-4/+0
* report: simplify option checkingcjihrig2019-01-221-7/+23
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+2
* src: merge into coreGireesh Punathil2019-01-181-0/+67
* policy: manifest with subresource integrity checksBradley Farias2019-01-171-0/+9
* worker: remove `--experimental-worker` flagAnna Henningsen2019-01-091-4/+1