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
2021-05-112021-05-11, Version 14.17.0 'Fermium' (LTS)v14.17.0Danielle Adams
2021-05-01workers: fix spawning from preload scriptsJames M Snell
2021-05-01doc: clarify when messageerror is emittedJames M Snell
2021-05-01doc: fix invalid link in worker_threads.mdRich Trott
2021-04-06worker: add eventLoopUtilization()Trevor Norris
2020-12-15doc: update MessagePort documentation for EventTarget inheritanceAnna Henningsen
2020-10-14doc: harmonize changes list orderingAntoine du Hamel
2020-10-06doc: sort md references in ASCII orderAntoine du Hamel
2020-10-06doc: use .md extension for internal linksAntoine du Hamel
2020-08-272020-08-27, Version 14.9.0 (Current)v14.9.0Danielle Adams
2020-08-20workers: add support for data: URLsAntoine du HAMEL
2020-08-11doc: use _Static method_ instead of _Class Method_Rich Trott
2020-07-28doc: fix line length in worker_threads.mdJucke
2020-07-28doc: fix typos in n-api, tls and worker_threadsJucke
2020-07-202020-07-21, Version 14.6.0 (Current)v14.6.0Myles Borins
2020-07-17worker: add option to track unmanaged file descriptorsAnna Henningsen
2020-07-17doc: add dynamic source code linksAlec Davidson
2020-07-14doc: use sentence-case for headings in docsRich Trott
2020-06-302020-06-30, Version 14.5.0 (Current)v14.5.0Shelley Vohr
2020-06-30worker: add public method for marking objects as untransferableAnna Henningsen
2020-06-30crypto: allow KeyObjects in postMessageTobias Nießen
2020-06-30worker: emit `'messagerror'` events for failed deserializationAnna Henningsen
2020-06-30worker,fs: make FileHandle transferableAnna Henningsen
2020-05-11doc: add warnings about transferring Buffers and ArrayBufferJames M Snell
2020-05-04worker: add stack size resource limit optionAnna Henningsen
2020-04-29doc: fix LTS replaceme tagsAnna Henningsen
2020-04-29doc: add documentation for transferList arg at worker threadsJuan José Arboleda
2020-04-212020-04-21, Version 14.0.0 (Current)v14.0.0Beth Griggs
2020-04-07worker: support MessagePort to workers dataJuan José Arboleda
2020-03-272020-03-26 Version 13.12.0 (Current)Myles Borins
2020-03-13worker: allow URL in Worker constructorAntoine du HAMEL
2020-03-10doc: change worker.takeHeapSnapshot to getHeapSnapshotGerhard Stoebich
2020-03-04doc: visibility of Worker threads cli optionsHarshitha KP
2020-02-182020-02-18, Version 13.9.0 (Current)Shelley Vohr
2020-02-08doc: clarify Worker exit/message event orderingAnna Henningsen
2020-02-05doc: add AsyncResource + Worker pool exampleAnna Henningsen
2020-02-03worker: add ability to take heap snapshot from parent threadAnna Henningsen
2019-12-27doc,worker: use code markup/markdown in headersRich Trott
2019-12-182019-12-17, Version 13.4.0 (Current)Myles Borins
2019-12-04worker: add argv constructor optionlegendecas
2019-11-30doc: fix worker.resourceLimits indentationDaniel Nalborczyk
2019-11-30doc: fix worker.resourceLimits typeDaniel Nalborczyk
2019-11-222019-11-21, Version 13.2.0 (Current)Myles Borins
2019-11-05worker: allow specifying resource limitsAnna Henningsen
2019-10-11doc: escape brackets not used as markdown reference linksNick Schonning
2019-09-16doc: use consistent unordered list styleNick Schonning
2019-09-11worker: mark as stableAnna Henningsen
2019-09-10doc: space around listsNick Schonning
2019-07-16doc: fix minor typoShajan Jacob
2019-06-272019-06-27, Version 12.5.0 (Current)Ruben Bridgewater