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-30net: add ability to reset a tcp socketpupilTong
2022-05-30src,lib: migrate to console on context's extra bindinglegendecas
2022-05-30http: add uniqueHeaders option to request and createServerShogun
2022-05-30doc: use serial comma in process docsTobias Nießen
2022-05-30lib: refactor `validateInt32` and `validateUint32`mawaregetsuka
2022-05-30tools: refactor build-addons.js to ESMFeng Yu
2022-05-30debugger: throw a more useful error when the frame is missingKohei Ueno
2022-05-30doc: improved parallel specificationmawaregetsuka
2022-05-30doc: improve callback params for `fs.mkdir`Daeyeon Jeong
2022-05-30tools: update lint-md-dependencies to rollup@2.74.1Node.js GitHub Bot
2022-05-30console: fix console.dir crash on a revoked proxyDaeyeon Jeong
2022-05-30doc: remove outdated footnote (Python 2 --> 3 for V8 tests)DeeDeeG
2022-05-30tools: update eslint to 8.16.0Node.js GitHub Bot
2022-05-30test: improve readline/emitKeypressEvents.js coverageOneNail
2022-05-30src: reuse GetServerNameTobias Nießen
2022-05-30tools: refactor update-authors.js to ESMFeng Yu
2022-05-30meta: add mailmap entry for legendecasChengzhong Wu
2022-05-30doc: add release key for RafaelGSSRafael Gonzaga
2022-05-30doc: use serial comma in assert docsTobias Nießen
2022-05-30doc: fix errors in Performance hooks docOneNail
2022-05-30meta: add mailmap entry for npm teamLuigi Pinca
2022-05-30worker: fix heap snapshot crash on exitChengzhong Wu
2022-05-30net: remoteAddress always undefined called before connectedOneNail
2022-05-30meta: add mailmap entry for Morgan RoderickLuigi Pinca
2022-05-30doc: use serial comma in dns docsTobias Nießen
2022-05-30deps: upgrade npm to 8.10.0npm-cli+bot@github.com
2022-05-30src: fix static analysis warning and use smart ptrTobias Nießen
2022-05-30fs: add trailing commasLiviaMedeiros
2022-05-30doc: use ASCII apostrophes consistentlyTobias Nießen
2022-05-30fs: make params in writing methods optionalLiviaMedeiros
2022-05-30src: remove SecureContext::operator*Tobias Nießen
2022-05-30bootstrap: include code cache in the embedded snapshotJoyee Cheung
2022-05-30src: move context snapshot index to SnapshotDataJoyee Cheung
2022-05-30doc: add strategic initiative for shadow realmChengzhong Wu
2022-05-30src: replace TraceEventScope with sync eventslegendecas
2022-05-23deps: patch V8 to 10.2.154.4Michaël Zasso
2022-05-23Revert "build: make x86 Windows support temporarily experimental"Michaël Zasso
2022-05-23build: run V8 tests with detected Python versionRichard Lau
2022-05-23tools: update V8 gypfiles for 10.2Michaël Zasso
2022-05-23deps: make V8 10.2 ABI-compatible with 10.1Michaël Zasso
2022-05-23deps: make V8 compilable with older glibcMichaël Zasso
2022-05-23deps: V8: fix v8-cppgc.h for MSVCJiawen Geng
2022-05-23deps: silence V8's warning on CompileFunctionMichaël Zasso
2022-05-23deps: disable trap handler for Windows cross-compilerMichaël Zasso
2022-05-23deps: fix V8 build issue with inline methodsJiawen Geng
2022-05-23deps: V8: forward declaration of `Rtl*FunctionTable`Refael Ackermann
2022-05-23deps: V8: un-cherry-pick bd019bdRefael Ackermann
2022-05-23build: reset embedder string to "-node.0"Michaël Zasso
2022-05-23deps: update V8 to 10.2.154.2Michaël Zasso
2022-05-17Working on v18.2.1RafaelGSS