summaryrefslogtreecommitdiff
path: root/src/node_options.cc
AgeCommit message (Expand)Author
2019-06-03inspector: added --inspect-publish-uidAleksei Koziatinskii
2019-05-26inspector: implement --heap-profJoyee Cheung
2019-05-22esm: remove experimental status from JSON modulesMyles Borins
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-05inspector: implement --cpu-prof-intervalJoyee Cheung
2019-05-05tls: add --tls-min-v1.2 CLI switchSam Roberts
2019-05-03tls: disallow conflicting TLS protocol optionsSam Roberts
2019-05-02tls,cli: add --trace-tls command-line flagcjihrig
2019-04-23inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung
2019-04-22lib: replace --diagnostic-report-* with --report-*Joyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-12lib,src,doc: add --heapsnapshot-signal CLI flagcjihrig
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-04-03esm: fix typosGeoffrey Booth
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-20tls: support TLSv1.3Sam Roberts
2019-03-19inspector: patch C++ debug options instead of process._breakFirstLineJoyee Cheung
2019-03-12src: de-lint header usageRefael Ackermann
2019-03-09src: forbid access to CLI options before bootstrapping is doneJoyee Cheung
2019-03-05report: refactor configuration managementcjihrig
2019-03-04bootstrap: experimental --frozen-intrinsics flagGuy Bedford
2019-03-03src: fix warnings around node_optionsRefael Ackermann
2019-03-03src: refactor node options parsers to mitigate MSVC bugRefael Ackermann
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-25src: add debugging array allocatorAnna Henningsen
2019-02-20report: remove verbose settingcjihrig
2019-02-08src: allow --perf-prof-unwinding-info in NODE_OPTIONSTom Gallacher
2019-02-08src: allow --perf-basic-prof-only-functions in NODE_OPTIONSTom Gallacher
2019-02-08lib: use `internal/options` to query `--abort-on-uncaught-exception`Joyee Cheung
2019-02-02process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung
2019-02-02process: exit on --debug and --debug-brk after option parsingJoyee Cheung
2019-01-31src: workaround MSVC compiler bugRefael Ackermann
2019-01-27src: simplify inspector initialization in node::Start()Joyee Cheung
2019-01-25src: remove has_experimental_policy optionAnna Henningsen
2019-01-22report: simplify option checkingcjihrig
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-18src: merge into coreGireesh Punathil
2019-01-17policy: manifest with subresource integrity checksBradley Farias
2019-01-09worker: remove `--experimental-worker` flagAnna Henningsen
2019-01-08src: move per-process global variables into node::per_processJoyee Cheung
2018-12-20cli: add --max-http-header-size flagcjihrig
2018-12-20src: add kUInteger parsingMatteo Collina
2018-12-20src: mark options parsers as constAnna Henningsen
2018-12-09http: switch default parser to llhttpAnna Henningsen
2018-12-09inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-11-19doc: describe secureProtocol and CLI interactionSam Roberts