node/lib
Gürgün Dayıoğlu 088167d102
events: avoid cloning listeners array on every emit
PR-URL: https://github.com/nodejs/node/pull/62261
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2026-03-31 10:46:05 +02:00
..
assert
dns
fs
inspector
internal async_hooks: add using scopes to AsyncLocalStorage 2026-03-31 10:46:04 +02:00
path
readline
stream stream: add stream/iter Implementation 2026-03-30 17:20:29 +02:00
test
timers
util
zlib stream: add stream/iter Implementation 2026-03-30 17:20:29 +02:00
_http_agent.js http: add http.setGlobalProxyFromEnv() 2026-01-13 10:04:44 -03:00
_http_client.js http: validate ClientRequest path on set 2026-03-02 20:18:53 +00:00
_http_common.js http: fix use-after-free when freeParser is called during llhttp_execute 2026-03-10 14:48:53 +01:00
_http_incoming.js http: use null prototype for headersDistinct/trailersDistinct 2026-03-20 15:07:18 -03:00
_http_outgoing.js http: lazy allocate cookies array 2025-10-27 15:07:04 +01:00
_http_server.js http: validate headers in writeEarlyHints 2026-03-02 14:41:03 +00: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: prefer call() over apply() if argument list is not array 2026-01-13 10:04:20 -03:00
async_hooks.js async_hooks: add trackPromises option to createHook() 2026-01-28 19:35:56 +01:00
buffer.js buffer: improve performance of multiple Buffer operations 2026-03-30 17:20:28 +02:00
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js lib: prefer call() over apply() if argument list is not array 2026-01-13 10:04:20 -03:00
diagnostics_channel.js src: add C++ support for diagnostics channels 2026-02-28 12:07:00 +01:00
dns.js
domain.js repl: remove dependency on domain module 2026-03-25 10:40:14 +01:00
eslint.config_partial.mjs lib: enforce use of URLParse 2026-01-13 10:04:48 -03:00
events.js events: avoid cloning listeners array on every emit 2026-03-31 10:46:05 +02:00
fs.js fs: add throwIfNoEntry option for fs.stat and fs.promises.stat 2026-02-19 11:14:00 +01:00
http.js http: add http.setGlobalProxyFromEnv() 2026-01-13 10:04:44 -03:00
http2.js
https.js http: add http.setGlobalProxyFromEnv() 2026-01-13 10:04:44 -03:00
inspector.js inspector: initial support storage inspection 2026-01-25 00:07:50 +01:00
module.js
net.js tls: forward keepAlive, keepAliveInitialDelay, noDelay to socket 2026-03-02 14:34:55 +00:00
os.js os: freeze signals constant 2026-01-13 10:04:51 -03:00
path.js
perf_hooks.js perf_hooks: move non-standard performance properties to perf_hooks 2025-11-05 23:05:00 +01:00
process.js
punycode.js lib,src: isInsideNodeModules should test on the first non-internal frame 2026-01-13 10:04:44 -03:00
querystring.js
quic.js quic: continue working on quic api bits 2025-10-07 14:04:53 +00:00
readline.js
repl.js repl: use vm DONT_CONTEXTIFY context 2026-03-30 17:20:28 +02:00
sea.js
sqlite.js sqlite: mark as release candidate 2026-02-22 01:07:46 +01:00
stream.js stream: export namespace object from internal end-of-stream module 2026-01-25 00:07:50 +01:00
string_decoder.js
sys.js
test.js test_runner: fix lazy test.assert accessor 2026-01-13 10:04:50 -03:00
timers.js lib: remove redundant destroyHook checks 2025-10-08 12:11:43 +00:00
tls.js
trace_events.js
tty.js
url.js url: suppress warnings from url.format/url.resolve inside node_modules 2026-03-10 20:20:07 +01:00
util.js util: allow color aliases in styleText 2026-03-30 17:20:24 +02:00
v8.js v8: changing total_allocated_bytes to avoid ABI changes 2026-01-24 01:49:17 +01:00
vm.js
wasi.js
worker_threads.js
zlib.js zlib: add support for brotli compression dictionary 2026-02-19 11:14:02 +01:00