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
2020-02-07readline: make tab size configurableRuben Bridgewater
2020-02-07doc: correct getting an ArrayBuffer's lengthtsabolov
2020-02-06doc,assert: rename "mode" to "assertion mode"Rich Trott
2020-02-062020-02-06, Version 10.19.0 'Dubnium' (LTS)Beth Griggs
2020-02-062020-02-06, Version 12.15.0 'Erbium' (LTS)Beth Griggs
2020-02-062020-02-06, Version 13.8.0 (Current)Beth Griggs
2020-02-06os: move tmpDir() to EOLJames M Snell
2020-02-06lib: move GLOBAL and root aliases to EOLJames M Snell
2020-02-06crypto: move pbkdf2 without digest to EOLJames M Snell
2020-02-06stream: move _writableState.buffer to EOLJames M Snell
2020-02-05doc: add example to fs.promises.readdirConor ONeill
2020-02-05doc: add AsyncResource + Worker pool exampleAnna Henningsen
2020-02-05doc: fs.write is not longer coercing stringsJuan José Arboleda
2020-02-05fs: validate the input data to be of expected typesRuben Bridgewater
2020-02-05fs: deprecate closing FileHandle on garbage collectionJames M Snell
2020-02-04perf_hooks: add property flags to GCPerformanceEntryKirill Fomichev
2020-02-03esm: import.meta.resolve with nodejs: builtinsGuy Bedford
2020-02-03worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-02-01doc: fix numberingSteffen
2020-02-01doc: clarify socket.setNoDelay() explanationRusty Conover
2020-02-01doc: clarify require() OS independenceDenys Otrishko
2020-02-01doc: add protocol option in http2.connect()Michael Lumish
2020-01-31fs: return first folder made by mkdir recursivebcoe
2020-01-31n-api: rename 'promise' parameter to 'value'Tobias Nießen
2020-01-31doc: clarify that `v8.serialize()` is not deterministicAnna Henningsen
2020-01-31process: report ArrayBuffer memory in `memoryUsage()`Anna Henningsen
2020-01-31doc: simultaneous blog and email of sec announceSam Roberts
2020-01-29doc: change error message testing policyTobias Nießen
2020-01-28doc: remove redundant properties from headersXhmikosR
2020-01-28doc: update maintaining-V8.mdkenzo-spaulding
2020-01-28src,lib: make ^C print a JS stack tracelegendecas
2020-01-26doc: enable visual code indication in headersRich Trott
2020-01-26doc: clean up and streamline vm.md examplesDenys Otrishko
2020-01-25fs: watch signals for recursive incompatibilityEran Levin
2020-01-25doc: further fix async iterator exampleRobert Nagy
2020-01-24http: make --insecure-http-parser configurable per-stream or per-serverAnna Henningsen
2020-01-24doc: fix code display in header glitchRich Trott
2020-01-23crypto: assign and use ERR_CRYPTO_UNKNOWN_CIPHERTobias Nießen
2020-01-23module: drop support for extensionless main entry points in esmGeoffrey Booth
2020-01-23module: correct docs about when extensionless files are supportedGeoffrey Booth
2020-01-23module: revert #31021Geoffrey Booth
2020-01-23errors: make use of "cannot" consistentTobias Nießen
2020-01-23doc: fix syntax in N-API documentationTobias Nießen
2020-01-23doc: add explanatory to path.resolve descriptionYakov Litvin
2020-01-22report: add support for WorkersAnna Henningsen
2020-01-212020-01-21, Version 13.7.0 (Current)Shelley Vohr
2020-01-21crypto: add crypto.diffieHellmanTobias Nießen
2020-01-21crypto: add DH support to generateKeyPairTobias Nießen
2020-01-21crypto: add key type 'dh'Tobias Nießen
2020-01-20doc: document process.std*.fdHarshitha KP