summaryrefslogtreecommitdiff
path: root/src/node_options.h
Commit message (Expand)AuthorAgeFilesLines
* policy: add policy-integrity to mitigate policy tamperingBradley Farias2019-07-201-0/+2
* esm: implement "pkg-exports" proposalGuy Bedford2019-07-181-0/+1
* src: implement runtime option --no-node-snapshot for debuggingJoyee Cheung2019-07-101-0/+1
* inspector: added --inspect-publish-uidAleksei Koziatinskii2019-06-031-0/+9
* inspector: implement --heap-profJoyee Cheung2019-05-261-0/+5
* esm: remove experimental status from JSON modulesMyles Borins2019-05-221-1/+0
* esm: --experimental-wasm-modules integration supportMyles Borins2019-05-171-0/+1
* inspector: implement --cpu-prof-intervalJoyee Cheung2019-05-051-0/+2
* tls: add --tls-min-v1.2 CLI switchSam Roberts2019-05-051-0/+1
* tls,cli: add --trace-tls command-line flagcjihrig2019-05-021-0/+1
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-241-3/+3
* inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung2019-04-231-1/+2
* inspector: implement --cpu-prof[-path]Joyee Cheung2019-04-191-0/+4
* process: add --unhandled-rejections flagRuben Bridgewater2019-04-151-0/+1
* lib,src,doc: add --heapsnapshot-signal CLI flagcjihrig2019-04-121-0/+1
* esm: phase two of new esm implementationguybedford2019-03-271-0/+3
* tls: support TLSv1.3Sam Roberts2019-03-201-4/+5
* inspector: patch C++ debug options instead of process._breakFirstLineJoyee Cheung2019-03-191-0/+6
* bootstrap: experimental --frozen-intrinsics flagGuy Bedford2019-03-041-0/+1
* src: reduce to simple `const char*` in OptionsParserZYSzys2019-03-041-25/+21
* src: fix warnings around node_optionsRefael Ackermann2019-03-031-1/+1
* src: refactor node options parsers to mitigate MSVC bugRefael Ackermann2019-03-031-33/+12
* src: add debugging array allocatorAnna Henningsen2019-02-251-0/+1
* report: remove verbose settingcjihrig2019-02-201-1/+0
* src: remove invalid casts in options parserAnna Henningsen2019-02-181-12/+6
* src: apply clang-tidy rule modernize-use-overridegengjiawen2019-02-181-4/+4
* process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung2019-02-021-6/+0
* process: exit on --debug and --debug-brk after option parsingJoyee Cheung2019-02-021-4/+0
* src: simplify inspector initialization in node::Start()Joyee Cheung2019-01-271-0/+2
* src: remove has_experimental_policy optionAnna Henningsen2019-01-251-1/+0
* src: merge into coreGireesh Punathil2019-01-181-0/+16
* policy: manifest with subresource integrity checksBradley Farias2019-01-171-0/+2
* worker: remove `--experimental-worker` flagAnna Henningsen2019-01-091-1/+0
* src: move per-process global variables into node::per_processJoyee Cheung2019-01-081-0/+8
* cli: add --max-http-header-size flagcjihrig2018-12-201-0/+1
* src: add kUInteger parsingMatteo Collina2018-12-201-0/+5
* src: mark options parsers as constAnna Henningsen2018-12-201-6/+6
* http: switch default parser to llhttpAnna Henningsen2018-12-091-6/+1
* inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung2018-12-091-17/+46
* http: make parser choice a runtime flagAnna Henningsen2018-12-061-0/+6
* tls: disable TLS v1.0 and v1.1 by defaultBen Noordhuis2018-11-131-0/+5
* benchmark,doc,lib,src,test,tools: fix typosBrandon Smith2018-10-091-1/+1
* src: add virtual desctructor to Options classDaniel Bevenius2018-10-051-0/+1
* src: fix a typo in the commentGireesh Punathil2018-09-251-1/+1
* src: add CheckOptions to Options classesDaniel Bevenius2018-09-221-6/+15
* tools: add bash completion for nodeDaniel Bevenius2018-09-211-0/+1
* src: remove abort_on_uncaught_exception node.ccDaniel Bevenius2018-09-091-0/+1
* src: make CLI options programatically accesibleAnna Henningsen2018-09-011-0/+20
* src: refactor options parsingAnna Henningsen2018-08-221-0/+356
* Revert "src: add getopt option parser"Evan Lucas2015-06-011-62/+0