..
assert
assert: use a set instead of an array for faster lookup
2026-02-24 00:37:09 +01:00
async_local_storage
async_hooks: ensure AsyncLocalStore instances work isolated
2025-06-10 11:34:08 +02:00
bootstrap
vm: sync-ify SourceTextModule linkage
2025-10-11 22:51:07 +02:00
child_process
child_process: treat ipc length header as unsigned uint32
2026-02-24 08:38:58 +01:00
cluster
cluster: fix port reuse between cluster
2026-02-24 08:38:54 +01:00
console
console: optimize single-string logging
2026-02-24 00:36:28 +01:00
crypto
lib: backport _tls_common and _tls_wrap refactors
2026-03-16 17:29:52 +01:00
debugger
lib: use FastBuffer for empty buffer allocation
2026-02-24 00:36:56 +01:00
dns
dns,net: reject hostnames with embedded NUL bytes
2026-06-17 19:52:19 +02:00
errors
lib: add source map support for assert messages
2025-10-07 17:29:34 +02:00
events
fs
permission: disable FileHandle utimes with permission model
2026-06-17 19:52:20 +02:00
http2
http2: cap originSet size to prevent unbounded memory growth
2026-06-17 19:52:19 +02:00
inspector
inspector: inspect HTTP response body
2026-02-24 00:36:44 +01:00
legacy
main
src: fix timing of snapshot serialize callback
2026-02-19 18:46:22 +01:00
modules
esm: fix path normalization in finalizeResolution
2026-05-11 16:10:17 +02:00
per_context
perf_hooks: fix stack overflow error
2026-02-24 00:36:53 +01:00
perf
perf_hooks: fix stack overflow error
2026-02-24 00:36:53 +01:00
process
permission: handle process.chdir on writereport
2026-06-17 19:52:19 +02:00
quic
lib: fix typo in QuicSessionStats
2026-02-17 19:16:41 +01:00
readline
repl: fix pasting after moving the cursor to the left
2026-02-17 16:19:29 +01:00
repl
repl: add isValidParentheses check before wrap input
2025-10-07 16:07:13 +02:00
source_map
lib: fix source map url parse in dynamic imports
2026-05-11 16:10:16 +02:00
streams
stream: fix decoded fromList chunk boundary check
2026-05-11 16:10:16 +02:00
test
test_runner
lib: enforce use of URLParse
2026-02-24 00:37:06 +01:00
tls
tls: bind reusable sessions to authenticated host
2026-06-17 19:52:19 +02:00
util
assert,util: fix deep comparison for sets and maps with mixed types
2026-02-24 08:38:56 +01:00
v8
src: fix timing of snapshot serialize callback
2026-02-19 18:46:22 +01:00
vm
vm: make vm.Module.evaluate() conditionally synchronous
2026-02-19 18:46:01 +01:00
watch_mode
watch: check parent and child path properly
2025-05-19 12:13:52 +02:00
webstreams
stream: fix isErrored/isWritable for WritableStreams
2026-02-24 00:37:03 +01:00
worker
lib,src: support DOMException ser-des
2025-07-27 20:28:14 +02:00
abort_controller.js
lib: fix AbortSignal.any() with timeout signals
2025-05-19 12:13:59 +02:00
assert.js
async_context_frame.js
lib: use Map primordial for ActiveAsyncContextFrame
2025-05-19 12:13:54 +02:00
async_hooks.js
lib: remove redundant destroyHook checks
2026-02-17 19:12:19 +01:00
blob.js
lib: limit split function calls to prevent excessive array length
2025-04-17 10:51:46 -03:00
blocklist.js
net: update net.blocklist to allow file save and file management
2025-08-04 11:54:30 +02:00
buffer.js
src,lib: refactor unsafe buffer creation to remove zero-fill toggle
2026-01-09 18:11:49 -03:00
child_process.js
child_process: give names to ChildProcess functions
2025-06-10 14:52:18 +02:00
cli_table.js
constants.js
data_url.js
url: add fileURLToPathBuffer API
2025-07-24 20:08:23 +02:00
dgram.js
encoding.js
lib: gbk decoder is gb18030 decoder per spec
2026-02-24 00:37:10 +01:00
error_serdes.js
lib: avoid StackOverflow on serializeError
2025-05-19 12:14:04 +02:00
errors.js
http2: cap originSet size to prevent unbounded memory growth
2026-06-17 19:52:19 +02:00
event_target.js
events: remove redundant todo
2026-02-24 08:38:58 +01:00
file.js
fixed_queue.js
freelist.js
freeze_intrinsics.js
lib: prefer AsyncIteratorPrototype primordial
2025-08-26 11:22:35 +02:00
heap_utils.js
v8: fix missing callback in heap utils destroy
2025-07-24 20:08:30 +02:00
histogram.js
perf_hooks: do not expose SafeMap via Histogram wrapper
2025-08-04 13:35:52 +02:00
http.js
lib,test: redact proxy credentials in tunnel errors
2026-06-17 19:52:19 +02:00
inspector_async_hook.js
inspector: skip promise hook in the inspector async hook
2025-04-17 10:51:06 -03:00
inspector_network_tracking.js
inspector: add http2 tracking support
2025-09-20 06:15:54 +00:00
js_stream_socket.js
linkedlist.js
mime.js
util: optimize toASCIILower function using V8s native toLowerCase
2026-02-24 00:37:10 +01:00
navigator.js
net.js
lib: simplify IPv6 checks in isLoopback()
2025-09-20 03:33:00 +00:00
options.js
doc: allow the $schema property in node.config.json
2025-05-19 12:14:11 +02:00
priority_queue.js
lib: optimize priority queue
2025-10-22 23:44:03 +02:00
promise_hooks.js
querystring.js
README.md
repl.js
socket_list.js
socketaddress.js
lib: enforce use of URLParse
2026-02-24 00:37:06 +01:00
stream_base_commons.js
timers.js
lib: remove redundant destroyHook checks
2026-02-17 19:12:19 +01:00
trace_events_async_hooks.js
tty.js
tty: improve color terminal color detection
2025-06-10 14:52:18 +02:00
url.js
url: add fast path to getPathFromURL decoder
2026-02-24 00:37:11 +01:00
util.js
http2: remove support for priority signaling
2026-06-16 14:24:43 +02:00
v8_prof_polyfill.js
v8_prof_processor.js
validators.js
dns,net: reject hostnames with embedded NUL bytes
2026-06-17 19:52:19 +02:00
vm.js
wasm_web_api.js
watchdog.js
webidl.js
webstorage.js
worker.js
worker: add cpu profile APIs for worker
2025-09-20 06:16:09 +00:00