summaryrefslogtreecommitdiff
path: root/src/node_options.h
AgeCommit message (Expand)Author
2019-07-22policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-07-20esm: implement "pkg-exports" proposalGuy Bedford
2019-07-20src: implement runtime option --no-node-snapshot for debuggingJoyee Cheung
2019-06-17inspector: added --inspect-publish-uidAleksei Koziatinskii
2019-05-28inspector: implement --heap-profJoyee Cheung
2019-05-23http, http2: flag for overriding server timeoutAli Ijaz Sheikh
2019-05-23esm: remove experimental status from JSON modulesMyles Borins
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-06inspector: implement --cpu-prof-intervalJoyee Cheung
2019-05-06tls: add --tls-min-v1.2 CLI switchSam Roberts
2019-05-04tls,cli: add --trace-tls command-line flagcjihrig
2019-04-27src: 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
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-11-13tls: disable TLS v1.0 and v1.1 by defaultBen Noordhuis
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-10-05src: add virtual desctructor to Options classDaniel Bevenius
2018-09-25src: fix a typo in the commentGireesh Punathil
2018-09-22src: add CheckOptions to Options classesDaniel Bevenius
2018-09-21tools: add bash completion for nodeDaniel Bevenius
2018-09-09src: remove abort_on_uncaught_exception node.ccDaniel Bevenius
2018-09-01src: make CLI options programatically accesibleAnna Henningsen
2018-08-22src: refactor options parsingAnna Henningsen