summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Working on v15.14.1v15.x-stagingv15.xMyles Borins2021-04-061-2/+2
* 2021-04-06, Version 15.14.0 (Current)v15.14.0v15.14.0-proposalMyles Borins2021-04-068-15/+91
* src: fix typo in node_mutexTobias Nießen2021-04-051-1/+1
* fs: add support for async iterators to `fsPromises.writeFile`HiroyukiYagihashi2021-04-054-15/+138
* src: fix typos in crypto commentsTobias Nießen2021-04-052-2/+2
* crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm nameFilip Skokan2021-04-0510-47/+52
* doc: fix asyncLocalStorage.run() descriptionDarkripper2142021-04-051-2/+6
* test: add extra space in test failure outputQingyu Deng2021-04-051-2/+2
* module: improve error message for invalid data URLAntoine du Hamel2021-04-053-1/+36
* test: use faster variant for rssPooja D P2021-04-051-2/+2
* doc: document how to unref stdin when using readline.InterfaceAnu Pasumarthy2021-04-051-0/+12
* test: fix test-tls-no-sslv3 for OpenSSL 3Richard Lau2021-04-051-1/+1
* crypto: add buffering to randomIntTobias Nießen2021-04-052-25/+100
* test: deflake test-fs-read-optional-paramsLuigi Pinca2021-04-051-4/+4
* tools: update ESLint to 7.23.0Luigi Pinca2021-04-05394-10514/+13054
* src: fix error handling for CryptoJob::ToResultTobias Nießen2021-04-054-10/+69
* fs: fix chown abortDarshan Sen2021-04-053-24/+25
* doc: move psmarshall to collaborators emeritiPeter Marshall2021-04-051-2/+2
* test: improve clarity of ALS-enable-disable.jsDarkripper2142021-04-041-2/+2
* net: allow net.BlockList to use net.SocketAddress objectsJames M Snell2021-04-048-159/+235
* net: add SocketAddress classJames M Snell2021-04-0410-0/+516
* net: make net.BlockList cloneableJames M Snell2021-04-049-55/+247
* doc: add distinctive color for code elements inside linksAntoine du Hamel2021-04-041-2/+6
* lib: change wording in lib/domain.js commentAkhil Marsonya2021-04-041-1/+1
* lib: change wording in lib/internal/child_process commentAkhil Marsonya2021-04-041-1/+1
* readline: fix pre-aborted signal question handlingNitzan Uziely2021-04-042-0/+34
* readline: add AbortSignal support to interfaceNitzan Uziely2021-04-043-2/+79
* net,tls: add abort signal support to connectNitzan Uziely2021-04-047-0/+388
* doc: add missing events.on metadataAnna Henningsen2021-04-041-0/+4
* http2: add specific error code for custom framesAnna Henningsen2021-04-047-31/+70
* tools,doc: add "legacy" badge in the TOCAntoine du Hamel2021-04-042-3/+11
* deps: update to cjs-module-lexer@1.1.1Guy Bedford2021-04-047-15/+35
* path: refactor to use more primordialsAkhil Marsonya2021-04-041-2/+2
* http: optimize debug function correctlyMichaël Zasso2021-04-044-4/+13
* doc: improve Buffer's encoding documentationMichaël Zasso2021-04-043-16/+20
* doc: add missing cleanup step in OpenSSL upgradeTobias Nießen2021-04-041-1/+3
* deps: update archs files for OpenSSL-1.1.1kHassaan Pasha2021-04-04137-208/+211
* deps: upgrade openssl sources to 1.1.1k+quicHassaan Pasha2021-04-0440-208/+600
* doc: add Windows-specific info to subprocess.kill()João Lucas Lucchetta2021-04-041-0/+6
* url: forbid pipe in URL hostDarshan Sen2021-04-045-12/+67
* test: add DataView test case for v8 serdesRich Trott2021-04-041-0/+1
* deps: cjs-module-lexer: cherry-pick 22093e765fpezhmanparsaee2021-04-041-1/+1
* Working on v15.13.1Ruy Adorno2021-03-311-2/+2
* 2021-03-31, Version 15.13.0 (Current)v15.13.0v15.13.0-proposalRuy Adorno2021-03-308-15/+120
* deps: backport v8 f19142e6Guy Bedford2021-03-3017-87/+336
* deps: v8 backport 9689b17687bGuy Bedford2021-03-3013-62/+109
* deps: upgrade npm to 7.7.6Ruy Adorno2021-03-2925-31/+131
* test: split promisified timers test for coverage purposesRich Trott2021-03-293-160/+198
* perf_hooks: make Performance extend EventTargetMichaël Zasso2021-03-292-4/+5
* util: remove unreachable inspect codeRich Trott2021-03-291-3/+1