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
2020-10-04lib: replace Int8Array global with primordialsSebastien Ahkrin
2020-10-04lib: replace Int32Array global with primordialsSebastien Ahkrin
2020-10-04lib: replace Float64Array global with primordialsSebastien Ahkrin
2020-10-04fs: simplify realpathSynchimself65
2020-10-04doc: fix conditional exports flag removal versionAntoine du Hamel
2020-10-04deps: update llhttp to 2.1.3Fedor Indutny
2020-10-04doc: specify how to detect EOFLuigi Pinca
2020-10-04doc: fix typos in quic.mdLuigi Pinca
2020-10-04doc: add entry to console.timeEnd() changes arrayLuigi Pinca
2020-10-04doc: avoid using deprecated connection propertyLuigi Pinca
2020-10-03src: remove invalid ToLocalChecked in EmitBeforeExitAnna Henningsen
2020-10-03crypto: fix KeyObject garbage collectionAnna Henningsen
2020-10-03fs: remove experimental from rmdir recursivebcoe
2020-10-03doc: added details around console.timeEnd changesYash Ladha
2020-10-03src: move all base64.h inline methods into -inl.h header fileAnna Henningsen
2020-10-03crypto: set env values in KeyObject Deserialize methodThakurKarthik
2020-10-03src: make MakeCallback() check can_call_into_js before getting methodAnna Henningsen
2020-10-03tools,doc: fix broken link in module.htmlRich Trott
2020-10-03doc: copyedit packages.mdRich Trott
2020-10-03doc: update contact information for @BethGriggsBeth Griggs
2020-10-03meta: add startup team in CODEOWNERSJoyee Cheung
2020-10-03doc: update contact information for richardlauRichard Lau
2020-10-03doc: importable node protocol URLsBradley Farias
2020-10-02build: fix CQ after latest ncu releaseMary Marchini
2020-10-02doc: copyedit esm.mdRich Trott
2020-10-02doc: implement fancier rendering for keysRich Trott
2020-10-02doc: unhide resolver specGuy Bedford
2020-10-01console: add Symbol.toStringTag propertyLeko
2020-10-01tools: check links in api docsAntoine du Hamel
2020-10-01doc: sort md references in ASCII orderAntoine du Hamel
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-10-01module: refine module type mismatch error casesGuy Bedford
2020-10-01Revert "src: runtime deprecate process.umask()"Beth Griggs
2020-10-01build: add support for section orderingGabriel Schulhof
2020-09-30src: create helper for reading Uint32BEJuan José Arboleda
2020-09-30lib: use Object static properties from primordialsMichaël Zasso
2020-09-30tools: exclude gyp from markdown link checkerMichaël Zasso
2020-09-30src: document required else block at src/node_platform.ccJuan José Arboleda
2020-09-30doc: update example ICU URLDaijiro Wachi
2020-09-30tools: add pythonenv to .gitignoreMichaël Zasso
2020-09-30doc: align to function signatureanlex N
2020-09-30fs: use Promise.resolve from primordialsMichaël Zasso
2020-09-30esm: use "node:" namespace for builtinsGuy Bedford
2020-09-30doc: make minor edits for consistencyRich Trott
2020-09-292020-09-29, Version 14.13.0 (Current)Myles Borins
2020-09-29doc: packages docs feedbackGuy Bedford
2020-09-29fs: fix fs.promises.writeFile with typed arraysMichaël Zasso
2020-09-29doc: outline when origin is set to unhandledRejectionMatthieu Larcher
2020-09-29tools: update ESLint to 7.10.0cjihrig
2020-09-29module: named exports for CJS via static analysisGuy Bedford