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
2022-05-02src: add initial shadow realm supportlegendecas
2022-04-20doc: consolidate use of multiple-byte unitsAntoine du Hamel
2022-04-15test_runner: add initial CLI runnerColin Ihrig
2022-04-04test_runner: support 'only' testsColin Ihrig
2022-02-21lib: enable fetch by defaultMichaël Zasso
2022-02-14crypto: expose Web Crypto API on the global scopeAntoine du Hamel
2022-02-10esm: support https remotely and http locally under flagBradley Farias
2022-02-01lib: add fetchMichaël Zasso
2022-02-01module: unflag esm json modulesGeoffrey Booth
2021-09-18src: add --no-global-search-paths cli optionCheng Zhao
2021-09-10src: add option to disable loading native addonsDominic Elm
2021-09-08errors: disp ver on fatal except that causes exitDivlo
2021-07-17repl: enable --experimental-repl-await /w opt-outhemanth.hm
2021-07-13doc: do not use & for "and" in textRich Trott
2021-07-13doc: use consistent abbreviation formattingRich Trott
2021-06-17doc: remove references to deleted freenode channelsdevsnek
2021-05-25cli: add -C alias for --conditions flagGuy Bedford
2021-05-05doc: use `HEAD` instead of `master` for linksAntoine du Hamel
2021-05-04doc: remove extraneous dash from flag prefixRodolfo Carvalho
2021-03-05doc: document that NODE_EXTRA_CA_CERTS is read only onceJames M Snell
2021-03-02doc: remove experimental from --enable-source-mapscjihrig
2021-02-26doc: document the NO_COLOR and FORCE_COLOR env varsJames M Snell
2021-01-11crypto: implement basic secure heap supportJames M Snell
2020-10-21src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2020-10-09cli: add --node-memory-debug optionAnna Henningsen
2020-09-17doc: use command-line/command line consistentlyRich Trott
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