node/lib
Rafael Gonzaga 92ea669240
src,permission: add --allow-inspector ability
Refs: https://github.com/nodejs/node/issues/48534
PR-URL: https://github.com/nodejs/node/pull/59711
Backport-PR-URL: https://github.com/nodejs/node/pull/60248
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
2025-12-05 14:28:35 +01:00
..
assert
dns
fs
inspector lib: revert to using default derived class constructors 2025-09-04 10:15:15 +02:00
internal src,permission: add --allow-inspector ability 2025-12-05 14:28:35 +01:00
path
readline lib: revert to using default derived class constructors 2025-09-04 10:15:15 +02:00
stream
test
timers
util
_http_agent.js http: add Agent.agentKeepAliveTimeoutBuffer option 2025-08-21 19:00:58 +02:00
_http_client.js http: fix http client leaky with double response 2025-11-07 18:11:29 +01:00
_http_common.js http: fix http client leaky with double response 2025-11-07 18:11:29 +01:00
_http_incoming.js http: add optimizeEmptyRequests server option 2025-11-18 13:16:31 +01:00
_http_outgoing.js http: lazy allocate cookies array 2025-11-07 18:11:38 +01:00
_http_server.js http: add optimizeEmptyRequests server option 2025-11-18 13:16:31 +01:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_wrap.js
assert.js lib: update isDeepStrictEqual to support options 2025-09-24 09:03:35 +02:00
async_hooks.js lib: do not modify prototype deprecated asyncResource (encore) 2025-08-27 11:08:40 +02:00
buffer.js buffer: speed up concat via TypedArray#set 2025-11-13 22:44:16 +01:00
child_process.js child_process: remove unsafe array iteration 2025-08-21 19:01:11 +02:00
cluster.js
console.js
constants.js
crypto.js crypto: support ML-KEM, DHKEM, and RSASVE key encapsulation mechanisms 2025-08-21 19:01:13 +02:00
dgram.js dgram: restore buffer optimization in fixBufferList 2025-09-24 09:03:43 +02:00
diagnostics_channel.js diagnostics_channel: fix race condition with diagnostics_channel and GC 2025-09-24 09:03:41 +02:00
dns.js
domain.js domain: remove deprecated API call 2025-08-12 09:20:00 -03:00
eslint.config_partial.mjs src: add internal binding for constructing SharedArrayBuffers 2025-11-13 22:44:17 +01:00
events.js lib: prefer AsyncIteratorPrototype primordial 2025-08-12 09:19:57 -03:00
fs.js fs: port SonicBoom module to fs module as Utf8Stream 2025-08-08 11:56:50 +02:00
http2.js
http.js
https.js http,https: handle IPv6 with proxies 2025-09-24 09:03:45 +02:00
inspector.js inspector: initial support websocket inspection 2025-08-21 19:01:07 +02:00
module.js
net.js lib: make ERM functions into wrappers returning undefined 2025-05-31 13:30:47 +02:00
os.js meta: enable jsdoc/check-tag-names rule 2025-07-21 10:58:59 +02:00
path.js path: refactor path joining logic for clarity and performance 2025-09-09 08:40:53 +02:00
perf_hooks.js perf_hooks: move non-standard performance properties to perf_hooks 2025-11-13 22:44:12 +01:00
process.js
punycode.js
querystring.js meta: enable jsdoc/check-tag-names rule 2025-07-21 10:58:59 +02:00
quic.js
readline.js
repl.js repl: do not cause side effects in tab completion 2025-09-09 08:40:52 +02:00
sea.js sea: implement sea.getAssetKeys() 2025-09-09 08:34:14 +02:00
sqlite.js sqlite: cleanup ERM support and export Session class 2025-09-24 09:03:46 +02:00
stream.js
string_decoder.js meta: enable jsdoc/check-tag-names rule 2025-07-21 10:58:59 +02:00
sys.js
test.js
timers.js lib: remove redundant destroyHook checks 2025-11-07 18:11:13 +01:00
tls.js tls: only do off-thread certificate loading on loading tls 2025-09-24 09:03:41 +02:00
trace_events.js
tty.js
url.js url: replaced slice with at 2025-09-24 09:03:35 +02:00
util.js lib: add options to util.deprecate 2025-11-18 15:29:15 +01:00
v8.js v8: add cpu profile 2025-11-18 13:13:51 +01:00
vm.js
wasi.js lib: expose setupInstance method on WASI class 2025-07-08 11:44:43 -03:00
worker_threads.js worker: add name for worker 2025-08-12 09:20:01 -03:00
zlib.js zlib: add dictionary support to zstdCompress and zstdDecompress 2025-08-12 09:20:00 -03:00