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-05-16module: add specific error for dir importAntoine du HAMEL
2020-05-16doc: fix stream exampleAnna Henningsen
2020-05-15cli: add `--trace-atomics-wait` flagAnna Henningsen
2020-05-15fs: forbid concurrent operations on Dir handleAnna Henningsen
2020-05-15doc: enhance guides by fixing and making grammar more consistentChris Holland
2020-05-15Revert "vm: add importModuleDynamically option to compileFunction"Matteo Collina
2020-05-14doc: add examples for implementing ESMunknown
2020-05-14src: add support for TLAGus Caplan
2020-05-14tls: fix --tls-keylog optionAlba Mendez
2020-05-12doc: add note about clientError writable handlingPaolo Insogna
2020-05-12src: update NODE_MODULE_VERSION to 84Michaël Zasso
2020-05-12doc: fix typo in n-api.mdDaniel Bevenius
2020-05-10http: emit 'error' on aborted server requestRobert Nagy
2020-05-09http: return this from ClientRequest#destroy()cjihrig
2020-05-09http: return this from IncomingMessage#destroy()cjihrig
2020-05-09fs: add .ref() and .unref() methods to watcher classesrickyes
2020-05-09http: expose http.validate-header-name/valueosher
2020-05-09async_hooks: move PromiseHook handler to JSStephen Belanger
2020-05-08doc: add warning for socket.connect reuseRobert Nagy
2020-05-08doc: correct description of `decipher.setAuthTag` in crypto.mdJonathan Buhacoff
2020-05-08doc: removed unnecessary util imports from vm examplesKarol Walasek
2020-05-08doc: update Buffer(size) documentationNikolai Vavilov
2020-05-08doc: add Uint8Array to `end` and `write`Pranshu Srivastava
2020-05-08doc: specify unit of time passed to `fs.utimes`Simen Bekkhus
2020-05-08wasi: prevent syscalls before startTobias Nießen
2020-05-08doc: add troubleshooting guide for AsyncLocalStorageAndrey Pechkurov
2020-05-08doc: remove AsyncWrap mentions from async_hooks.mdAndrey Pechkurov
2020-05-08doc: add warnings about transferring Buffers and ArrayBufferJames M Snell
2020-05-06doc: update napi_async_init documentationMichael Dawson
2020-05-06doc: doc and test URLSearchParams discrepancyJames M Snell
2020-05-052020-05-05, Version 14.2.0 (Current)Michaël Zasso
2020-05-05doc: explicitly doc package.exports is breakingMyles Borins
2020-05-05doc: fix style and grammer in buffer.mdNikolai Vavilov
2020-05-04doc: mark assert.CallTracker experimentalRuben Bridgewater
2020-05-04doc: add missing deprecation notRobert Nagy
2020-05-03doc: fix a typo in crypto.generateKeyPairSync()himself65
2020-05-02doc: add util.types.isArrayBufferView()Kevin Locke
2020-05-02doc: clarify when not to run CI on docsJuan José Arboleda
2020-05-01doc: fix the spelling error in stream.md白一梓
2020-04-30vm: fix vm.measureMemory() and introduce execution optionJoyee Cheung
2020-04-30module: no type module resolver side effectsGuy Bedford
2020-04-302020-04-29, Version 13.14.0 (Current)Ruben Bridgewater
2020-04-292020-04-29, Version 14.1.0 (Current)Beth Griggs
2020-04-29doc: correct Nodejs to Node.js spellingNick Schonning
2020-04-29stream: add null check in Readable.fromPranshu Srivastava
2020-04-29worker: add stack size resource limit optionAnna Henningsen
2020-04-29doc: improve worker pool exampleRanjan Purbey
2020-04-29doc: some grammar fixesChris Holland
2020-04-29doc: fix markdown parsing on doc/api/os.mdJuan José Arboleda
2020-04-29console: support console constructor groupIndentation optionrickyes