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 test_runner: do not expose internal loader 2024-08-13 15:17:50 +02:00
timers lib: remove unnecessary optional chaining 2024-11-16 18:00:38 +01:00
util
_http_agent.js lib: remove startsWith/endsWith primordials for char checks 2024-10-23 22:54:10 +02:00
_http_client.js http: add setDefaultHeaders option to http.request 2024-12-18 22:31:01 +01:00
_http_common.js lib: prefer optional chaining 2024-09-24 19:48:15 +00:00
_http_incoming.js lib: prefer optional chaining 2024-09-24 19:48:15 +00:00
_http_outgoing.js http: coerce content-length to number 2025-03-22 23:23:16 +01:00
_http_server.js http: add diagnostic channel `http.server.response.created` 2024-11-05 15:14:03 +01:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js lib: prefer logical assignment 2024-10-09 06:42:16 +00:00
_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 lib: replace `createDeferredPromise` util with `Promise.withResolvers` 2024-10-19 10:54:40 +02:00
cluster.js
console.js
constants.js
crypto.js crypto: runtime deprecate crypto.fips 2024-09-25 22:31:03 +00:00
dgram.js dgram: support blocklist in udp 2024-12-18 22:31:04 +01:00
diagnostics_channel.js diagnostics_channel: fix unsubscribe during publish 2024-10-19 10:54:35 +02:00
dns.js dns: remove redundant code using common variable 2025-03-11 19:42:08 +01:00
domain.js lib: the REPL should survive deletion of Array.prototype methods 2024-09-17 15:08:43 +00:00
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 http: expose websockets 2024-07-08 15:55:43 +00:00
http2.js http2: add server handshake utility 2024-01-12 16:09:48 +00:00
https.js lib: remove `Symbol[Async]Dispose` polyfills 2024-10-07 09:47:44 +00:00
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 lib: prefer logical assignment 2024-10-09 06:42:16 +00:00
quic.js src, quic: refine more of the quic implementation 2025-02-02 17:36:56 +01:00
readline.js lib: prefer logical assignment 2024-10-09 06:42:16 +00:00
repl.js debugger: fix behavior of plain object exec in debugger repl 2025-03-23 11:07:42 +01:00
sea.js sea: support sea.getRawAsset() 2024-02-02 15:25:34 +01:00
sqlite.js sqlite: add DatabaseSync.prototype[Symbol.dispose]() 2025-03-23 11:07:42 +01:00
stream.js stream: change stream to use index instead of `for...of` 2024-08-23 07:31:55 +00:00
string_decoder.js string_decoder: refactor encoding validation 2024-09-23 22:49:53 +00:00
sys.js lib: add note about removing `node:sys` module 2024-09-05 21:53:52 +02:00
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 trace_events: use private fields instead of symbols for `Tracing` 2023-12-28 23:20:22 +00:00
tty.js tty: initialize winSize array with values 2024-08-11 06:32:13 +00:00
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