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
2022-03-09lib: fix AsyncResource.bind not using 'this' from the caller by defaultRoch Devost
2022-03-08crypto: improve prime size argument validationTobias Nießen
2022-03-08string_decoder: fix crash when calling __proto__.write()Darshan Sen
2022-03-08url: trim leading and trailing C0 control charsRich Trott
2022-03-06loader: fix esm resolve for symlink fileXuguang Mei
2022-03-05esm: fix base URL for network importsBradley Farias
2022-03-03stream: use .chunk when calling adapters's writevXuguang Mei
2022-03-03url: fix url.parse() for @hostnameRich Trott
2022-03-02http2: close stream and session on frameErrorRafael Silva
2022-02-27buffer: improve blob read performanceXuguang Mei
2022-02-27http: add default argument for Agent.prototype.getName小菜
2022-02-27fs: adjust default `length` for `fs.readSync` and fsPromises/`read`Livia Medeiros
2022-02-27esm: fix relative imports for httpsBradley Farias
2022-02-26crypto: validate `this` value for `webcrypto.getRandomValues`Antoine du Hamel
2022-02-26crypto: add KeyObject.prototype.equals methodFilip Skokan
2022-02-26lib: clean after the cancel algorithm throw errorGang Chen
2022-02-26perf_hooks: do not return all entries with getEntriesBy[Name|Type]Xuguang Mei
2022-02-26errors: do not access .stack in debugBenjamin E. Coe
2022-02-25stream: allow returning null from pipeline tailRobert Nagy
2022-02-24module: prefer async/await in https importsBenjamin Gruenbaum
2022-02-24stream: port more test262 testsBenjamin Gruenbaum
2022-02-23process: fix named report exportmadflow
2022-02-23repl: remove preview when press escapemeixg
2022-02-22crypto: clarify `require("crypto").getRandomValues` is Node.js specificAntoine du Hamel
2022-02-22net: add new options to `net.Socket` and `net.Server`Paolo Insogna
2022-02-21lib: enable fetch by defaultMichaël Zasso
2022-02-21lib: add legacy built-in functions to primordialsAntoine du Hamel
2022-02-21perf_hooks: use arrays to store EntryBuffersXuguang Mei
2022-02-19tools: add `console` to the list of restricted globalsAntoine du Hamel
2022-02-19fs: fix default `length` parameter for `fs.read`wbt
2022-02-19esm: improve `fetch_module` test coverage and remove hackAntoine du Hamel
2022-02-18esm: remove erroneous `context.parentURL` property passed to `load` hookJacob Smith
2022-02-18lib: add FormData global when fetch is enabledMichaël Zasso
2022-02-18worker: fix typo in debug statementAntoine du Hamel
2022-02-18tools: add timers functions to the list of restricted globalsAntoine du Hamel
2022-02-18tools,lib: remove `global` and `Intl` from the list of globalsAntoine du Hamel
2022-02-17debugger: add debugger alias for exec(expr)Xuguang Mei
2022-02-17lib: stop installing webcrypto if `no_browser_globals` is `true`Mestery
2022-02-17lib: allow respondWithNewView on byob auto allocated streamsSean Quinlan
2022-02-16events: set default handler valueBenjamin Gruenbaum
2022-02-16lib: stop installing fetch if no_browser_globals is trueDarshan Sen
2022-02-16lib: restrict usage of fetch related globals in core internalsAntoine du Hamel
2022-02-15doc: fix deprecation numberAntoine du Hamel
2022-02-15fs: support copy of relative links with cp and cpSyncMarcos Bjoerkelund
2022-02-15stream: need to cleanup event listeners if last stream is readableXuguang Mei
2022-02-14build,tools: change the quotes in YAMLMestery
2022-02-14fs: fix cb/sync writev empty array behaviorBenjamin Gruenbaum
2022-02-14crypto: expose Web Crypto API on the global scopeAntoine du Hamel
2022-02-14tls: avoid throw in onerror for bad TLSSocket objValters Jansons
2022-02-14process: runtime deprecate multipleResolvesBenjamin Gruenbaum