summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Working on v18.16.1v18.xDanielle Adams2023-04-121-2/+2
* 2023-04-12, Version 18.16.0 'Hydrogen' (LTS)v18.16.0Danielle Adams2023-04-1113-19/+338
* url: simplify and improve url formattingYagiz Nizipli2023-04-114-110/+111
* src: use string_view for report and related codeAnna Henningsen2023-04-117-64/+76
* deps: update ada to 1.0.4Node.js GitHub Bot2023-04-112-72/+391
* deps: update ada to 1.0.3Node.js GitHub Bot2023-04-112-95/+61
* url: improve performance by removing hostYagiz Nizipli2023-04-113-17/+13
* url: fix url spec compliance issuesYagiz Nizipli2023-04-113-2/+21
* test: update web-platform tests for urlYagiz Nizipli2023-04-1117-8/+10305
* deps: update ada to v1.0.1Yagiz Nizipli2023-04-113-12/+36
* tools: fix update-ada scriptYagiz Nizipli2023-04-111-1/+0
* url: replace url-parser with adaYagiz Nizipli2023-04-1117-2957/+376
* deps: add ada as a dependencyYagiz Nizipli2023-04-1110-1/+7027
* lib: fix trailing commas and leftover function from rebasingDanielle Adams2023-04-112-7/+3
* src: add initial support for single executable applicationsDarshan Sen2023-04-1113-1/+506
* deps: update undici to 5.21.0Node.js GitHub Bot2023-04-1023-356/+542
* doc: remove remaining SSL_OP_NETSCAPE_*_BUGTobias Nießen2023-04-101-8/+0
* test_runner: default to spec reporter when on TTY environmentMoshe Atlow2023-04-104-3/+36
* test_runner: handle errors not bound to testscjihrig2023-04-105-11/+24
* test_runner: throw if harness is not bootstrappedcjihrig2023-04-102-15/+7
* test_runner: track bootstrapping processcjihrig2023-04-103-9/+13
* lib: enforce use of trailing commasAntoine du Hamel2023-04-1068-295/+367
* test_runner: avoid running twice tests in describeMoshe Atlow2023-04-103-28/+29
* test_runner: fix reconstruction of errors extracted from YAMLMoshe Atlow2023-04-107-1/+26
* lib: add trailing commas to all public core modulesAntoine du Hamel2023-04-1030-245/+214
* test_runner: reset count on watch modeMoshe Atlow2023-04-103-5/+22
* lib,src: fix a few typos in commentsTobias Nießen2023-04-105-5/+299
* events: add trailing commas in source filesAntoine du Hamel2023-04-102-8/+10
* doc: fix typo in test.mdVictor Hiairrassary2023-04-101-1/+1
* benchmark: add a benchmark for URLSearchParams creation and toString()Debadree Chatterjee2023-04-102-0/+155
* debugger: improve validations and documents for watch and unwatchEungyu Lee2023-04-104-4/+34
* doc: amend support tier qualifierGireesh Punathil2023-04-101-3/+3
* tls: support automatic DHETobias Nießen2023-04-105-33/+87
* debugger: add a command to set which lines to check for contextEungyu Lee2023-04-103-3/+84
* test: move `test-tls-autoselectfamily-servername` to `test/internet`Antoine du Hamel2023-04-101-0/+38
* benchmark: replace table in docs with description of file tree structureTheodor Steiner2023-04-101-31/+14
* test: fallback to IPv4 if IPv6 is unavailableAbdirahim Musse2023-04-102-1/+7
* tools: automate cares updateMarco Ippolito2023-04-104-68/+83
* doc: fix typo on esm loaders exampleRuy Adorno2023-04-101-1/+1
* meta: add single-executable labels and code ownersJoyee Cheung2023-04-102-0/+11
* test,crypto: update WebCryptoAPI WPTFilip Skokan2023-04-109-248/+492
* test: simplify test-tls-ecdh-multipleTobias Nießen2023-04-101-28/+12
* src: remove TLSEXT_TYPE_alpn guardTobias Nießen2023-04-101-2/+0
* src: remove use of SSL_OP_SINGLE_DH_USETobias Nießen2023-04-101-2/+0
* doc: add missing test runner flags to man pageColin Ihrig2023-04-101-0/+6
* typings: improve `primordials` typingsAntoine du Hamel2023-04-102-3/+27
* doc: fix history information for `node:diagnostics_channel`Thomas Hunter II2023-04-101-1/+3
* doc: fix myUrl is not defined in urlYoungmin Yoo2023-04-101-5/+5
* http: use listenerCount when adding noop eventPaolo Insogna2023-04-102-1/+67
* test_runner: remove root tracking setcjihrig2023-04-101-5/+1