Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-03doc: use period consistently in man pageRich Trott
2020-08-26module: drop `-u` alias for `--conditions`Richard Lau
2020-08-12module: custom --conditions flag optionGuy Bedford
2020-08-03module: unflag Top-Level AwaitMyles Borins
2020-07-20src: allow setting a dir for all diagnostic outputAshCripps
2020-06-05lib: unflag AbortControllerJames M Snell
2020-06-05lib: initial experimental AbortController implementationJames M Snell
2020-05-30cli: add alias for report-directory to make it consistentAshCripps
2020-05-30doc: add --experimental-top-level-await to man pagecjihrig
2020-05-30win: allow skipping the supported platform checkJoão Reis
2020-05-15cli: add `--trace-atomics-wait` flagAnna Henningsen
2020-04-21module: partial doc removal of --experimental-modulesMyles Borins
2020-03-29http: increase default header size from 8KB to 16KBunknown
2020-03-18lib: add option to disable __proto__Gus Caplan
2020-03-17src,cli: support compact (one-line) JSON reportsSam Roberts
2020-03-15doc,lib,src,test: make --experimental-report a nopcjihrig
2020-03-09cli: allow --jitless V8 flag in NODE_OPTIONSAndrew Neitsch
2020-02-03esm: import.meta.resolve with nodejs: builtinsGuy Bedford
2020-01-28src,lib: make ^C print a JS stack tracelegendecas
2020-01-16module: unflag conditional exportsGuy Bedford
2020-01-02module: unflag resolve selfGuy Bedford
2019-12-26doc: add --inspect-publish-uid man page entrycjihrig
2019-12-26doc: add --force-context-aware man page entrycjihrig
2019-12-26doc: add --enable-source-maps man page entrycjihrig
2019-12-22src: make --use-largepages a runtime optionGabriel Schulhof
2019-12-18doc,lib,src,test: rename WASI CLI flagcjihrig
2019-12-17cli: add --trace-exit cli optionlegendecas
2019-12-09http: llhttp opt-in insecure HTTP header parsingSam Roberts
2019-12-05esm: make specifier flag clearly experimentalMyles Borins
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-11-20tls: cli option to enable TLS key logging to fileSam Roberts
2019-11-13doc: fix some recent doc nitsVse Mozhet Byt
2019-11-13esm: unflag --experimental-modulesGuy Bedford
2019-11-09module: conditional exports with flagged conditionsGuy Bedford
2019-11-09doc: include --experimental-resolve-self in manpageGuy Bedford
2019-10-28cli: whitelist new V8 flag in NODE_OPTIONSShelley Vohr
2019-10-22cli: add --trace-uncaught flagAnna Henningsen
2019-10-09Revert "esm: remove experimental status from JSON modules"Guy Bedford
2019-10-01src: rename --loader to --experimental-loaderAlex Aubuchon
2019-09-20http: remove legacy parserAnna Henningsen
2019-07-20policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-05-31doc: add missing --experimental-wasm-modules docscjihrig
2019-05-26inspector: implement --heap-profJoyee Cheung
2019-05-22esm: remove experimental status from JSON modulesMyles Borins
2019-05-05inspector: implement --cpu-prof-intervalJoyee Cheung
2019-05-05tls: add --tls-min-v1.2 CLI switchSam Roberts
2019-05-02tls,cli: add --trace-tls command-line flagcjihrig
2019-04-22inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung
2019-04-22lib: replace --diagnostic-report-* with --report-*Joyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung