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/doc
AgeCommit message (Expand)Author
2022-05-10crypto: adjust minimum length in generateKey('hmac', ...)Livia Medeiros
2022-05-10http: added connection closing methodsShogun
2022-05-10doc: fix errors in Web Streams docOneNail
2022-05-10doc: fix examples in cluster.mdOneNail
2022-05-10doc: add additional step to security release processMichael Dawson
2022-05-10fs: add `read(buffer[, options])` versionsLivia Medeiros
2022-05-10http2: compat support for array headersOneNail
2022-05-10doc: add section regarding property definition in `primordials.md`Antoine du Hamel
2022-05-10doc: clarify some default values in `fs.md`Livia Medeiros
2022-05-022022-05-03, Version 18.1.0 (Current)v18.1.0v18.1.0-proposalMichaël Zasso
2022-05-02worker: add hasRef() to MessagePortDarshan Sen
2022-05-02v8: export cpu_profiler_metadata_size in getHeapCodeStatisticstheanarkh
2022-05-02doc: http2.createServer `options` as optionalDaeyeon Jeong
2022-05-02doc: record March 2022 security release stewardRichard Lau
2022-05-02esm: graduate top-level-await to stableAntoine du Hamel
2022-05-02doc: initial version of security-model-strategy.mdMichael Dawson
2022-05-02doc,test: add tests and docs for duplex.fromWeb and duplex.toWebErick Wendel
2022-04-28doc: clarify guide on testing internal errorsLivia Medeiros
2022-04-28doc: fix markdown formatting in primordials.mdTobias Nießen
2022-04-28doc: add primordials guidelinesAntoine du Hamel
2022-04-28doc: elevate node-clinic diagnostic tierRafaelGSS
2022-04-28doc: update WebAssembly strategy with Wasm Web APITobias Nießen
2022-04-28errors,vm: update error and use causeGus Caplan
2022-04-28v8: export more fields in getHeapStatisticstheanarkh
2022-04-28lib,src: implement WebAssembly Web APITobias Nießen
2022-04-28doc: order `vm.Module` linker arguments correctlySimen Bekkhus
2022-04-28doc: add maintaining-webassembly.mdMichael Dawson
2022-04-28doc: fix outdated documentation for `family` propertyAntoine du Hamel
2022-04-28doc: delete heapdump from diagnostic tooling support tiersTony Gorez
2022-04-28doc: fix example in assert.mdLivia Medeiros
2022-04-28doc: fix version history for Loaders APIAntoine du Hamel
2022-04-28src: define fs.constants.S_IWUSR & S_IRUSR for WinLiviu Ionescu
2022-04-28doc: add `node:` prefix for all core modulesAntoine du Hamel
2022-04-28doc: clarify core modules that can be loaded without a prefixAntoine du Hamel
2022-04-28doc: consolidate use of multiple-byte unitsAntoine du Hamel
2022-04-28doc: add documentation for inherited methodsLuigi Pinca
2022-04-28doc: close tag in n-api.mdLivia Medeiros
2022-04-28doc: copyedit http.OutgoingMessage documentationLuigi Pinca
2022-04-28doc: improve fragment (`:target`) anchors behavior on HTML versionAntoine du Hamel
2022-04-28doc: fix `added:` info for `outgoingMessage.writable*`Luigi Pinca
2022-04-28doc: delete mdb_v8 from diagnostic tooling support tiersTony Gorez
2022-04-28meta: move mmarchini to emeritusmary marchini
2022-04-28test_runner: add initial CLI runnerColin Ihrig
2022-04-28doc: document the 'close' and 'finish' eventsLuigi Pinca
2022-04-28doc: fix `added:` info for `outgoingMessage.{,un}cork()`Luigi Pinca
2022-04-182022-04-19, Version 18.0.0 (Current)v18.0.0Beth Griggs
2022-04-14doc: revise data imports and node: imports sectionsRich Trott
2022-04-14doc: fix ESM JSON/data URL import exampleRich Trott
2022-04-14doc: improve doc for http.ServerResponse inheritanceLuigi Pinca
2022-04-13doc: add NodeEdKeyGenParams to CryptoKey.algorithmTobias Nießen