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-31src,doc,test: add --openssl-shared-config optionDaniel Bevenius
2022-05-27node-api: emit uncaught-exception on unhandled tsfn callbackslegendecas
2022-05-07build: fix various shared library build issuesWilliam Marlow
2022-05-04esm: add chaining to loadersJacob Smith
2022-05-02src: add initial shadow realm supportlegendecas
2022-04-28esm: graduate top-level-await to stableAntoine du Hamel
2022-04-28src: make --no-node-snapshot a per-process optionJoyee Cheung
2022-04-15test_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-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-10-18src: add --openssl-legacy-provider optionDaniel Bevenius
2021-10-16src: get embedder options on-demandJoyee Cheung
2021-10-11src: add missing initializationMichael Dawson
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-06-21src: allow to negate boolean CLI flagsMichaël Zasso
2021-06-02dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong
2021-04-08src: fix typo for initializationYash Ladha
2021-02-26crypto: make FIPS related options always awailableVít Ondruch
2021-01-11crypto: implement basic secure heap supportJames M Snell
2020-10-21src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2020-10-07src: add check against non-weak BaseObjects at process exitAnna Henningsen
2020-09-10module: fix specifier resolution option valuehimself65
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-15cli: add `--trace-atomics-wait` flagAnna Henningsen
2020-05-14src: add support for TLAGus Caplan
2020-04-08src: sync access for report and openssl optionsSam Roberts
2020-03-31src: handle report options on fatalerrorSam Roberts
2020-03-29http: increase default header size from 8KB to 16KBunknown
2020-03-25report: handle on-fatalerror betterHarshitha KP
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-15src: unconditionally include report featurecjihrig
2020-02-13src: allow to reuse env options handlingDenys Otrishko
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