summaryrefslogtreecommitdiff
path: root/src/node_options.h
Commit message (Expand)AuthorAgeFilesLines
* src: fix typo for initializationYash Ladha2021-04-081-1/+1
* crypto: make FIPS related options always awailableVít Ondruch2021-02-251-2/+0
* crypto: implement basic secure heap supportJames M Snell2021-01-111-0/+2
* src: add --heapsnapshot-near-heap-limit optionJoyee Cheung2020-10-221-0/+1
* src: add check against non-weak BaseObjects at process exitAnna Henningsen2020-10-071-0/+6
* module: fix specifier resolution option valuehimself652020-09-101-1/+0
* module: custom --conditions flag optionGuy Bedford2020-08-111-0/+1
* module: unflag Top-Level AwaitMyles Borins2020-08-031-1/+1
* src: allow setting a dir for all diagnostic outputAshCripps2020-07-201-0/+1
* lib: unflag AbortControllerJames M Snell2020-06-051-1/+0
* lib: initial experimental AbortController implementationJames M Snell2020-06-051-0/+1
* cli: add `--trace-atomics-wait` flagAnna Henningsen2020-05-151-0/+1
* src: add support for TLAGus Caplan2020-05-141-0/+3
* src: sync access for report and openssl optionsSam Roberts2020-04-081-4/+17
* src: handle report options on fatalerrorSam Roberts2020-03-311-3/+3
* http: increase default header size from 8KB to 16KBunknown2020-03-291-1/+1
* report: handle on-fatalerror betterHarshitha KP2020-03-251-1/+1
* lib: add option to disable __proto__Gus Caplan2020-03-181-0/+1
* src,cli: support compact (one-line) JSON reportsSam Roberts2020-03-171-0/+1
* doc,lib,src,test: make --experimental-report a nopcjihrig2020-03-151-2/+1
* src: unconditionally include report featurecjihrig2020-03-151-8/+0
* src: allow to reuse env options handlingDenys Otrishko2020-02-131-0/+7
* esm: import.meta.resolve with nodejs: builtinsGuy Bedford2020-02-031-0/+1
* src,lib: make ^C print a JS stack tracelegendecas2020-01-281-0/+1
* module: unflag conditional exportsGuy Bedford2020-01-151-1/+1
* module: unflag resolve selfGuy Bedford2020-01-021-1/+0
* src: port --bash-completion to C++Joyee Cheung2019-12-251-0/+2
* src: make --use-largepages a runtime optionGabriel Schulhof2019-12-221-0/+1
* cli: add --trace-exit cli optionlegendecas2019-12-161-0/+1
* src: make debug_options getters publicShelley Vohr2019-12-141-2/+3
* http: llhttp opt-in insecure HTTP header parsingSam Roberts2019-12-091-0/+2
* esm: make specifier flag clearly experimentalMyles Borins2019-12-041-0/+1
* http: make maximum header size configurable per-stream or per-serverAnna Henningsen2019-12-011-1/+1
* wasi: introduce initial WASI supportcjihrig2019-11-301-0/+1
* tls: cli option to enable TLS key logging to fileSam Roberts2019-11-201-0/+1
* src: expose ability to set optionsShelley Vohr2019-11-181-5/+0
* esm: unflag --experimental-modulesGuy Bedford2019-11-121-1/+0
* module: conditional exports with flagged conditionsGuy Bedford2019-11-081-0/+1
* module: resolve self-referencesJan Krems2019-10-241-0/+1
* cli: add --trace-uncaught flagAnna Henningsen2019-10-221-0/+1
* esm: unflag --experimental-exportsGuy Bedford2019-10-101-1/+0
* Revert "esm: remove experimental status from JSON modules"Guy Bedford2019-10-081-0/+1
* dgram: use `uv_udp_try_send()`Anna Henningsen2019-10-051-0/+1
* process: add source-map support to stack tracesbcoe2019-10-051-0/+1
* src: add buildflag to force context-aware addonsShelley Vohr2019-09-241-0/+1
* http: remove legacy parserAnna Henningsen2019-09-201-1/+0
* 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