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-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
2020-09-30esm: use "node:" namespace for builtinsGuy Bedford
2020-09-29fs: fix fs.promises.writeFile with typed arraysMichaël Zasso
2020-09-29module: named exports for CJS via static analysisGuy Bedford
2020-09-28repl: standardize Control key indicationsRich Trott
2020-09-24win, child_process: sanitize env variablesBartosz Sosnowski
2020-09-23stream: fix legacy pipe error handlingRobert Nagy
2020-09-22process: change default --unhandled-rejections=throwDan Fabulich
2020-09-22module: fix crash on multiline named cjs importsChristoph Tavan
2020-09-22stream: don't destroy on async iterator successRobert Nagy
2020-09-21https: set requestTimeout default to 0Robert Nagy
2020-09-21readline: fix key name for function keys with modifiersDrunkenPoney
2020-09-21stream: move to internal/streamsMatteo Collina
2020-09-20url: support non-special URLsDaijiro Wachi
2020-09-18module: exports pattern supportGuy Bedford