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
path: root/lib
AgeCommit message (Expand)Author
2020-10-21crypto: fix regression on randomFillSyncJames M Snell
2020-10-21util: add `util/types` alias moduleExE Boss
2020-10-20path: add `path/posix` and `path/win32` alias modulesExE Boss
2020-10-19module: only try to enrich CJS syntax errorsMichaël Zasso
2020-10-19lib: refactor Socket._getpeername and Socket._getsocknamehimself65
2020-10-19url: fix file url reparseDaijiro Wachi
2020-10-17module: add setter for module.parentAntoine du Hamel
2020-10-17src: error reporting on CPUUsageYash Ladha
2020-10-16fs: remove unused assignmentRich Trott
2020-10-16net: add support for resolving DNS CAA recordsDanny Sonnenschein
2020-10-15stream: async iterator stop read if destroyedRobert Nagy
2020-10-15lib: honor setUncaughtExceptionCaptureCallbackGireesh Punathil
2020-10-15fs: deprecation warning on recursive rmdirIan Sutherland
2020-10-14module: cjs-module-lexer@0.4.1 big endian fixGuy Bedford
2020-10-14fs: rimraf should not recurse on failurebcoe
2020-10-13crypto: add getCipherInfo methodJames M Snell
2020-10-13fs: throw rm() validation errorscjihrig
2020-10-13lib: fix readFile flag option typoDaniil Demidovich
2020-10-13bootstrap: use file URL instead of relative urlDaijiro Wachi
2020-10-12url: file URL path normalizationDaijiro Wachi
2020-10-12module: use Wasm CJS lexer when availableGuy Bedford
2020-10-11fs: update rm/rmdir validation messagescjihrig
2020-10-11fs: use validateBoolean() in rm/rmdir validationcjihrig
2020-10-11lib: add EventTarget-related browser globalsAnna Henningsen
2020-10-11worker: make MessageEvent class more Web-compatibleAnna Henningsen
2020-10-11fs: remove extraneous assignments in rmdir()cjihrig
2020-10-11fs: simplify validateRmOptions() error handlingcjihrig
2020-10-11fs: use errno constant with ERR_FS_EISDIRcjihrig
2020-10-10http: allow passing array of key/val into writeHeadRobert Nagy
2020-10-09lib: change http client path assignmentYohanan Baruchel
2020-10-08fs: add rm methodIan Sutherland
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-07http: make response.setTimeout() workBen Noordhuis
2020-10-07src: use node:moduleName as builtin module filenameMichaël Zasso
2020-10-07lib: use remaining typed arrays from primordialsMichaël Zasso
2020-10-07lib: use Number.parseFloat from primordialsMichaël Zasso
2020-10-07lib: use Number.parseInt from primordialsMichaël Zasso
2020-10-07lib: use global Error constructors from primordialsMichaël Zasso
2020-10-07errors: support possible deletion of globalThis.ErrorMichaël Zasso
2020-10-06fs: do not throw exception after creating FSReqCallbackAnna Henningsen
2020-10-04module: fix builtin reexport tracingGuy Bedford
2020-10-04lib: replace String global with primordialsSebastien Ahkrin
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-01console: add Symbol.toStringTag propertyLeko
2020-10-01module: refine module type mismatch error casesGuy Bedford
2020-09-30lib: use Object static properties from primordialsMichaël Zasso
2020-09-30fs: use Promise.resolve from primordialsMichaël Zasso