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-05-06lib,test: enable wasm/webapi/empty-body WPTTobias Nießen
2022-05-05bootstrap: stop delaying instantiation of maps in per-context scriptsDarshan Sen
2022-05-04crypto: adjust minimum length in generateKey('hmac', ...)Livia Medeiros
2022-05-04esm: add chaining to loadersJacob Smith
2022-05-03http: added connection closing methodsShogun
2022-05-02fs: add `read(buffer[, options])` versionsLivia Medeiros
2022-05-02http2: compat support for array headersOneNail
2022-05-02assert: make `assert.fail` less affected by prototype tamperingAntoine du Hamel
2022-05-02crypto: clean up parameter validation in HKDFTobias Nießen
2022-05-02doc: clarify some default values in `fs.md`Livia Medeiros
2022-05-02src: add initial shadow realm supportlegendecas
2022-05-02worker: add hasRef() to MessagePortDarshan Sen
2022-05-01perf_hooks: return different functions in timerifyHimself65
2022-04-29v8: export cpu_profiler_metadata_size in getHeapCodeStatisticstheanarkh
2022-04-29esm: fix imports from non-file moduleAntoine du Hamel
2022-04-28errors,console: refactor to use ES2021 syntax小菜
2022-04-26lib,src: use Response URL as WebAssembly locationTobias Nießen
2022-04-24errors,vm: update error and use causeGus Caplan
2022-04-24lib: remove experimental warning from FormDataXuguang Mei
2022-04-23crypto: validate `this` in all webcrypto methods and gettersFilip Skokan
2022-04-23v8: export more fields in getHeapStatisticstheanarkh
2022-04-23lib,src: implement WebAssembly Web APITobias Nießen
2022-04-20doc: consolidate use of multiple-byte unitsAntoine du Hamel
2022-04-15test_runner: add initial CLI runnerColin Ihrig
2022-04-14module: ensure 'node:'-only modules can access node_modulesColin Ihrig
2022-04-13http: refactor headersTimeout and requestTimeout logicPaolo Insogna
2022-04-12buffer: fix `atob` input validationAustin Kelleher
2022-04-12dns: remove `dns.lookup` and `dnsPromises.lookup` options type coercionAntoine du Hamel
2022-04-12net: make `server.address()` return an integer for `family`Antoine du Hamel
2022-04-08stream: remove thenable supportRobert Nagy
2022-04-08readline: fix question still called after closedXuguang Mei
2022-04-08fs: runtime deprecate string coercion in `fs.write`, `fs.writeFileSync`Livia Medeiros
2022-04-04buffer: improve Blob constructor error message when passing a stringXuguang Mei
2022-04-04test_runner: support 'only' testsColin Ihrig
2022-04-04fs: fix write methods param validation and docsLivia Medeiros
2022-04-04tools: enable no-var ESLint rule for libRich Trott
2022-04-04lib: prepare files for no-var lint ruleRich Trott
2022-04-04crypto: cleanup validationMohammed Keyvanzadeh
2022-04-04timers: refactor internal classes to ES2015 syntaxRabbit
2022-04-04stream: expose web streams globals, remove runtime experimental warningAntoine du Hamel
2022-04-03lib: source maps filter null prefixFabian Cook
2022-04-03os: avoid unnecessary usage of varMohammed Keyvanzadeh
2022-04-03crypto: do not add undefined hash in webcrypto normalizeAlgorithmFilip Skokan
2022-04-03crypto: cleanup webcrypto jwk codeFilip Skokan
2022-04-03lib: improve the coverage of the validatormawaregetsuka
2022-04-03buffer: fix `atob` input validationAntoine du Hamel
2022-04-02crypto: fix webcrypto derive key lengthsFilip Skokan
2022-03-31bootstrap: reset process._exit and process.exitCode in pre-executionJoyee Cheung
2022-03-31bootstrap: make I/O streams work with user-land snapshotJoyee Cheung
2022-03-31build: add --node-snapshot-main configure optionJoyee Cheung