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-02esm: graduate top-level-await to stableAntoine du Hamel
2022-05-02src: make --no-node-snapshot a per-process optionJoyee Cheung
2022-04-28test_runner: add initial CLI runnerColin Ihrig
2022-04-04test_runner: support 'only' testsColin Ihrig
2022-03-31build: add --node-snapshot-main configure optionJoyee Cheung
2022-03-11src: include internal/options in the snapshotJoyee Cheung
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-11-10src: add and fix some preprocessor commentsTobias Nießen
2021-10-18src: add --openssl-legacy-provider optionDaniel Bevenius
2021-10-16src: get embedder options on-demandJoyee Cheung
2021-09-18src: add --no-global-search-paths cli optionCheng Zhao
2021-09-18src: add option to disable global search pathsCheng 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-06-21src: allow to negate boolean CLI flagsMichaël Zasso
2021-06-02dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong
2021-05-25cli: add -C alias for --conditions flagGuy Bedford
2021-03-28src: indent long help text properlyDavid Glasser
2021-03-28src: document newer values for --unhandled-rejections flagDavid Glasser
2021-03-15errors: remove experimental from --enable-source-mapsbcoe
2021-02-26crypto: make FIPS related options always awailableVít Ondruch
2021-02-08src: avoid implicit type conversionsMichaël Zasso
2021-01-23lib: support returning Safe collections from C++ExE Boss
2021-01-11crypto: implement basic secure heap supportJames M Snell
2020-11-05doc: option --prof documentation help addedkrank2me
2020-10-21src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2020-10-09cli: add --node-memory-debug optionAnna Henningsen
2020-10-07src: add check against non-weak BaseObjects at process exitAnna Henningsen
2020-09-10module: fix specifier resolution option valuehimself65
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-29src: allow embedders to disable esm loaderShelley Vohr
2020-06-16process: add unhandled-rejection throw and warn-with-error-codeDan Fabulich
2020-06-08src: add "missing" bash completion optionsDaniel Bevenius
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-28src: remove unused using declarationsDaniel Bevenius
2020-05-23cli: support --experimental-top-level-await in NODE_OPTIONSDan Fabulich
2020-05-15cli: add `--trace-atomics-wait` flagAnna Henningsen
2020-05-14src: add support for TLAGus Caplan
2020-04-21module: partial doc removal of --experimental-modulesMyles Borins
2020-03-31src: handle report options on fatalerrorSam Roberts