summaryrefslogtreecommitdiff
path: root/src/node_options.h
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-18src: expose ability to set optionsShelley Vohr
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-11-08module: conditional exports with flagged conditionsGuy Bedford
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-24src: add buildflag to force context-aware addonsShelley Vohr
2019-09-20http: remove legacy parserAnna Henningsen
2019-07-20policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-07-18esm: implement "pkg-exports" proposalGuy Bedford
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-02tls,cli: add --trace-tls command-line flagcjihrig
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-04-23inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-12lib,src,doc: add --heapsnapshot-signal CLI flagcjihrig
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-04bootstrap: experimental --frozen-intrinsics flagGuy Bedford
2019-03-04src: reduce to simple `const char*` in OptionsParserZYSzys
2019-03-03src: fix warnings around node_optionsRefael Ackermann
2019-03-03src: refactor node options parsers to mitigate MSVC bugRefael Ackermann
2019-02-25src: add debugging array allocatorAnna Henningsen
2019-02-20report: remove verbose settingcjihrig
2019-02-18src: remove invalid casts in options parserAnna Henningsen
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
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-27src: simplify inspector initialization in node::Start()Joyee Cheung
2019-01-25src: remove has_experimental_policy optionAnna Henningsen
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