Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
115 commits
Select commit Hold shift + click to select a range
7e6b77b
quic: complete the internal implementation of QUIC
jasnell Apr 21, 2026
7703f11
src: skip JS callback for settled Promise.race losers
Felipeness Mar 19, 2026
296f907
src: remove unused using declarations in node_task_queue
mertcanaltin May 6, 2026
288065c
crypto: optimize normalizeAlgorithm dispatch hot path
panva Apr 15, 2026
9f19915
lib: optimize webidl conversion options
panva May 4, 2026
c02413d
doc: remove list of versions in `BUILDING.md`
aduh95 May 6, 2026
8fc9cb9
crypto: improve accuracy of SubtleCrypto.supports
panva May 6, 2026
12be49a
src: support multiple versions in node.config.json
marco-ippolito Apr 29, 2026
3494eae
doc: document the latest-vX.x schema
marco-ippolito Apr 29, 2026
83f0d37
quic: ignore coverage for quic files
jasnell May 6, 2026
20c553e
doc: add Hmac.digest() documentation-only deprecation (DEP0206)
Anshikakalpana May 6, 2026
c7d27c8
lib: handle --permission-audit when propagating flags
RafaelGSS May 6, 2026
20f40c2
sqlite: keep source database alive during backup
mcollina May 6, 2026
96f19a1
module: fix sync hook short-circuit in require() in imported CJS
joyeecheung May 7, 2026
729274e
crypto: reject invalid raw key imports
panva May 7, 2026
8657df3
crypto: harden KeyObject internal slots
panva May 4, 2026
fd509a7
crypto: harden CryptoKey algorithm slots
panva May 4, 2026
4a32ed8
tools: prevent lib code from reading KeyObject and CryptoKey accessors
panva May 4, 2026
9de954e
doc: fix deprecation list in 26.0.0 changelog
aduh95 May 8, 2026
c0175a9
test: use ERM to destroy sqlite database handles after tests
Renegade334 May 8, 2026
53f9a90
doc,sqlite: document entryPoint argument for loadExtension
geeksilva97 May 8, 2026
ba7000e
stream: minor stream/iter implementation edits
Renegade334 May 8, 2026
3c784ed
doc: update release steps when post-release fails
RafaelGSS May 8, 2026
cafd766
doc: improve quic documentation
jasnell May 8, 2026
c1f6ba2
deps: update ngtcp2 to 1.22.1
nodejs-github-bot May 8, 2026
2ba124f
tls: add unsupported renegotiation error
panva May 5, 2026
2b55656
quic: remove unused binding variable in session.cc
jasnell May 7, 2026
72ab744
quic: remove unused env_ variable in session_manager.h/cc
jasnell May 7, 2026
a3feb15
doc: clarify SEA platform support excludes darwin-x64
mokashang May 10, 2026
e0b1f09
doc: fix inconsistencies in CJS code snippets
aduh95 May 10, 2026
be241ba
doc: remove unnecessary `<!-- eslint-` magic comments
aduh95 May 10, 2026
9091398
meta: ignore AI assistants files
mcollina May 11, 2026
9438c83
lib: narrow ReadableStreamBYOBRequest.view return type to Uint8Array
Jah-yee May 11, 2026
8265aba
doc: add large pull requests contributing guide
mcollina May 11, 2026
3859a87
tools: use different branch for tool updates on staging branches
aduh95 May 11, 2026
520ab7a
src: add BoringSSL EVP enumeration fallback
panva May 5, 2026
1613c7f
quic: support --allow-net permissions
jasnell May 8, 2026
5ea6c3e
deps: add missing static linking targets for libffi
ShogunPanda May 11, 2026
bdc5713
debugger: add --help to `node inspect` and improve docs
joyeecheung May 11, 2026
eba9c34
test_runner: add tags option and tag-name filter
atlowChemi May 12, 2026
ad91efc
deps: cherry-pick libuv/libuv@a43e543
thisalihassan May 12, 2026
74ab710
src,sqlite: remove dead code
geeksilva97 May 12, 2026
a34c4ea
deps: V8: cherry-pick 435a2cdf664c
Liedtke Apr 1, 2026
51ef025
test: update WPT for wasm/jsapi to 288c467d35
nodejs-github-bot May 5, 2026
b55e2b1
crypto: improve system certificate enumeration logic on macOS
deepak1556 May 12, 2026
0d017ec
tools: filter V8 scripts for build toolchain
richardlau May 13, 2026
c0ea77b
doc: run license-builder
github-actions[bot] May 13, 2026
460329e
lib: fixes validator message
watilde Apr 19, 2026
3acadae
lib: fix typo idenity => identity
watilde May 13, 2026
45f3e3e
node-api: support SharedArrayBuffer in napi_create_typedarray
umuoy1 May 13, 2026
67d094a
meta: move one or more collaborators to emeritus
nodejs-github-bot May 13, 2026
d99e0bb
doc: document Temporal configure flags in BUILDING.md
ChrisJr404 May 13, 2026
7e42c33
doc: recommend explicitly Tier 1 or 2 for production applications
MikeMcC399 May 14, 2026
2c13acc
doc: replace Visual Studio 2022 Evergreen version reference with 17.14
MikeMcC399 May 14, 2026
e89a49a
test: move FFI tests to `NATIVE_SUITES`
aduh95 May 14, 2026
cdcefd7
stream: cache minimum cursor count in share
trivikr May 14, 2026
9f319a7
doc: reference correct function in Module docs
RobinMalfait May 14, 2026
14d3924
tools: fix test426 updater
aduh95 May 14, 2026
b568649
stream: preserve toReadableSync batch after backpressure
trivikr May 15, 2026
7137241
repl: fix dedup comparing normalized line against raw history
watilde Apr 22, 2026
6a4c4b7
test_runner: fix diagnostics channel context tracking
MoLow May 15, 2026
4f1426d
test_runner: fix hooks test context
MoLow May 15, 2026
526313b
quic: fixup quic stream variable chunk len
jasnell May 10, 2026
f712e68
http2: validate non-link headers in writeEarlyHints
mcollina May 15, 2026
d7afa61
quic: send correct OpenSSL alert for ALPN mismatches
pimterry May 15, 2026
fe127a9
deps: update simdjson to 4.6.4
nodejs-github-bot May 15, 2026
0cbb389
http: add writeInformation to send arbitrary 1xx status codes
pimterry May 15, 2026
ecf3797
debugger: disambiguate probe location binding
joyeecheung May 15, 2026
c4fb894
doc: fix CHANGELOG
richardlau May 15, 2026
6c53ddb
stream: optimize single-slot push queue drain
trivikr May 15, 2026
aa6913c
stream: validate fromWritable() options before cache
trivikr May 15, 2026
5828fad
deps: update sqlite to 3.53.1
nodejs-github-bot May 15, 2026
253f5f4
stream: uncork fromWritable writev on chunk error
trivikr May 15, 2026
691915e
stream: validate broadcast writer writev chunks
trivikr May 16, 2026
189d43a
doc: mark stream.compose stable
mcollina May 16, 2026
22e3579
stream: avoid retrying accepted pipeTo writes
trivikr May 16, 2026
dd28ff8
test: avoid initial-break wait in restart-message
inoway46 May 13, 2026
014e1f0
test: avoid flaky restart sync in debugger exceptions test
inoway46 May 16, 2026
81819ad
stream: remove unnecessary check
aduh95 May 16, 2026
3bdb64d
stream: cache minimum cursor count in broadcast
trivikr May 17, 2026
e21b8a4