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
AgeCommit message (Expand)Author
2022-04-28lib: remove experimental warning from FormDataXuguang Mei
2022-04-28crypto: validate `this` in all webcrypto methods and gettersFilip Skokan
2022-04-28lib,src: implement WebAssembly Web APITobias Nießen
2022-04-28doc: consolidate use of multiple-byte unitsAntoine du Hamel
2022-04-28test_runner: add initial CLI runnerColin Ihrig
2022-04-14module: ensure 'node:'-only modules can access node_modulesColin Ihrig
2022-04-12dns: remove `dns.lookup` and `dnsPromises.lookup` options type coercionAntoine du Hamel
2022-04-08stream: remove thenable supportRobert Nagy
2022-04-08readline: fix question still called after closedXuguang Mei
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-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-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
2022-03-31bootstrap: refresh options in pre-executionJoyee Cheung
2022-03-29net,dns: trace tcp connection and dns by perf_hookstheanarkh
2022-03-29esm: emit experimental warnings in common placeJacob Smith
2022-03-23lib: use class fields in observe.jsJoyee Cheung
2022-03-23lib: use class fields in Event and EventTargetJoyee Cheung
2022-03-23lib: update class fields TODO in abort_controller.jsJoyee Cheung
2022-03-22module,repl: support 'node:'-only core modulescjihrig
2022-03-22test: add initial test modulecjihrig
2022-03-21async_hooks: remove destroyed symbol on PromisesGerhard Stöbich
2022-03-18http: trace http client by perf_hookstheanarkh
2022-03-16stream: do cleanup when iterator is destroyedKhoo Hao Yit
2022-03-15esm: make extension-less errors in type:module actionableBradley Farias
2022-03-14esm: improve typings and code coverageBradley Farias
2022-03-11src: include crypto in the bootstrap snapshotJoyee Cheung
2022-03-11src: include internal/options in the snapshotJoyee Cheung
2022-03-11url: preserve null char in WHATWG URL errorsRich Trott
2022-03-10esm: add runtime warning for specifier resolution flagGeoffrey Booth
2022-03-09debugger: correct typo in inspect_repl.jsKohei Ueno
2022-03-09crypto: fix X509Certificate toLegacyObjectTobias Nießen
2022-03-08crypto: improve prime size argument validationTobias Nießen
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-02http2: close stream and session on frameErrorRafael Silva
2022-02-27buffer: improve blob read performanceXuguang Mei