summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meta: update AUTHORSactions/authors-updateNode.js GitHub Bot2022-01-222-2/+13
* doc: suggest worker threads in cluster docsTobias Nießen2022-01-231-3/+5
* test: move test-gc-http-client-onerror to sequentialLuigi Pinca2022-01-221-0/+0
* doc: add 16 and 17 to previous versionsAntoine du Hamel2022-01-221-1/+2
* crypto: change default check(Host|Email) behaviorTobias Nießen2022-01-223-14/+19
* crypto: remove wildcard options for checkEmailTobias Nießen2022-01-221-4/+5
* crypto: adjust types for getRandomValuesLiviaMedeiros2022-01-223-4/+10
* readline: add feature yank and yank popRay2022-01-223-1/+155
* doc: improve `'hex'` Buffer decoding description and examplesGiora Guttsait2022-01-221-6/+6
* lib: fix consistency of methods that emit warningsYoshiki Kurihara2022-01-211-10/+8
* doc: add note for handling signal events in trace eventsGabriel Trujillo2022-01-211-0/+11
* process: use validateString validatorMohammed Keyvanzadeh2022-01-211-4/+5
* test: fix typo in test-stream-toArrayTobias Nießen2022-01-211-1/+1
* buffer: alias `subarray` and `slice`Benjamin Gruenbaum2022-01-221-1/+5
* benchmark: add `subarray` to `buffer-slice`Benjamin Gruenbaum2022-01-221-3/+7
* doc: deprecate `buffer.slice`Benjamin Gruenbaum2022-01-222-4/+25
* lib: remove erroneous JSDoc entryRich Trott2022-01-211-3/+0
* build: enable zoslib installation on z/OSalexcfyung2022-01-212-0/+16
* doc: demonstrate dangers of `buffer.slice()`Shalvah2022-01-211-0/+16
* tools: increase maximum line length to 120 charactersRich Trott2022-01-216-11/+3
* doc: add missing word in cluster.workers detailsTobias Nießen2022-01-211-1/+1
* readline: undo previous edit when get key code 0x1FRay2022-01-213-0/+94
* stream: support some and everyBenjamin Gruenbaum2022-01-213-1/+235
* doc: fix async_hooks example in api docsakhil marsonya2022-01-211-1/+1
* test: improve test coverage of internal/worker/ioYoshiki Kurihara2022-01-201-0/+40
* doc: fix deprecated alias description in clusterTobias Nießen2022-01-201-1/+0
* doc: fix backticks around 'default'Tobias Nießen2022-01-201-1/+1
* doc: update timingSafeEqual error caseAlex Agranov2022-01-201-1/+2
* deps: silence V8's warning on CompileFunctionMichaël Zasso2022-01-201-1/+0
* tools: update V8 gypfiles for 9.7Michaël Zasso2022-01-201-0/+5
* deps: V8: cherry-pick 80bbbb143c24Michaël Zasso2022-01-2012-57/+727
* deps: V8: cherry-pick 1cc12b278e22Michaël Zasso2022-01-205-7/+47
* deps: V8: cherry-pick 3b6b21f595f6Michaël Zasso2022-01-203-2/+9
* deps: V8: cherry-pick 7ae0b77628f6Ray Wang2022-01-202-12/+23
* deps: disable trap handler for Windows cross-compilerMichaël Zasso2022-01-202-2/+2
* deps: silence irrelevant V8 warningMichaël Zasso2022-01-202-2/+2
* deps: silence irrelevant V8 warningMichaël Zasso2022-01-202-2/+2
* deps: fix V8 build issue with inline methodsJiawen Geng2022-01-204-2/+17
* deps: make v8.h compatible with VS2015Joao Reis2022-01-202-1/+5
* deps: V8: forward declaration of `Rtl*FunctionTable`Refael Ackermann2022-01-202-1/+31
* deps: V8: patch register-arm64.hRefael Ackermann2022-01-202-1/+3
* deps: V8: un-cherry-pick bd019bdRefael Ackermann2022-01-204-1/+96
* src: update NODE_MODULE_VERSION to 104Michaël Zasso2022-01-202-1/+2
* build: reset embedder string to "-node.0"Michaël Zasso2022-01-201-1/+1
* deps: update V8 to 9.7.106.18Michaël Zasso2022-01-20962-18400/+42076
* stream: add toArrayBenjamin Gruenbaum2022-01-203-0/+136
* test: add DataView test entry for whatwgvoltrexmaster2022-01-201-0/+15
* stream: rename unknown primordialvoltrexmaster2022-01-201-2/+2
* dgram: remove unreachable connectState assignRongjian Zhang2022-01-201-17/+0
* lib: modify `DOMException` to pass WPTXadillaX2022-01-2010-4/+468