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-10-172022-10-18, Version 19.0.0 (Current)v19.0.0RafaelGSS
2022-10-14doc: add notable changes to latest v18.x release changelogDanielle Adams
2022-10-14deps: V8: cherry-pick c2792e58035fJiawen Geng
2022-10-14inspector: introduce inspector/promises APIErick Wendel
2022-10-142022-10-13, Version 18.11.0 (Current)Danielle Adams
2022-10-13perf_hooks: convert maxSize to IDL value in setResourceTimingBufferSizeChengzhong Wu
2022-10-13module: fix segment deprecation for imports fieldGuy Bedford
2022-10-13events: add null check for the signal of EventTargetMasashi Hirano
2022-10-13deps: V8: cherry-pick c3dffe6e2bdaMichaël Zasso
2022-10-13deps: V8: cherry-pick e7f0f26f5ef3Michaël Zasso
2022-10-13deps: V8: cherry-pick 3d59a3c2c164Michaël Zasso
2022-10-13deps: V8: cherry-pick 8b8703953616Michaël Zasso
2022-10-12crypto: fix webcrypto HMAC "get key length" in deriveKey and generateKeyFilip Skokan
2022-10-12crypto: remove webcrypto HKDF and PBKDF2 default-applied lengthsFilip Skokan
2022-10-12crypto: simplify webcrypto ECDH deriveBitsFilip Skokan
2022-10-122022-10-12, Version 16.18.0 'Gallium' (LTS)Juan José Arboleda
2022-10-12deps: update llhttp to 8.1.0Paolo Insogna
2022-10-12Revert "http: do not leak error listeners"Luigi Pinca
2022-10-12stream: fix `size` function returned from QueuingStrategiesDaeyeon Jeong
2022-10-12doc: deprecate url.parse()Rich Trott
2022-10-11doc: fix backticks in fs API docsLivia Medeiros
2022-10-11src: add support for externally shared js builtinsMichael Dawson
2022-10-11test: adapt test-repl for V8 updateMichaël Zasso
2022-10-11test: adapt test-repl-pretty-*stack to V8 changesMichaël Zasso
2022-10-11test: adapt to new JSON SyntaxError messagesMichaël Zasso
2022-10-11test: rename always-opt flag to always-turbofanMichaël Zasso
2022-10-11test: fix test-hash-seed for new V8 versionsMichaël Zasso
2022-10-11src: use new v8::OOMErrorCallback APIMichaël Zasso
2022-10-11src: override CreateJob instead of PostJobClemens Backes
2022-10-11src,test: disable freezing V8 flags on initializationClemens Backes
2022-10-11src: use V8_ENABLE_SANDBOX macroMichaël Zasso
2022-10-11src: use non-deprecated V8 inspector APIMichaël Zasso
2022-10-11build: enable V8's trap handler on WindowsMichaël Zasso
2022-10-11tools: update V8 gypfiles for 10.7Michaël Zasso
2022-10-11deps: bump minimum ICU version to 71Michaël Zasso
2022-10-11deps: V8: cherry-pick 0cccb6f27d78Michaël Zasso
2022-10-11deps: V8: cherry-pick 7ddb8399f9f1Michaël Zasso
2022-10-11deps: V8: cherry-pick 1b3a4f0c34a1Michaël Zasso
2022-10-11deps: V8: cherry-pick b161a0823165Michaël Zasso
2022-10-11deps: fix V8 build on Windows with MSVCMichaël Zasso
2022-10-11deps: fix V8 build on SmartOSMichaël Zasso
2022-10-11deps: silence irrelevant V8 warningMichaël Zasso
2022-10-11deps: make V8 compilable with older glibcMichaël Zasso
2022-10-11deps: V8: fix v8-cppgc.h for MSVCJiawen Geng
2022-10-11deps: fix V8 build issue with inline methodsJiawen Geng
2022-10-11deps: V8: forward declaration of `Rtl*FunctionTable`Refael Ackermann
2022-10-11src: update NODE_MODULE_VERSION to 111Michaël Zasso
2022-10-11build: reset embedder string to "-node.0"Michaël Zasso
2022-10-11deps: update V8 to 10.7.193.13Michaël Zasso
2022-10-11doc: add fsPromises.readFile() exampleTierney Cyren