summaryrefslogtreecommitdiff
path: root/src/node_options.cc
AgeCommit message (Expand)Author
2019-12-04esm: make specifier flag clearly experimentalMyles Borins
2019-12-01http: make maximum header size configurable per-stream or per-serverAnna Henningsen
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-11-20tls: cli option to enable TLS key logging to fileSam Roberts
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-11-08module: conditional exports with flagged conditionsGuy Bedford
2019-11-07src: do not use `std::function` for `OnScopeLeave`Anna Henningsen
2019-10-28cli: whitelist new V8 flag in NODE_OPTIONSShelley Vohr
2019-10-25src: allow inspector without v8 platformShelley Vohr
2019-10-24module: resolve self-referencesJan Krems
2019-10-22cli: add --trace-uncaught flagAnna Henningsen
2019-10-10esm: unflag --experimental-exportsGuy Bedford
2019-10-08Revert "esm: remove experimental status from JSON modules"Guy Bedford
2019-10-05dgram: use `uv_udp_try_send()`Anna Henningsen
2019-10-05process: add source-map support to stack tracesbcoe
2019-09-30src: rename --loader to --experimental-loaderAlex Aubuchon
2019-09-24src: add buildflag to force context-aware addonsShelley Vohr
2019-09-20http: remove legacy parserAnna Henningsen
2019-08-27src: allow --interpreted-frames-native-stack in NODE_OPTIONSMatheus Marchini
2019-08-17src: rename --security-reverts to ...-revertSam Roberts
2019-07-23module: implement "exports" proposal for CommonJSJan Krems
2019-07-20policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-07-18esm: implement "pkg-exports" proposalGuy Bedford
2019-07-15src: add missing option parser template for the DebugOptionsParserSamuel Attard
2019-07-13src: simplify --debug flagscjihrig
2019-07-09src: simplify DEP0062 logiccjihrig
2019-07-10src: implement runtime option --no-node-snapshot for debuggingJoyee Cheung
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