summaryrefslogtreecommitdiff
path: root/src/node_options.cc
Commit message (Expand)AuthorAgeFilesLines
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-1/+1
* src: add debugging array allocatorAnna Henningsen2019-02-251-0/+4
* report: remove verbose settingcjihrig2019-02-201-10/+0
* src: allow --perf-prof-unwinding-info in NODE_OPTIONSTom Gallacher2019-02-081-0/+4
* src: allow --perf-basic-prof-only-functions in NODE_OPTIONSTom Gallacher2019-02-081-0/+4
* lib: use `internal/options` to query `--abort-on-uncaught-exception`Joyee Cheung2019-02-081-1/+8
* process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung2019-02-021-0/+5
* process: exit on --debug and --debug-brk after option parsingJoyee Cheung2019-02-021-0/+6
* src: workaround MSVC compiler bugRefael Ackermann2019-01-311-10/+14
* src: simplify inspector initialization in node::Start()Joyee Cheung2019-01-271-0/+9
* src: remove has_experimental_policy optionAnna Henningsen2019-01-251-4/+0
* report: simplify option checkingcjihrig2019-01-221-7/+23
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+2
* src: merge into coreGireesh Punathil2019-01-181-0/+67
* policy: manifest with subresource integrity checksBradley Farias2019-01-171-0/+9
* worker: remove `--experimental-worker` flagAnna Henningsen2019-01-091-4/+1
* src: move per-process global variables into node::per_processJoyee Cheung2019-01-081-8/+13
* cli: add --max-http-header-size flagcjihrig2018-12-201-0/+4
* src: add kUInteger parsingMatteo Collina2018-12-201-0/+4
* src: mark options parsers as constAnna Henningsen2018-12-201-4/+4
* http: switch default parser to llhttpAnna Henningsen2018-12-091-4/+0
* inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung2018-12-091-7/+11
* http: make parser choice a runtime flagAnna Henningsen2018-12-061-0/+14
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* doc: describe secureProtocol and CLI interactionSam Roberts2018-11-191-2/+2
* tls: disable TLS v1.0 and v1.1 by defaultBen Noordhuis2018-11-131-0/+11
* src: cache the result of GetOptions() in JS landJoyee Cheung2018-11-071-15/+2
* cli: normalize `_` → `-` when parsing optionsAnna Henningsen2018-09-251-7/+5
* src: add CheckOptions to Options classesDaniel Bevenius2018-09-221-5/+33
* tools: add bash completion for nodeDaniel Bevenius2018-09-211-0/+3
* src: fix `--prof-process` CLI argument handlingAnna Henningsen2018-09-161-0/+2
* src: fix trace-event-file-pattern descriptionAndreas Madsen2018-09-071-1/+1
* src: remove editing leftovers from options help textAnna Henningsen2018-09-051-2/+1
* src: disable debug options when inspector is unavailableAnna Henningsen2018-09-031-0/+2
* cli: generate --help text in JSAnna Henningsen2018-09-011-2/+10
* src: make CLI options programatically accesibleAnna Henningsen2018-09-011-48/+305
* src: refactor options parsingAnna Henningsen2018-08-221-0/+219
* Revert "src: add getopt option parser"Evan Lucas2015-06-011-305/+0
* src: add getopt option parserEvan Lucas2015-06-011-0/+305