node/lib
Gürgün Dayıoğlu 8f7debcf41
timers: optimize timer functions with improved argument handling
PR-URL: https://github.com/nodejs/node/pull/57072
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2025-03-25 17:33:31 +01:00
..
assert
dns
fs
inspector
internal process: add execve 2025-03-23 11:42:43 +01:00
path
readline readline: fix unresolved promise on abortion 2025-02-02 17:37:02 +01:00
stream
test
timers lib: remove unnecessary optional chaining 2024-11-16 18:00:38 +01:00
util
_http_agent.js
_http_client.js http: add setDefaultHeaders option to http.request 2024-12-18 22:31:01 +01:00
_http_common.js
_http_incoming.js
_http_outgoing.js http: coerce content-length to number 2025-03-22 23:23:16 +01:00
_http_server.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_wrap.js tls: remove unnecessary type check on normalize 2025-03-18 11:16:10 +01:00
assert.js assert: improve partialDeepStrictEqual 2025-03-18 11:14:10 +01:00
async_hooks.js inspector: skip promise hook in the inspector async hook 2025-02-25 17:51:04 +01:00
buffer.js util: harden more built-in classes against prototype pollution 2024-12-18 22:31:04 +01:00
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js dgram: support blocklist in udp 2024-12-18 22:31:04 +01:00
diagnostics_channel.js
dns.js dns: remove redundant code using common variable 2025-03-11 19:42:08 +01:00
domain.js
eslint.config_partial.mjs module: use buffer.toString base64 2025-01-02 15:27:33 +01:00
events.js events: getMaxListeners detects 0 listeners 2025-02-02 17:37:02 +01:00
fs.js fs: make mutating options in Callback readdir() not affect results 2024-12-18 22:31:02 +01:00
http.js
http2.js
https.js
inspector.js lib: add warning when binding inspector to public IP 2025-03-23 11:42:43 +01:00
module.js lib: allow skipping source maps in node_modules 2025-01-30 10:44:33 +01:00
net.js net: validate non-string host for socket.connect 2025-03-11 19:42:08 +01:00
os.js src: improve node:os userInfo performance 2024-11-16 18:00:40 +01:00
path.js path: fix path traversal in normalize() on Windows 2025-01-20 15:21:03 -03:00
perf_hooks.js
process.js
punycode.js punycode: limit deprecation warning 2025-01-30 10:44:31 +01:00
querystring.js
quic.js src, quic: refine more of the quic implementation 2025-02-02 17:36:56 +01:00
readline.js
repl.js debugger: fix behavior of plain object exec in debugger repl 2025-03-23 11:07:42 +01:00
sea.js
sqlite.js sqlite: add DatabaseSync.prototype[Symbol.dispose]() 2025-03-23 11:07:42 +01:00
stream.js
string_decoder.js
sys.js
test.js test_runner: add assert.register() API 2025-01-21 13:37:26 -03:00
timers.js timers: optimize timer functions with improved argument handling 2025-03-25 17:33:31 +01:00
tls.js lib: limit split function calls to prevent excessive array length 2025-03-23 11:07:42 +01:00
trace_events.js
tty.js
url.js url: add URLPattern implementation 2025-02-02 17:37:04 +01:00
util.js util: expose diff function used by the assertion errors 2025-03-23 11:07:43 +01:00
v8.js v8: add v8.getCppHeapStatistics() method 2025-03-09 11:38:40 +01:00
vm.js lib: add validation for options in compileFunction 2024-12-06 15:26:44 +01:00
wasi.js
worker_threads.js src,worker: add isInternalWorker 2025-01-30 10:44:15 +01:00
zlib.js zlib: use modern class syntax for zstd classes 2025-02-11 08:46:56 +01:00