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-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
2022-02-13stream: revert revert `map` spec complianceBenjamin Gruenbaum
2022-02-12fs: fix writev empty array error behaviorBenjamin Gruenbaum
2022-02-12esm: fix typo in `fetch_module`Michael Scovetta
2022-02-11lib: move kEnumerableProperty to internal/utilMestery
2022-02-11stream: revert `map` spec complianceBenjamin Gruenbaum
2022-02-11fs: refactor to use ES2020 syntax小菜
2022-02-11debugger: remove duplicate setPauseOnException callBalakrishna Avulapati
2022-02-11stream: avoid usage of deprecated APIsMohammed Keyvanzadeh
2022-02-11stream: refactor to use more validatorsMohammed Keyvanzadeh
2022-02-11stream: use standard for loop instead of for..ofMohammed Keyvanzadeh
2022-02-11cluster: respect listen backlog set by workersElad Nava