summaryrefslogtreecommitdiff
path: root/src/node_options.cc
AgeCommit message (Expand)Author
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
2018-11-13tls: disable TLS v1.0 and v1.1 by defaultBen Noordhuis
2018-11-07src: cache the result of GetOptions() in JS landJoyee Cheung
2018-09-25cli: normalize `_` → `-` when parsing optionsAnna Henningsen
2018-09-22src: add CheckOptions to Options classesDaniel Bevenius
2018-09-21tools: add bash completion for nodeDaniel Bevenius
2018-09-16src: fix `--prof-process` CLI argument handlingAnna Henningsen
2018-09-07src: fix trace-event-file-pattern descriptionAndreas Madsen
2018-09-05src: remove editing leftovers from options help textAnna Henningsen
2018-09-03src: disable debug options when inspector is unavailableAnna Henningsen
2018-09-01cli: generate --help text in JSAnna Henningsen
2018-09-01src: make CLI options programatically accesibleAnna Henningsen
2018-08-22src: refactor options parsingAnna Henningsen
2015-06-01Revert "src: add getopt option parser"Evan Lucas
2015-06-01src: add getopt option parserEvan Lucas