..
assert
assert: use a set instead of an array for faster lookup
2025-12-22 19:30:36 +00:00
async_local_storage
async_hooks: add using scopes to AsyncLocalStorage
2026-03-28 20:53:57 +00:00
bootstrap
lib,src,test,doc: add node:ffi module
2026-05-05 16:19:27 +02:00
child_process
child_process: treat ipc length header as unsigned uint32
2026-01-19 01:16:25 +00:00
cluster
cluster: fix port reuse between cluster
2026-01-14 10:39:15 +00:00
console
console: optimize single-string logging
2025-11-02 23:33:58 +00:00
crypto
crypto: align verifyOneShot accepted types
2026-05-19 21:55:37 +02:00
debugger
debugger: disambiguate probe location binding
2026-05-19 14:08:23 +02:00
dns
lib: prefer call() over apply() if argument list is not array
2025-11-23 08:45:46 +00:00
encoding
lib: fix typo idenity => identity
2026-05-19 14:08:21 +02:00
errors
lib: add source map support for assert messages
2025-09-11 10:37:46 +00:00
events
fs
fs: add Temporal.Instant support to Stats and BigIntStats
2026-05-19 14:08:26 +02:00
http2
http: add writeInformation to send arbitrary 1xx status codes
2026-05-19 14:08:23 +02:00
inspector
inspector: fix absolute URLs in network http
2026-05-05 16:19:51 +02:00
legacy
main
src: allow empty --experimental-config-file
2026-05-05 16:19:28 +02:00
modules
module: fix sync hook short-circuit in require() in imported CJS
2026-05-19 14:08:17 +02:00
per_context
lib,src: implement QuotaExceededError as DOMException-derived interface
2026-03-19 14:41:50 +01:00
perf
quic: complete the internal implementation of QUIC
2026-05-19 14:08:13 +02:00
process
lib: handle --permission-audit when propagating flags
2026-05-19 14:08:16 +02:00
quic
quic: fixup quic stream variable chunk len
2026-05-19 14:08:22 +02:00
readline
repl: fix pasting after moving the cursor to the left
2025-11-05 20:36:59 +00:00
repl
repl: fix dedup comparing normalized line against raw history
2026-05-19 14:08:22 +02:00
source_map
lib: fix source map url parse in dynamic imports
2026-03-03 20:35:35 +00:00
streams
stream: add sync iterable fast path to pipeTo
2026-05-19 14:08:25 +02:00
test
test_runner
test_runner: avoid hanging on incomplete v8 frames
2026-05-19 14:08:25 +02:00
tls
tls: add unsupported renegotiation error
2026-05-19 14:08:18 +02:00
util
crypto: harden KeyObject internal slots
2026-05-19 14:08:17 +02:00
v8
lib: avoid quadratic shift() in startup snapshot callback
2026-05-05 16:19:40 +02:00
vm
lib: prefer call() over apply() if argument list is not array
2025-11-23 08:45:46 +00:00
watch_mode
watch: fix --env-file-if-exists crashing on linux if the file is missing
2026-05-05 16:19:25 +02:00
webstreams
stream: remove unnecessary check
2026-05-19 14:08:24 +02:00
worker
lib: refactor internal webidl converters
2026-05-05 16:21:27 +02:00
abort_controller.js
lib: defer AbortSignal.any() following
2026-05-05 16:19:16 +02:00
assert.js
async_context_frame.js
async_hooks.js
async_hooks: enabledHooksExist shall return if hooks are enabled
2025-12-31 14:45:20 +00:00
blob.js
quic: complete the internal implementation of QUIC
2026-05-19 14:08:13 +02:00
blocklist.js
buffer.js
buffer: disallow ArrayBuffer transfer on pooled buffer
2026-01-28 16:32:55 +00:00
child_process.js
child_process: add tracing channel for spawn
2026-02-25 06:00:03 +00:00
cli_table.js
constants.js
data_url.js
dgram.js
encoding.js
lib: use utf8 fast path for streaming TextDecoder
2026-02-02 04:10:14 +00:00
error_serdes.js
errors.js
fs: add Temporal.Instant support to Stats and BigIntStats
2026-05-19 14:08:26 +02:00
event_target.js
events: remove redundant todo
2026-01-19 10:43:59 +00:00
ffi-shared-buffer.js
ffi: add shared-buffer fast path for numeric and pointer signatures
2026-05-05 16:19:54 +02:00
file.js
lib: prefer call() over apply() if argument list is not array
2025-11-23 08:45:46 +00:00
fixed_queue.js
lib: recycle queues
2026-01-30 19:46:49 +00:00
freelist.js
freeze_intrinsics.js
lib: add Temporal to frozen intrinsics
2026-05-05 16:19:50 +02:00
heap_utils.js
histogram.js
perf_hooks: do not expose SafeMap via Histogram wrapper
2025-07-22 16:28:02 +00:00
http.js
http: fix no_proxy leading-dot suffix matching
2026-05-05 16:19:36 +02:00
inspector_async_hook.js
async_hooks: add trackPromises option to createHook()
2026-01-28 11:25:24 +00:00
inspector_network_tracking.js
inspector: add http2 tracking support
2025-08-27 16:25:13 +00:00
js_stream_socket.js
linkedlist.js
locks.js
lib: refactor internal webidl converters
2026-05-05 16:21:27 +02:00
mime.js
util: optimize toASCIILower function using V8s native toLowerCase
2025-12-27 00:40:39 +00:00
navigator.js
worker: add web locks api
2025-07-18 07:55:10 -07:00
net.js
tls: forward keepAlive, keepAliveInitialDelay, noDelay to socket
2026-02-28 11:22:35 +00:00
options.js
src: support multiple versions in node.config.json
2026-05-19 14:08:16 +02:00
priority_queue.js
lib: optimize priority queue
2025-10-04 22:08:00 +02:00
promise_hooks.js
querystring.js
README.md
repl.js
socket_list.js
socketaddress.js
lib: enforce use of URLParse
2025-12-12 12:34:21 +00:00
stream_base_commons.js
timers.js
lib: remove redundant destroyHook checks
2025-10-08 12:11:43 +00:00
trace_events_async_hooks.js
tty.js
url.js
url: optimize URLSearchParams set/delete duplicate handling
2026-05-05 16:19:38 +02:00
util.js
fs: make Date properties on Stats enumerable
2026-05-19 14:08:24 +02:00
v8_prof_polyfill.js
src: build v8 tick processor as built-in source text modules
2025-11-11 02:53:13 +00:00
validators.js
lib: fixes validator message
2026-05-19 14:08:20 +02:00
vm.js
lib: prefer call() over apply() if argument list is not array
2025-11-23 08:45:46 +00:00
wasm_web_api.js
watchdog.js
webidl.js
lib: optimize webidl conversion options
2026-05-19 14:08:16 +02:00
webstorage.js
inspector: auto collect webstorage data
2026-05-05 16:19:18 +02:00
worker.js
watch: track worker entry files in watch mode
2026-05-05 16:19:41 +02:00