summaryrefslogtreecommitdiff
path: root/src/node_options.cc
Commit message (Expand)AuthorAgeFilesLines
* doc: option --prof documentation help addedkrank2me2020-11-051-0/+3
* src: add --heapsnapshot-near-heap-limit optionJoyee Cheung2020-10-221-0/+10
* cli: add --node-memory-debug optionAnna Henningsen2020-10-091-0/+6
* src: add check against non-weak BaseObjects at process exitAnna Henningsen2020-10-071-0/+4
* module: fix specifier resolution option valuehimself652020-09-101-18/+3
* module: drop `-u` alias for `--conditions`Richard Lau2020-08-261-1/+0
* module: custom --conditions flag optionGuy Bedford2020-08-111-0/+5
* module: unflag Top-Level AwaitMyles Borins2020-08-031-1/+2
* src: allow setting a dir for all diagnostic outputAshCripps2020-07-201-0/+14
* src: allow embedders to disable esm loaderShelley Vohr2020-06-291-0/+6
* process: add unhandled-rejection throw and warn-with-error-codeDan Fabulich2020-06-161-0/+2
* src: add "missing" bash completion optionsDaniel Bevenius2020-06-081-1/+2
* lib: unflag AbortControllerJames M Snell2020-06-051-4/+2
* lib: initial experimental AbortController implementationJames M Snell2020-06-051-0/+4
* cli: add alias for report-directory to make it consistentAshCripps2020-05-301-2/+3
* src: remove unused using declarationsDaniel Bevenius2020-05-281-1/+0
* cli: support --experimental-top-level-await in NODE_OPTIONSDan Fabulich2020-05-231-1/+2
* cli: add `--trace-atomics-wait` flagAnna Henningsen2020-05-151-0/+4
* src: add support for TLAGus Caplan2020-05-141-0/+7
* module: partial doc removal of --experimental-modulesMyles Borins2020-04-211-1/+1
* src: handle report options on fatalerrorSam Roberts2020-03-311-14/+14
* doc: fix profile type of --heap-prof-nameSyohei YOSHIDA2020-03-291-1/+1
* http: increase default header size from 8KB to 16KBunknown2020-03-291-1/+1
* report: handle on-fatalerror betterHarshitha KP2020-03-251-4/+4
* cli: allow --huge-max-old-generation-size in NODE_OPTIONSAnna Henningsen2020-03-201-0/+5
* lib: add option to disable __proto__Gus Caplan2020-03-181-1/+4
* src,cli: support compact (one-line) JSON reportsSam Roberts2020-03-171-0/+4
* doc,lib,src,test: make --experimental-report a nopcjihrig2020-03-151-45/+1
* src: unconditionally include report featurecjihrig2020-03-151-7/+1
* cli: allow --jitless V8 flag in NODE_OPTIONSAndrew Neitsch2020-03-091-0/+4
* src: allow to reuse env options handlingDenys Otrishko2020-02-131-0/+63
* esm: import.meta.resolve with nodejs: builtinsGuy Bedford2020-02-031-0/+4
* doc: list largepage values in --helpcjihrig2020-02-011-1/+4
* src,lib: make ^C print a JS stack tracelegendecas2020-01-281-0/+5
* module: unflag conditional exportsGuy Bedford2020-01-151-4/+3
* src: fix -Wbraced-scalar-init warningcjihrig2020-01-091-1/+1
* module: unflag resolve selfGuy Bedford2020-01-021-6/+1
* src: port --bash-completion to C++Joyee Cheung2019-12-251-0/+39
* src: make --use-largepages a runtime optionGabriel Schulhof2019-12-221-0/+9
* doc,lib,src,test: rename WASI CLI flagcjihrig2019-12-171-1/+1
* cli: add --trace-exit cli optionlegendecas2019-12-161-0/+4
* http: llhttp opt-in insecure HTTP header parsingSam Roberts2019-12-091-0/+4
* esm: make specifier flag clearly experimentalMyles Borins2019-12-041-4/+22
* http: make maximum header size configurable per-stream or per-serverAnna Henningsen2019-12-011-4/+4
* wasi: introduce initial WASI supportcjihrig2019-11-301-0/+4
* tls: cli option to enable TLS key logging to fileSam Roberts2019-11-201-0/+4
* esm: unflag --experimental-modulesGuy Bedford2019-11-121-28/+3
* module: conditional exports with flagged conditionsGuy Bedford2019-11-081-0/+4
* src: do not use `std::function` for `OnScopeLeave`Anna Henningsen2019-11-071-1/+1
* cli: whitelist new V8 flag in NODE_OPTIONSShelley Vohr2019-10-281-0/+4